diff --git a/pkg/grub/rootfs.cfg b/pkg/grub/rootfs.cfg index 1c6dc71a36..0b6668fe1c 100644 --- a/pkg/grub/rootfs.cfg +++ b/pkg/grub/rootfs.cfg @@ -259,6 +259,9 @@ function set_arm64_baremetal { smbios -t 1 -s 5 --set smb_product if [ "$smb_product" = "rpi" ]; then set_to_existing_file devicetree /boot/dtb/broadcom/bcm2711-rpi-4-b.dtb + elif [ "$smb_product" = "Raspberry Pi 5 Model B Rev 1.0" ]; then + #set_to_existing_file devicetree /boot/dtb/broadcom/bcm2712-rpi-5-b.dtb + set_global dom0_console "console=ttyAMA10 console=tty1" elif [ "$smb_product" = "uno-220" ]; then set_to_existing_file devicetree /boot/dtb/broadcom/raspberrypi-uno-220.dtb fi