Skip to content

Commit a943e9c

Browse files
committed
eib_image: Install RPi 5 device tree blobs into RPi image's boot partition
PRi 5 series devices, including RPi 500 cannot boot u-boot until install RPi 5 series device tree blobs into RPi image's boot partition. Note: RPi 500 uses device tree blob bcm2712-rpi-5-b.dtb, too. https://app.asana.com/1/1203676861188277/project/1211061530470838/task/1211800919141751 https://app.asana.com/1/1203676861188277/project/1211061530470838/task/1211943756834438
1 parent 3445e62 commit a943e9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

stages/eib_image

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ EOF
349349
eval $(grep "^fdtdir=" ${ROOT}/boot/uEnv.txt)
350350
FDTDIR="${ROOT}/${fdtfit}"
351351
cp ${FDTDIR}/broadcom/bcm2711-rpi-4*.dtb ${EIB_TMPDIR}/rpiboot/
352+
cp ${FDTDIR}/broadcom/bcm2712-rpi-5*.dtb ${EIB_TMPDIR}/rpiboot/
352353
cp -r ${FDTDIR}/overlays ${EIB_TMPDIR}/rpiboot/
353354

354355
# Copy Raspberry Pi's u-boot

0 commit comments

Comments
 (0)