diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2013.04/boot-sd.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2013.04/ccimx6adpt/boot-sd.txt similarity index 100% rename from meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2013.04/boot-sd.txt rename to meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2013.04/ccimx6adpt/boot-sd.txt diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2013.04/ccimx6sbc/boot-sd.txt b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2013.04/ccimx6sbc/boot-sd.txt new file mode 100644 index 000000000..3e526aae1 --- /dev/null +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey-2013.04/ccimx6sbc/boot-sd.txt @@ -0,0 +1,16 @@ +# +# U-Boot bootscript for SD images created by Yocto. +# +# Layout: +# * U-Boot (raw copied) +# * Boot partion (FAT) with kernel images and DTB +# * Rootfs partion (EXT4) +# +# +--------------+----------------------+-------------------------+ +# | U-BOOT (RAW) | BOOT_PARTITION (FAT) | ROOTFS_PARTITION (EXT4) | +# +--------------+----------------------+-------------------------+ +# +setenv mmcroot /dev/mmcblk${mmcdev}p2 +setenv uimage uImage +setenv fdt_file imx6-ccimx6sbc-ldo.dtb +dboot linux mmc ${mmcdev}:${mmcpart}