Skip to content

Commit

Permalink
raspberrypi5: add bcm2712d0 overlay required for booting up correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
embetrix committed Feb 1, 2025
1 parent 6df7e02 commit b30fe90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/machine/raspberrypi5.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ 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"

Expand Down

0 comments on commit b30fe90

Please sign in to comment.