Transferring file over network

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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.

 


无评分
版本历史
最后更新:
‎09-10-2020 02:06 AM
更新人: