From 1467f18a491abe1a993f0486ae2cb8b22b2b9baa Mon Sep 17 00:00:00 2001 From: Thomas Roos Date: Thu, 17 Apr 2025 11:55:38 +0200 Subject: [PATCH] Moving bcm2712d0.dtbo into rpi-base.inc 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 --- conf/machine/include/rpi-base.inc | 1 + conf/machine/raspberrypi5.conf | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index c2207f5..2aecebc 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -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 ?= " \ diff --git a/conf/machine/raspberrypi5.conf b/conf/machine/raspberrypi5.conf index f2f4087..03f15c3 100644 --- a/conf/machine/raspberrypi5.conf +++ b/conf/machine/raspberrypi5.conf @@ -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"