From 8f1f4c6e93ef408d87fbc7f77f827b255b767128 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 21 Dec 2016 14:49:01 +0100 Subject: flash scripts: fix Colibri iMX 7 note Use run update_rootfs to update the rootfs. Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- recipes-images/images/files/colibri-imx7/colibri-imx7_bin/flash_blk.scr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-images/images/files') 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' -- cgit v1.2.3