summaryrefslogtreecommitdiffstats
path: root/board/congatec
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-01-07 17:01:23 -0200
committerStefano Babic <sbabic@denx.de>2016-01-10 10:51:43 +0100
commitb5e7c1e754b174e7ea9bf9d5de57d451a7acdf78 (patch)
tree95d3eb6f06e8bbffb926ec5f1e606257e8b5f98f /board/congatec
parent70f27e7f2aff82cbd3a380231b7f1f716e06e7d7 (diff)
downloadblackbird-obmc-uboot-b5e7c1e754b174e7ea9bf9d5de57d451a7acdf78.tar.gz
blackbird-obmc-uboot-b5e7c1e754b174e7ea9bf9d5de57d451a7acdf78.zip
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 <otavio@ossystems.com.br> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'board/congatec')
-rw-r--r--board/congatec/cgtqmx6eval/README6
1 files changed, 5 insertions, 1 deletions
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 <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
OpenPOWER on IntegriCloud