mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 15:08:33 +00:00
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:
@@ -34,7 +34,7 @@ RUN patch -p 1 < /u-boot.patch && \
|
||||
cp tools/mkimage /out/bin
|
||||
|
||||
# fetch the Raspberry Pi 3 firmware (latest master)
|
||||
ENV RPI_COMMIT=f8939644f7bd3065068787f1f92b3f3c79cf3de9
|
||||
ENV RPI_COMMIT=e1900836948f6c6bdf4571da1b966a9085c95d37
|
||||
RUN mkdir -p /out/boot && \
|
||||
cd /out/boot && \
|
||||
curl -fsSLO https://github.com/raspberrypi/firmware/raw/$RPI_COMMIT/boot/LICENCE.broadcom && \
|
||||
|
Reference in New Issue
Block a user