From 41afde0961f3adadb742c39655cc4ea60cd7ee46 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 5 Jul 2012 23:41:56 +0300 Subject: [PATCH] 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 --- conf/machine/raspberrypi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index b45ee66..932563f 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf @@ -27,7 +27,7 @@ XSERVER = " \ xf86-video-fbdev \ " -KERNEL_IMAGETYPE = "zImage" +KERNEL_IMAGETYPE = "Image" MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"