Moving bcm2712d0.dtbo into rpi-base.inc
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled

Having RPI_KERNEL_DEVICETREE_OVERLAYS:append = " overlays/bcm2712d0.dtbo"
in raspberrypi5.conf is not applying when building an 64bit compatible image
with raspberrypi-armv8. Thus moving into the rpi-base.inc

This fix the boot of this image on Raspberry Pi 5 hw rev 1.1

Signed-off-by: Thomas Roos <throos@amazon.de>
This commit is contained in:
Thomas Roos 2025-04-17 11:55:38 +02:00 committed by Khem Raj
parent 3b27c95c16
commit 1467f18a49
2 changed files with 1 additions and 2 deletions

View File

@ -78,6 +78,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
overlays/w1-gpio.dtbo \
overlays/w1-gpio-pullup.dtbo \
overlays/wm8960-soundcard.dtbo \
overlays/bcm2712d0.dtbo \
"
RPI_KERNEL_DEVICETREE ?= " \

View File

@ -17,8 +17,6 @@ RPI_KERNEL_DEVICETREE = " \
broadcom/bcm2712-rpi-5-b.dtb \
"
RPI_KERNEL_DEVICETREE_OVERLAYS:append = " overlays/bcm2712d0.dtbo"
SDIMG_KERNELIMAGE ?= "kernel_2712.img"
SERIAL_CONSOLES ?= "115200;ttyAMA10"