diff options
Diffstat (limited to 'recipes/images/files/colibri-vf')
-rwxr-xr-x | recipes/images/files/colibri-vf/update.sh | 7 |
1 files changed, 6 insertions, 1 deletions
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 "" |