diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-12-21 14:49:01 +0100 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2017-01-10 16:54:49 -0800 |
commit | 8f1f4c6e93ef408d87fbc7f77f827b255b767128 (patch) | |
tree | c82055af0fab971095ac4b47731d2b45d4d2a0fc /recipes-images | |
parent | 9a6f3e2e1abb658f33df1850eb2b609bd726aa37 (diff) |
flash scripts: fix Colibri iMX 7 note
Use run update_rootfs to update the rootfs.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-images')
-rw-r--r-- | recipes-images/images/files/colibri-imx7/colibri-imx7_bin/flash_blk.scr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-images/images/files/colibri-imx7/colibri-imx7_bin/flash_blk.scr b/recipes-images/images/files/colibri-imx7/colibri-imx7_bin/flash_blk.scr index ae3a689..ee922b9 100644 --- a/recipes-images/images/files/colibri-imx7/colibri-imx7_bin/flash_blk.scr +++ b/recipes-images/images/files/colibri-imx7/colibri-imx7_bin/flash_blk.scr @@ -21,7 +21,7 @@ echo && echo 'NOTE: The U-Boot provided with this BSP version does not support the' && echo 'early tapeout/stepping of i.MX 7 used on your module. You still can' && echo 'update the kernel/device-tree/rootfs manually using: ' && -echo '# run prepare_ubi && run update_kernel && run update_fdt && update_rootfs' && +echo '# run prepare_ubi && run update_kernel && run update_fdt && run update_rootfs' && echo && setenv update_uboot; setenv update_uboot_old; setenv update else echo 'enter "run update" to update the entire module' |