Transferring file over network

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Transferring file over network

Transferring file over network

For more information verify the U-Boot User Manual[1].

 

First all configure your board IP, your host IP and the gateway IP:

 

=> setenv ipaddr 10.29.244.91

 

=> setenv serverip 10.29.244.27

 

=> setenv gatewayip 10.29.244.27

You don't need to set the gatewayip when using cross'cable!

Save this configuration to flash:

=> saveenv 

 

Download the file to board RAM:

=> tftp 0x80000000 zImage 

 

Where:

 

400000 is the memory position where the file will be placed;

 

zImage is the file that will be downloaded from TFTP server.

 


No ratings
Version history
Last update:
‎09-10-2020 02:06 AM
Updated by: