Skip to content
Snippets Groups Projects
Commit b5e7c1e7 authored by Otavio Salvador's avatar Otavio Salvador Committed by Stefano Babic
Browse files

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: default avatarOtavio Salvador <otavio@ossystems.com.br>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
parent 70f27e7f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment