17 lines
512 B
Plaintext
17 lines
512 B
Plaintext
#
|
|
# 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 fdtimg uimage-imx28-ccardimx28js.dtb
|
|
setenv kimg uimage-ccardimx28js.bin
|
|
setenv mmc_rpart /dev/mmcblk0p3
|
|
dboot linux mmc 0:2
|