From 546389b5eb9ffe5782c2d514c218f5b5a7d42acc Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 9 Mar 2015 16:16:30 -0500 Subject: [PATCH] hwpack: omap: revert to fat fs, for some reason the debian-installer partitioner is corrupting MLO/u-boot.img... Signed-off-by: Robert Nelson --- hwpack/am335x-bone-serial.conf | 33 ++++++++++++++++------------ hwpack/am335x-bone-video.conf | 33 ++++++++++++++++------------ hwpack/am335x-boneblack-ti-3.14.conf | 33 ++++++++++++++++------------ hwpack/am335x-boneblack.conf | 33 ++++++++++++++++------------ hwpack/am57xx-beagle-x15.conf | 33 ++++++++++++++++------------ hwpack/omap4-panda-a4.conf | 33 ++++++++++++++++------------ hwpack/omap4-panda-es-b3.conf | 33 ++++++++++++++++------------ hwpack/omap4-panda-es.conf | 33 ++++++++++++++++------------ hwpack/omap4-panda.conf | 33 ++++++++++++++++------------ hwpack/omap5-uevm.conf | 33 ++++++++++++++++------------ 10 files changed, 190 insertions(+), 140 deletions(-) diff --git a/hwpack/am335x-bone-serial.conf b/hwpack/am335x-bone-serial.conf index 6b37ce4..b23c267 100644 --- a/hwpack/am335x-bone-serial.conf +++ b/hwpack/am335x-bone-serial.conf @@ -7,23 +7,28 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="ext2" -bootloader_location="dd_spl_uboot_boot" - -spl_uboot_name="MLO" -dd_spl_uboot_count="1" -dd_spl_uboot_seek="1" -dd_spl_uboot_conf="" -dd_spl_uboot_bs="128k" +conf_boot_fstype="fat" +bootloader_location="fatfs_boot" spl_name="MLO" - -uboot_name="u-boot.img" -dd_uboot_count="2" -dd_uboot_seek="1" -dd_uboot_conf="" -dd_uboot_bs="384k" boot_name="u-boot.img" +#conf_boot_fstype="ext2" +#bootloader_location="dd_spl_uboot_boot" +# +#spl_uboot_name="MLO" +#dd_spl_uboot_count="1" +#dd_spl_uboot_seek="1" +#dd_spl_uboot_conf="" +#dd_spl_uboot_bs="128k" +#spl_name="MLO" +# +#uboot_name="u-boot.img" +#dd_uboot_count="2" +#dd_uboot_seek="1" +#dd_uboot_conf="" +#dd_uboot_bs="384k" +#boot_name="u-boot.img" + #Bootloader: u-boot features: conf_smart_uboot="enable" diff --git a/hwpack/am335x-bone-video.conf b/hwpack/am335x-bone-video.conf index 5af75ca..7a0decd 100644 --- a/hwpack/am335x-bone-video.conf +++ b/hwpack/am335x-bone-video.conf @@ -7,23 +7,28 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="ext2" -bootloader_location="dd_spl_uboot_boot" - -spl_uboot_name="MLO" -dd_spl_uboot_count="1" -dd_spl_uboot_seek="1" -dd_spl_uboot_conf="" -dd_spl_uboot_bs="128k" +conf_boot_fstype="fat" +bootloader_location="fatfs_boot" spl_name="MLO" - -uboot_name="u-boot.img" -dd_uboot_count="2" -dd_uboot_seek="1" -dd_uboot_conf="" -dd_uboot_bs="384k" boot_name="u-boot.img" +#conf_boot_fstype="ext2" +#bootloader_location="dd_spl_uboot_boot" +# +#spl_uboot_name="MLO" +#dd_spl_uboot_count="1" +#dd_spl_uboot_seek="1" +#dd_spl_uboot_conf="" +#dd_spl_uboot_bs="128k" +#spl_name="MLO" +# +#uboot_name="u-boot.img" +#dd_uboot_count="2" +#dd_uboot_seek="1" +#dd_uboot_conf="" +#dd_uboot_bs="384k" +#boot_name="u-boot.img" + #Bootloader: u-boot features: conf_smart_uboot="enable" diff --git a/hwpack/am335x-boneblack-ti-3.14.conf b/hwpack/am335x-boneblack-ti-3.14.conf index 5940ce6..73c477c 100644 --- a/hwpack/am335x-boneblack-ti-3.14.conf +++ b/hwpack/am335x-boneblack-ti-3.14.conf @@ -7,23 +7,28 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="ext2" -bootloader_location="dd_spl_uboot_boot" - -spl_uboot_name="MLO" -dd_spl_uboot_count="1" -dd_spl_uboot_seek="1" -dd_spl_uboot_conf="" -dd_spl_uboot_bs="128k" +conf_boot_fstype="fat" +bootloader_location="fatfs_boot" spl_name="MLO" - -uboot_name="u-boot.img" -dd_uboot_count="2" -dd_uboot_seek="1" -dd_uboot_conf="" -dd_uboot_bs="384k" boot_name="u-boot.img" +#conf_boot_fstype="ext2" +#bootloader_location="dd_spl_uboot_boot" +# +#spl_uboot_name="MLO" +#dd_spl_uboot_count="1" +#dd_spl_uboot_seek="1" +#dd_spl_uboot_conf="" +#dd_spl_uboot_bs="128k" +#spl_name="MLO" +# +#uboot_name="u-boot.img" +#dd_uboot_count="2" +#dd_uboot_seek="1" +#dd_uboot_conf="" +#dd_uboot_bs="384k" +#boot_name="u-boot.img" + #Bootloader: u-boot features: conf_smart_uboot="enable" diff --git a/hwpack/am335x-boneblack.conf b/hwpack/am335x-boneblack.conf index 38b9993..4065f11 100644 --- a/hwpack/am335x-boneblack.conf +++ b/hwpack/am335x-boneblack.conf @@ -7,23 +7,28 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="ext2" -bootloader_location="dd_spl_uboot_boot" - -spl_uboot_name="MLO" -dd_spl_uboot_count="1" -dd_spl_uboot_seek="1" -dd_spl_uboot_conf="" -dd_spl_uboot_bs="128k" +conf_boot_fstype="fat" +bootloader_location="fatfs_boot" spl_name="MLO" - -uboot_name="u-boot.img" -dd_uboot_count="2" -dd_uboot_seek="1" -dd_uboot_conf="" -dd_uboot_bs="384k" boot_name="u-boot.img" +#conf_boot_fstype="ext2" +#bootloader_location="dd_spl_uboot_boot" +# +#spl_uboot_name="MLO" +#dd_spl_uboot_count="1" +#dd_spl_uboot_seek="1" +#dd_spl_uboot_conf="" +#dd_spl_uboot_bs="128k" +#spl_name="MLO" +# +#uboot_name="u-boot.img" +#dd_uboot_count="2" +#dd_uboot_seek="1" +#dd_uboot_conf="" +#dd_uboot_bs="384k" +#boot_name="u-boot.img" + #Bootloader: u-boot features: conf_smart_uboot="enable" diff --git a/hwpack/am57xx-beagle-x15.conf b/hwpack/am57xx-beagle-x15.conf index 5eb6813..0bf24ed 100644 --- a/hwpack/am57xx-beagle-x15.conf +++ b/hwpack/am57xx-beagle-x15.conf @@ -7,23 +7,28 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="ext2" -bootloader_location="dd_spl_uboot_boot" - -spl_uboot_name="MLO" -dd_spl_uboot_count="1" -dd_spl_uboot_seek="1" -dd_spl_uboot_conf="" -dd_spl_uboot_bs="128k" +conf_boot_fstype="fat" +bootloader_location="fatfs_boot" spl_name="MLO" - -uboot_name="u-boot.img" -dd_uboot_count="2" -dd_uboot_seek="1" -dd_uboot_conf="" -dd_uboot_bs="384k" boot_name="u-boot.img" +#conf_boot_fstype="ext2" +#bootloader_location="dd_spl_uboot_boot" +# +#spl_uboot_name="MLO" +#dd_spl_uboot_count="1" +#dd_spl_uboot_seek="1" +#dd_spl_uboot_conf="" +#dd_spl_uboot_bs="128k" +#spl_name="MLO" +# +#uboot_name="u-boot.img" +#dd_uboot_count="2" +#dd_uboot_seek="1" +#dd_uboot_conf="" +#dd_uboot_bs="384k" +#boot_name="u-boot.img" + #Bootloader: u-boot features: conf_smart_uboot="enable" diff --git a/hwpack/omap4-panda-a4.conf b/hwpack/omap4-panda-a4.conf index 7718244..baa1b4b 100644 --- a/hwpack/omap4-panda-a4.conf +++ b/hwpack/omap4-panda-a4.conf @@ -7,23 +7,28 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="ext2" -bootloader_location="dd_spl_uboot_boot" - -spl_uboot_name="MLO" -dd_spl_uboot_count="1" -dd_spl_uboot_seek="1" -dd_spl_uboot_conf="" -dd_spl_uboot_bs="128k" +conf_boot_fstype="fat" +bootloader_location="fatfs_boot" spl_name="MLO" - -uboot_name="u-boot.img" -dd_uboot_count="2" -dd_uboot_seek="1" -dd_uboot_conf="" -dd_uboot_bs="384k" boot_name="u-boot.img" +#conf_boot_fstype="ext2" +#bootloader_location="dd_spl_uboot_boot" +# +#spl_uboot_name="MLO" +#dd_spl_uboot_count="1" +#dd_spl_uboot_seek="1" +#dd_spl_uboot_conf="" +#dd_spl_uboot_bs="128k" +#spl_name="MLO" +# +#uboot_name="u-boot.img" +#dd_uboot_count="2" +#dd_uboot_seek="1" +#dd_uboot_conf="" +#dd_uboot_bs="384k" +#boot_name="u-boot.img" + #Bootloader: u-boot features: conf_smart_uboot="enable" diff --git a/hwpack/omap4-panda-es-b3.conf b/hwpack/omap4-panda-es-b3.conf index 40a25e3..8a5fa79 100644 --- a/hwpack/omap4-panda-es-b3.conf +++ b/hwpack/omap4-panda-es-b3.conf @@ -7,23 +7,28 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="ext2" -bootloader_location="dd_spl_uboot_boot" - -spl_uboot_name="MLO" -dd_spl_uboot_count="1" -dd_spl_uboot_seek="1" -dd_spl_uboot_conf="" -dd_spl_uboot_bs="128k" +conf_boot_fstype="fat" +bootloader_location="fatfs_boot" spl_name="MLO" - -uboot_name="u-boot.img" -dd_uboot_count="2" -dd_uboot_seek="1" -dd_uboot_conf="" -dd_uboot_bs="384k" boot_name="u-boot.img" +#conf_boot_fstype="ext2" +#bootloader_location="dd_spl_uboot_boot" +# +#spl_uboot_name="MLO" +#dd_spl_uboot_count="1" +#dd_spl_uboot_seek="1" +#dd_spl_uboot_conf="" +#dd_spl_uboot_bs="128k" +#spl_name="MLO" +# +#uboot_name="u-boot.img" +#dd_uboot_count="2" +#dd_uboot_seek="1" +#dd_uboot_conf="" +#dd_uboot_bs="384k" +#boot_name="u-boot.img" + #Bootloader: u-boot features: conf_smart_uboot="enable" diff --git a/hwpack/omap4-panda-es.conf b/hwpack/omap4-panda-es.conf index eae6f6a..54af288 100644 --- a/hwpack/omap4-panda-es.conf +++ b/hwpack/omap4-panda-es.conf @@ -7,23 +7,28 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="ext2" -bootloader_location="dd_spl_uboot_boot" - -spl_uboot_name="MLO" -dd_spl_uboot_count="1" -dd_spl_uboot_seek="1" -dd_spl_uboot_conf="" -dd_spl_uboot_bs="128k" +conf_boot_fstype="fat" +bootloader_location="fatfs_boot" spl_name="MLO" - -uboot_name="u-boot.img" -dd_uboot_count="2" -dd_uboot_seek="1" -dd_uboot_conf="" -dd_uboot_bs="384k" boot_name="u-boot.img" +#conf_boot_fstype="ext2" +#bootloader_location="dd_spl_uboot_boot" +# +#spl_uboot_name="MLO" +#dd_spl_uboot_count="1" +#dd_spl_uboot_seek="1" +#dd_spl_uboot_conf="" +#dd_spl_uboot_bs="128k" +#spl_name="MLO" +# +#uboot_name="u-boot.img" +#dd_uboot_count="2" +#dd_uboot_seek="1" +#dd_uboot_conf="" +#dd_uboot_bs="384k" +#boot_name="u-boot.img" + #Bootloader: u-boot features: conf_smart_uboot="enable" diff --git a/hwpack/omap4-panda.conf b/hwpack/omap4-panda.conf index 9588c26..89d8deb 100644 --- a/hwpack/omap4-panda.conf +++ b/hwpack/omap4-panda.conf @@ -7,23 +7,28 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="ext2" -bootloader_location="dd_spl_uboot_boot" - -spl_uboot_name="MLO" -dd_spl_uboot_count="1" -dd_spl_uboot_seek="1" -dd_spl_uboot_conf="" -dd_spl_uboot_bs="128k" +conf_boot_fstype="fat" +bootloader_location="fatfs_boot" spl_name="MLO" - -uboot_name="u-boot.img" -dd_uboot_count="2" -dd_uboot_seek="1" -dd_uboot_conf="" -dd_uboot_bs="384k" boot_name="u-boot.img" +#conf_boot_fstype="ext2" +#bootloader_location="dd_spl_uboot_boot" +# +#spl_uboot_name="MLO" +#dd_spl_uboot_count="1" +#dd_spl_uboot_seek="1" +#dd_spl_uboot_conf="" +#dd_spl_uboot_bs="128k" +#spl_name="MLO" +# +#uboot_name="u-boot.img" +#dd_uboot_count="2" +#dd_uboot_seek="1" +#dd_uboot_conf="" +#dd_uboot_bs="384k" +#boot_name="u-boot.img" + #Bootloader: u-boot features: conf_smart_uboot="enable" diff --git a/hwpack/omap5-uevm.conf b/hwpack/omap5-uevm.conf index 2594672..0c345e4 100644 --- a/hwpack/omap5-uevm.conf +++ b/hwpack/omap5-uevm.conf @@ -7,23 +7,28 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="ext2" -bootloader_location="dd_spl_uboot_boot" - -spl_uboot_name="MLO" -dd_spl_uboot_count="1" -dd_spl_uboot_seek="1" -dd_spl_uboot_conf="" -dd_spl_uboot_bs="128k" +conf_boot_fstype="fat" +bootloader_location="fatfs_boot" spl_name="MLO" - -uboot_name="u-boot.img" -dd_uboot_count="2" -dd_uboot_seek="1" -dd_uboot_conf="" -dd_uboot_bs="384k" boot_name="u-boot.img" +#conf_boot_fstype="ext2" +#bootloader_location="dd_spl_uboot_boot" +# +#spl_uboot_name="MLO" +#dd_spl_uboot_count="1" +#dd_spl_uboot_seek="1" +#dd_spl_uboot_conf="" +#dd_spl_uboot_bs="128k" +#spl_name="MLO" +# +#uboot_name="u-boot.img" +#dd_uboot_count="2" +#dd_uboot_seek="1" +#dd_uboot_conf="" +#dd_uboot_bs="384k" +#boot_name="u-boot.img" + #Bootloader: u-boot features: conf_smart_uboot="enable"