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

@@ -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 && \