diff --git a/hwpack/am335x-bone-serial.conf b/hwpack/am335x-bone-serial.conf index ea76d88..6b37ce4 100644 --- a/hwpack/am335x-bone-serial.conf +++ b/hwpack/am335x-bone-serial.conf @@ -7,9 +7,21 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="fat" -bootloader_location="fatfs_boot" +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: diff --git a/hwpack/am335x-bone-video.conf b/hwpack/am335x-bone-video.conf index 3370311..5af75ca 100644 --- a/hwpack/am335x-bone-video.conf +++ b/hwpack/am335x-bone-video.conf @@ -7,9 +7,21 @@ conf_bl_http="https://repos.rcn-ee.net/bootloader/latest" conf_bl_listfile="bootloader-ng" #Bootloader Partition: -conf_boot_fstype="fat" -bootloader_location="fatfs_boot" +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: diff --git a/hwpack/am335x-boneblack-ti-3.14.conf b/hwpack/am335x-boneblack-ti-3.14.conf index 482ecac..5940ce6 100644 --- a/hwpack/am335x-boneblack-ti-3.14.conf +++ b/hwpack/am335x-boneblack-ti-3.14.conf @@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot" spl_uboot_name="MLO" dd_spl_uboot_count="1" dd_spl_uboot_seek="1" -dd_spl_uboot_conf="notrunc" +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="notrunc" +dd_uboot_conf="" dd_uboot_bs="384k" boot_name="u-boot.img" diff --git a/hwpack/am335x-boneblack.conf b/hwpack/am335x-boneblack.conf index c2b5bfc..38b9993 100644 --- a/hwpack/am335x-boneblack.conf +++ b/hwpack/am335x-boneblack.conf @@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot" spl_uboot_name="MLO" dd_spl_uboot_count="1" dd_spl_uboot_seek="1" -dd_spl_uboot_conf="notrunc" +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="notrunc" +dd_uboot_conf="" dd_uboot_bs="384k" boot_name="u-boot.img" diff --git a/hwpack/am57xx-beagle-x15.conf b/hwpack/am57xx-beagle-x15.conf index dcd06e0..5eb6813 100644 --- a/hwpack/am57xx-beagle-x15.conf +++ b/hwpack/am57xx-beagle-x15.conf @@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot" spl_uboot_name="MLO" dd_spl_uboot_count="1" dd_spl_uboot_seek="1" -dd_spl_uboot_conf="notrunc" +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="notrunc" +dd_uboot_conf="" dd_uboot_bs="384k" boot_name="u-boot.img" diff --git a/hwpack/imx51-babbage.conf b/hwpack/imx51-babbage.conf index 367d371..317cb06 100644 --- a/hwpack/imx51-babbage.conf +++ b/hwpack/imx51-babbage.conf @@ -10,8 +10,11 @@ conf_bl_listfile="bootloader-ng" conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" -dd_uboot_bs="512" +uboot_name="u-boot.imx" +dd_uboot_count="" dd_uboot_seek="2" +dd_uboot_conf="" +dd_uboot_bs="512" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/imx53-qsb.conf b/hwpack/imx53-qsb.conf index 4946785..2e68bf2 100644 --- a/hwpack/imx53-qsb.conf +++ b/hwpack/imx53-qsb.conf @@ -10,8 +10,11 @@ conf_bl_listfile="bootloader-ng" conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" -dd_uboot_bs="512" +uboot_name="u-boot.imx" +dd_uboot_count="" dd_uboot_seek="2" +dd_uboot_conf="" +dd_uboot_bs="512" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/imx53-qsrb.conf b/hwpack/imx53-qsrb.conf index 9bd6c2d..b105e5a 100644 --- a/hwpack/imx53-qsrb.conf +++ b/hwpack/imx53-qsrb.conf @@ -10,8 +10,11 @@ conf_bl_listfile="bootloader-ng" conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" -dd_uboot_bs="512" +uboot_name="u-boot.imx" +dd_uboot_count="" dd_uboot_seek="2" +dd_uboot_conf="" +dd_uboot_bs="512" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/imx6dl-udoo.conf b/hwpack/imx6dl-udoo.conf index 892c4f7..38aa56f 100644 --- a/hwpack/imx6dl-udoo.conf +++ b/hwpack/imx6dl-udoo.conf @@ -11,10 +11,10 @@ conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" uboot_name="u-boot.imx" -dd_uboot_count= -dd_uboot_seek="1" -dd_uboot_conf="fsync" -dd_uboot_bs="1k" +dd_uboot_count="" +dd_uboot_seek="2" +dd_uboot_conf="" +dd_uboot_bs="512" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/imx6q-sabresd.conf b/hwpack/imx6q-sabresd.conf index e1419cb..3fdedf3 100644 --- a/hwpack/imx6q-sabresd.conf +++ b/hwpack/imx6q-sabresd.conf @@ -10,8 +10,11 @@ conf_bl_listfile="bootloader-ng" conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" -dd_uboot_bs="512" +uboot_name="u-boot.imx" +dd_uboot_count="" dd_uboot_seek="2" +dd_uboot_conf="" +dd_uboot_bs="512" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/imx6q-udoo.conf b/hwpack/imx6q-udoo.conf index 11c8b43..596f828 100644 --- a/hwpack/imx6q-udoo.conf +++ b/hwpack/imx6q-udoo.conf @@ -11,10 +11,10 @@ conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" uboot_name="u-boot.imx" -dd_uboot_count= -dd_uboot_seek="1" -dd_uboot_conf="fsync" -dd_uboot_bs="1k" +dd_uboot_count="" +dd_uboot_seek="2" +dd_uboot_conf="" +dd_uboot_bs="512" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/omap4-panda-a4.conf b/hwpack/omap4-panda-a4.conf index d2f68d1..7718244 100644 --- a/hwpack/omap4-panda-a4.conf +++ b/hwpack/omap4-panda-a4.conf @@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot" spl_uboot_name="MLO" dd_spl_uboot_count="1" dd_spl_uboot_seek="1" -dd_spl_uboot_conf="notrunc" +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="notrunc" +dd_uboot_conf="" dd_uboot_bs="384k" boot_name="u-boot.img" diff --git a/hwpack/omap4-panda-es-b3.conf b/hwpack/omap4-panda-es-b3.conf index 1420fb4..40a25e3 100644 --- a/hwpack/omap4-panda-es-b3.conf +++ b/hwpack/omap4-panda-es-b3.conf @@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot" spl_uboot_name="MLO" dd_spl_uboot_count="1" dd_spl_uboot_seek="1" -dd_spl_uboot_conf="notrunc" +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="notrunc" +dd_uboot_conf="" dd_uboot_bs="384k" boot_name="u-boot.img" diff --git a/hwpack/omap4-panda-es.conf b/hwpack/omap4-panda-es.conf index 037628a..eae6f6a 100644 --- a/hwpack/omap4-panda-es.conf +++ b/hwpack/omap4-panda-es.conf @@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot" spl_uboot_name="MLO" dd_spl_uboot_count="1" dd_spl_uboot_seek="1" -dd_spl_uboot_conf="notrunc" +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="notrunc" +dd_uboot_conf="" dd_uboot_bs="384k" boot_name="u-boot.img" diff --git a/hwpack/omap4-panda.conf b/hwpack/omap4-panda.conf index dc530b9..9588c26 100644 --- a/hwpack/omap4-panda.conf +++ b/hwpack/omap4-panda.conf @@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot" spl_uboot_name="MLO" dd_spl_uboot_count="1" dd_spl_uboot_seek="1" -dd_spl_uboot_conf="notrunc" +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="notrunc" +dd_uboot_conf="" dd_uboot_bs="384k" boot_name="u-boot.img" diff --git a/hwpack/omap5-uevm.conf b/hwpack/omap5-uevm.conf index 7072f62..2594672 100644 --- a/hwpack/omap5-uevm.conf +++ b/hwpack/omap5-uevm.conf @@ -13,14 +13,14 @@ bootloader_location="dd_spl_uboot_boot" spl_uboot_name="MLO" dd_spl_uboot_count="1" dd_spl_uboot_seek="1" -dd_spl_uboot_conf="notrunc" +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="notrunc" +dd_uboot_conf="" dd_uboot_bs="384k" boot_name="u-boot.img" diff --git a/hwpack/wandboard-dual-revb1.conf b/hwpack/wandboard-dual-revb1.conf index 04f93a6..a28645e 100644 --- a/hwpack/wandboard-dual-revb1.conf +++ b/hwpack/wandboard-dual-revb1.conf @@ -11,10 +11,10 @@ conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" uboot_name="u-boot.imx" -dd_uboot_count= -dd_uboot_seek="1" -dd_uboot_conf="fsync" -dd_uboot_bs="1k" +dd_uboot_count="" +dd_uboot_seek="2" +dd_uboot_conf="" +dd_uboot_bs="512" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/wandboard-dual-revc1.conf b/hwpack/wandboard-dual-revc1.conf index eab0c65..eb8d405 100644 --- a/hwpack/wandboard-dual-revc1.conf +++ b/hwpack/wandboard-dual-revc1.conf @@ -11,10 +11,10 @@ conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" uboot_name="u-boot.imx" -dd_uboot_count= -dd_uboot_seek="1" -dd_uboot_conf="fsync" -dd_uboot_bs="1k" +dd_uboot_count="" +dd_uboot_seek="2" +dd_uboot_conf="" +dd_uboot_bs="512" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/wandboard-quad-revb1.conf b/hwpack/wandboard-quad-revb1.conf index c99c7c2..b3af92b 100644 --- a/hwpack/wandboard-quad-revb1.conf +++ b/hwpack/wandboard-quad-revb1.conf @@ -11,10 +11,10 @@ conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" uboot_name="u-boot.imx" -dd_uboot_count= -dd_uboot_seek="1" -dd_uboot_conf="fsync" -dd_uboot_bs="1k" +dd_uboot_count="" +dd_uboot_seek="2" +dd_uboot_conf="" +dd_uboot_bs="512" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/wandboard-quad-revc1.conf b/hwpack/wandboard-quad-revc1.conf index 1651a68..447d3dd 100644 --- a/hwpack/wandboard-quad-revc1.conf +++ b/hwpack/wandboard-quad-revc1.conf @@ -11,10 +11,10 @@ conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" uboot_name="u-boot.imx" -dd_uboot_count= -dd_uboot_seek="1" -dd_uboot_conf="fsync" -dd_uboot_bs="1k" +dd_uboot_count="" +dd_uboot_seek="2" +dd_uboot_conf="" +dd_uboot_bs="512" unset spl_name boot_name="u-boot.imx" diff --git a/hwpack/wandboard-solo.conf b/hwpack/wandboard-solo.conf index 3dcb722..1acf510 100644 --- a/hwpack/wandboard-solo.conf +++ b/hwpack/wandboard-solo.conf @@ -11,10 +11,10 @@ conf_boot_fstype="ext2" bootloader_location="dd_uboot_boot" uboot_name="u-boot.imx" -dd_uboot_count= -dd_uboot_seek="1" -dd_uboot_conf="fsync" -dd_uboot_bs="1k" +dd_uboot_count="" +dd_uboot_seek="2" +dd_uboot_conf="" +dd_uboot_bs="512" unset spl_name boot_name="u-boot.imx"