summaryrefslogtreecommitdiffstats
path: root/board/congatec/cgtqmx6eval
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-01-10 09:17:52 -0500
committerTom Rini <trini@konsulko.com>2016-01-10 09:17:52 -0500
commite6c516a973dff2718488d065d859bcfe64fb05aa (patch)
tree49f13c443e16d02307851127c7643aef8a70d754 /board/congatec/cgtqmx6eval
parentd77a092dd3619ca747fb8290ae8f255e9799aaa6 (diff)
parentb5e7c1e754b174e7ea9bf9d5de57d451a7acdf78 (diff)
downloadblackbird-obmc-uboot-e6c516a973dff2718488d065d859bcfe64fb05aa.tar.gz
blackbird-obmc-uboot-e6c516a973dff2718488d065d859bcfe64fb05aa.zip
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Diffstat (limited to 'board/congatec/cgtqmx6eval')
-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