summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/tegra/update.sh
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-10-29 09:05:32 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-10-29 09:05:32 +0100
commit17f87e9bb6b5bf252ec5ab9c484c590922364629 (patch)
treecd877276c75f948e3c839cee1cbd4b0be19f55eb /recipes/images/files/library/tegra/update.sh
parent9af42d20b7a13498df871d3383f75e34934e8203 (diff)
apalis/colibri_imx6/t30: update.sh: update emmc layout description
Now that both Apalis/Colibri iMX6 as well as Apalis/Colibri T30 will use the same eMMC layout also concerning boot loader, environment and configblock locations in the primary eMMC boot area partition update resp. description.
Diffstat (limited to 'recipes/images/files/library/tegra/update.sh')
-rwxr-xr-xrecipes/images/files/library/tegra/update.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/images/files/library/tegra/update.sh b/recipes/images/files/library/tegra/update.sh
index 482fd00..c8cd865 100755
--- a/recipes/images/files/library/tegra/update.sh
+++ b/recipes/images/files/library/tegra/update.sh
@@ -295,18 +295,18 @@ grep -i t[2-3]0 rootfs/etc/issue >> ${BINARIES}/versions.txt
#create subdirectory for this module type
sudo mkdir -p "$OUT_DIR"
-# The emmc layout used is:
+# The eMMC layout used is:
#
# boot area partition 1 aka primary eMMC boot sector:
-# with cbootimage containing BCT and U-Boot boot loader
-# and the configblock at the end of that boot area partition
+# with cbootimage containing BCT and U-Boot boot loader and the U-Boot
+# environment before the configblock at the end of that boot area partition
#
# boot area partition 2 aka secondary eMMC boot sector:
-# with the U-Boot environment at the end of that boot area partition
+# reserved
#
# user area aka general purpose eMMC region:
#
-# 0 -> IMAGE_ROOTFS_ALIGNMENT - reserved ((not partitioned)
+# 0 -> IMAGE_ROOTFS_ALIGNMENT - reserved (not partitioned)
# IMAGE_ROOTFS_ALIGNMENT -> BOOT_SPACE - kernel and other data
# BOOT_SPACE -> SDIMG_SIZE - rootfs
#