summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-27 20:13:01 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 14:42:44 +0200
commit40197361ac504b51276f51cfd91c1423966b414d (patch)
treeda01f6101495cfbee82ff8db610a052eb59c3313
parent96a041c5e8d7c814b5b10fe7df09fb084994c972 (diff)
imx6: update.sh: remove -it
Before using the SPL to setup the DDR we had two U-Boot variants for Apalis iMX6, one for the commercial and one for the industrial temperature range modules. With the SPL that is decided at runtime and one does not need to run a module specific 'run updateXXX' command. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rwxr-xr-xrecipes-images/images/files/library/imx6/update.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-images/images/files/library/imx6/update.sh b/recipes-images/images/files/library/imx6/update.sh
index 4d067f0..5e7c6e9 100755
--- a/recipes-images/images/files/library/imx6/update.sh
+++ b/recipes-images/images/files/library/imx6/update.sh
@@ -16,16 +16,14 @@ Flash()
echo "'run setupdate'"
echo ""
echo "then to update all components enter:"
- echo "'run update' or 'run update_it'"
+ echo "'run update'"
echo ""
echo "to update a single component enter one of:"
- echo "'run update_uboot' or 'run update_uboot_it'"
+ echo "'run update_uboot'"
echo "'run update_kernel'"
echo "'run update_fdt'"
echo "'run update_rootfs'"
echo ""
- echo "for 'Apalis iMX6Q 2GB IT' use the version with '_it'."
- echo ""
echo "If you don't have a working U-Boot anymore, connect your PC to the module's USB"
echo "client port, bring the module in the serial download mode and start the"
echo "update.sh script with the -d option. This will copy U-Boot into the modules RAM"