Skip to content

Commit b19385d

Browse files
leon-anavikraj
authored andcommitted
conf/machine/raspberrypi5.conf: kernel_2712.img
Set SDIMG_KERNELIMAGE to kernel_2712.img instead of kernel8.img. Raspberry Pi 5 firmware defaults to loading kernel_2712.img because this image contains optimisations specific to Raspberry Pi 5 (e.g. 16K page-size). For more details: https://www.raspberrypi.com/documentation/computers/config_txt.html#kernel This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
1 parent 5b3178a commit b19385d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conf/machine/raspberrypi5.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RPI_KERNEL_DEVICETREE = " \
1717
broadcom/bcm2712-rpi-5-b.dtb \
1818
"
1919

20-
SDIMG_KERNELIMAGE ?= "kernel8.img"
20+
SDIMG_KERNELIMAGE ?= "kernel_2712.img"
2121
SERIAL_CONSOLES ?= "115200;ttyS0"
2222

2323
VC4DTBO ?= "vc4-kms-v3d"

0 commit comments

Comments
 (0)