From 98e55a19659bb482f4a89791225303c510156236 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 6 Jun 2016 19:41:38 -0700 Subject: update.sh: update help text for new deployment scheme Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- recipes/images/files/colibri-imx7/update.sh | 6 +++++- recipes/images/files/colibri-vf/update.sh | 7 ++++++- recipes/images/files/library/tegra/update.sh | 8 ++++++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/recipes/images/files/colibri-imx7/update.sh b/recipes/images/files/colibri-imx7/update.sh index f998b78..417e305 100755 --- a/recipes/images/files/colibri-imx7/update.sh +++ b/recipes/images/files/colibri-imx7/update.sh @@ -16,8 +16,12 @@ 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 "to update a component stored in UBI enter:" + echo "'run prepare_ubi'" + echo "'run update_kernel'" + echo "'run update_dtb'" echo "'run update_rootfs'" echo "" echo "" diff --git a/recipes/images/files/colibri-vf/update.sh b/recipes/images/files/colibri-vf/update.sh index a8a6ea6..4e21173 100755 --- a/recipes/images/files/colibri-vf/update.sh +++ b/recipes/images/files/colibri-vf/update.sh @@ -16,8 +16,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 "to update a component stored in UBI enter:" + echo "'run prepare_ubi'" + echo "followed by one of:" + echo "'run update_kernel'" + echo "'run update_rootfs'" echo "'run update_rootfs'" echo "" echo "" 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 "" -- cgit v1.2.3