From 9a75a86da08bdbddac9acfb03611beadac70084b Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 29 Aug 2014 11:52:40 -0500 Subject: [PATCH] bbb: use new dd MLO/u-boot.img bootloader Signed-off-by: Robert Nelson --- hwpack/am335x-boneblack.conf | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/hwpack/am335x-boneblack.conf b/hwpack/am335x-boneblack.conf index c718e4a..c46d9d9 100644 --- a/hwpack/am335x-boneblack.conf +++ b/hwpack/am335x-boneblack.conf @@ -7,9 +7,21 @@ conf_bl_http="https://rcn-ee.net/deb/tools/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="notrunc" +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_bs="384k" boot_name="u-boot.img" #Bootloader: u-boot features: