mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
commit
a3ac8f7443
@ -27,7 +27,7 @@ var (
|
||||
"vhd": "linuxkit/mkimage-vhd:3820219e5c350fe8ab2ec6a217272ae82f4b9242",
|
||||
"dynamic-vhd": "linuxkit/mkimage-dynamic-vhd:743ac9959fe6d3912ebd78b4fd490b117c53f1a6",
|
||||
"vmdk": "linuxkit/mkimage-vmdk:cee81a3ed9c44ae446ef7ebff8c42c1e77b3e1b5",
|
||||
"rpi3": "linuxkit/mkimage-rpi3:97a9387ff0ff5db867dd8af931b825e55108bea4",
|
||||
"rpi3": "linuxkit/mkimage-rpi3:cb8427df175b61dd6b635e76f0e88bf261e30d8b",
|
||||
}
|
||||
)
|
||||
|
||||
|
@ -34,10 +34,10 @@ RUN patch -p 1 < /u-boot.patch && \
|
||||
cp tools/mkimage /out/bin
|
||||
|
||||
# fetch the Raspberry Pi 3 firmware (latest master)
|
||||
ENV RPI_COMMIT=478d637c476e838ffcfa8535232ff0b86daf5918
|
||||
ENV RPI_COMMIT=f8939644f7bd3065068787f1f92b3f3c79cf3de9
|
||||
RUN mkdir -p /out/boot && \
|
||||
cd /out/boot && \
|
||||
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/bootcode.bin && \
|
||||
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/LICENCE.broadcom && \
|
||||
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/bootcode.bin && \
|
||||
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/fixup_cd.dat && \
|
||||
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/fixup.dat && \
|
||||
|
Loading…
Reference in New Issue
Block a user