summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/tegra/update.sh
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-06-06 19:41:38 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:19:25 +0200
commit98e55a19659bb482f4a89791225303c510156236 (patch)
treed94d85cbb37ed74eee3226873abce09d3c296b26 /recipes/images/files/library/tegra/update.sh
parent379eebf6059721ef36fd7db4851652b086cd1b76 (diff)
update.sh: update help text for new deployment scheme
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes/images/files/library/tegra/update.sh')
-rwxr-xr-xrecipes/images/files/library/tegra/update.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/images/files/library/tegra/update.sh b/recipes/images/files/library/tegra/update.sh
index e221889..b3c6e7b 100755
--- a/recipes/images/files/library/tegra/update.sh
+++ b/recipes/images/files/library/tegra/update.sh
@@ -17,9 +17,13 @@ Flash()
echo "then to update all components enter:"
echo "'run update'"
echo ""
- echo "to update a single component enter one of:"
+ echo "Alternatively, to update U-Boot enter:"
echo "'run update_uboot'"
- echo "'run update_kernel' (T30 only)"
+ echo "to update a component stored in UBI enter:"
+ echo "'run prepare_ubi'"
+ echo "followed by one of:"
+ echo "'run update_kernel'"
+ echo "'run update_dtb' (for vanilla kernels)"
echo "'run update_rootfs'"
echo ""
echo ""