cgtqmx6eval: README: Fix parameter of 'sf write' command
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 7 Jan 2016 19:01:23 +0000 (17:01 -0200)
committerStefano Babic <sbabic@denx.de>
Sun, 10 Jan 2016 09:51:43 +0000 (10:51 +0100)
'sf command' should receive the length in sector boundaries, so fix it
accordingly.

Also, show the steps to set the server and board IP addresses for
making the steps clearer.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
board/congatec/cgtqmx6eval/README

index 1d736dc3515194026d85f540c392c4b695b38f45..f2c959949c3b9015d3d713250431d34763f9bd75 100644 (file)
@@ -25,11 +25,15 @@ host PC (/tftpboot , for example).
 
 => sf probe
 
+=> setenv serverip <server_ip_address>
+
+=> setenv ipaddr <board_ip_address>
+
 => tftp 0x12000000 SPL
 
 => sf erase 0x0 0x10000
 
-=> sf write 0x12000000 0x400 0x100
+=> sf write 0x12000000 0x400 0x10000
 
 => tftp 0x12000000 u-boot.img