From: Otavio Salvador Date: Thu, 7 Jan 2016 19:01:23 +0000 (-0200) Subject: cgtqmx6eval: README: Fix parameter of 'sf write' command X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=b5e7c1e754b174e7ea9bf9d5de57d451a7acdf78;p=u-boot.git cgtqmx6eval: README: Fix parameter of 'sf write' command '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 Reviewed-by: Fabio Estevam --- diff --git a/board/congatec/cgtqmx6eval/README b/board/congatec/cgtqmx6eval/README index 1d736dc351..f2c959949c 100644 --- a/board/congatec/cgtqmx6eval/README +++ b/board/congatec/cgtqmx6eval/README @@ -25,11 +25,15 @@ host PC (/tftpboot , for example). => sf probe +=> setenv serverip + +=> setenv ipaddr + => tftp 0x12000000 SPL => sf erase 0x0 0x10000 -=> sf write 0x12000000 0x400 0x100 +=> sf write 0x12000000 0x400 0x10000 => tftp 0x12000000 u-boot.img