From f69d1e363c4b2034c8f66c3dc8c832859f2e9c2f Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 21 Apr 2016 15:58:51 +0300 Subject: colibri-vf: change partition alignment to 1M Toradex eboot, used in some of the toradex modules, does not work with FAT partition that starts from the default 4M alignment. This prevents flashing u-boot from our image. Change-Id: Ice28be02090305d0c02206296c23a0c2fe54641c Reviewed-by: Rainer Keller --- conf/distro/include/colibri-vf.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro/include/colibri-vf.conf b/conf/distro/include/colibri-vf.conf index 0d31f992..6512f2b9 100644 --- a/conf/distro/include/colibri-vf.conf +++ b/conf/distro/include/colibri-vf.conf @@ -24,6 +24,7 @@ include conf/distro/include/toradex.inc DEPLOY_CONF_NAME = "Toradex Colibri VF" IMAGE_FSTYPES += "ext3 sdcard" +IMAGE_ROOTFS_ALIGNMENT_colibri-vf = "1024" BOOTFS_CONTENT = "\ u-boot-${MACHINE}.imx:u-boot.imx \ -- cgit v1.2.3