
27 May
2015
27 May
'15
6:11 a.m.
From: Fabio Estevam fabio.estevam@freescale.com
After the mx6 config consolidation, 'save' command is no longer recognized.
Pass the full command name 'saveenv' instead.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- board/warp/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/warp/README b/board/warp/README index db3100e..22f9055 100644 --- a/board/warp/README +++ b/board/warp/README @@ -34,7 +34,7 @@ Then U-boot should start and its messages will appear in the console program. Use the default environment variables:
=> env default -f -a -=> save +=> saveenv
Run the DFU command: => dfu 0 mmc 0
--
1.9.1