Update referenced Raspberry Pi firmware

Update Raspberry Pi firmware used in mkimage-rpi3 to the latest stable
version to support newer hardware models such as the 3B+

Signed-off-by: Richard Connon <richard@connon.me.uk>
This commit is contained in:
Richard Connon 2019-05-19 22:25:18 +01:00
parent bdf1d0558f
commit 2f6876b2c1
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ var (
"vhd": "linuxkit/mkimage-vhd:4cc60c4f46b07e11c64ba618e46b81fa0096c91f", "vhd": "linuxkit/mkimage-vhd:4cc60c4f46b07e11c64ba618e46b81fa0096c91f",
"dynamic-vhd": "linuxkit/mkimage-dynamic-vhd:99b9009ed54a793020d3ce8322a42e0cc06da71a", "dynamic-vhd": "linuxkit/mkimage-dynamic-vhd:99b9009ed54a793020d3ce8322a42e0cc06da71a",
"vmdk": "linuxkit/mkimage-vmdk:b55ea46297a16d8a4448ce7f5a2df987a9602b27", "vmdk": "linuxkit/mkimage-vmdk:b55ea46297a16d8a4448ce7f5a2df987a9602b27",
"rpi3": "linuxkit/mkimage-rpi3:cb8427df175b61dd6b635e76f0e88bf261e30d8b", "rpi3": "linuxkit/mkimage-rpi3:9f2d993daa83152c5d52af16ebb7fefa1e69f28e",
} }
) )

View File

@ -34,7 +34,7 @@ RUN patch -p 1 < /u-boot.patch && \
cp tools/mkimage /out/bin cp tools/mkimage /out/bin
# fetch the Raspberry Pi 3 firmware (latest master) # fetch the Raspberry Pi 3 firmware (latest master)
ENV RPI_COMMIT=f8939644f7bd3065068787f1f92b3f3c79cf3de9 ENV RPI_COMMIT=e1900836948f6c6bdf4571da1b966a9085c95d37
RUN mkdir -p /out/boot && \ RUN mkdir -p /out/boot && \
cd /out/boot && \ cd /out/boot && \
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/LICENCE.broadcom && \ curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/LICENCE.broadcom && \