The U-Boot default environment uses zImage as kernel image type so to a proper out-of-box SD Card image we need to use KERNEL_IMAGETYPE as zImage.
Signed-off-by: Daiane Angolini <[email protected]> --- conf/machine/imx6solosabreauto.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/imx6solosabreauto.conf b/conf/machine/imx6solosabreauto.conf index 5f3782d..ead787d 100644 --- a/conf/machine/imx6solosabreauto.conf +++ b/conf/machine/imx6solosabreauto.conf @@ -11,7 +11,7 @@ KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb" PREFERRED_PROVIDER_u-boot = "u-boot-imx" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" -KERNEL_IMAGETYPE = "uImage" +KERNEL_IMAGETYPE = "zImage" UBOOT_CONFIG ??= "sd" UBOOT_CONFIG[sd] = "mx6solosabreauto_config,sdcard" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
