summaryrefslogtreecommitdiff
path: root/recipes/images/files/colibri-imx7/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/images/files/colibri-imx7/update.sh')
-rwxr-xr-xrecipes/images/files/colibri-imx7/update.sh6
1 files changed, 5 insertions, 1 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 ""