summaryrefslogtreecommitdiff
path: root/configs/freescale_imx28evk_defconfig
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-10-31 12:11:58 -0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-11-01 15:02:24 +0100
commit898538efef6b67791a1bad7eacc47e67bdb48e31 (patch)
tree40014ec72c690b0bdc0e97a66651f2d91ba189b0 /configs/freescale_imx28evk_defconfig
parentfcb554d39dd3476557406023d18543063ce8442c (diff)
configs/imx28evk: Generate the standard sdcard.img
Generate the standard sdcard.img format that can be directly copied to the SD card. Remove the custom create-boot-sd.sh script and update the readme.txt file accordingly. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> [Thomas: further tweaks to readme.txt.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/freescale_imx28evk_defconfig')
-rw-r--r--configs/freescale_imx28evk_defconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/freescale_imx28evk_defconfig b/configs/freescale_imx28evk_defconfig
index a6384626d..790c33825 100644
--- a/configs/freescale_imx28evk_defconfig
+++ b/configs/freescale_imx28evk_defconfig
@@ -22,3 +22,13 @@ BR2_TARGET_UBOOT_BOARDNAME="mx28evk"
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2016.09.01"
BR2_TARGET_UBOOT_FORMAT_SD=y
+
+# Filesystem
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT4=y
+
+# To generate SD Image
+BR2_PACKAGE_HOST_DOSFSTOOLS=y
+BR2_PACKAGE_HOST_GENIMAGE=y
+BR2_PACKAGE_HOST_MTOOLS=y
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/imx28evk/post-image.sh"