mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-09-13 14:55:23 +00:00
raspberrypi.conf: Use Image as as kernel fstype
It's a bug in the latest bootloader where rpi doesn't boot with zImage. Use uncompressed kernel type. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
parent
b9b0c009c8
commit
41afde0961
@ -27,7 +27,7 @@ XSERVER = " \
|
|||||||
xf86-video-fbdev \
|
xf86-video-fbdev \
|
||||||
"
|
"
|
||||||
|
|
||||||
KERNEL_IMAGETYPE = "zImage"
|
KERNEL_IMAGETYPE = "Image"
|
||||||
|
|
||||||
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
|
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user