This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

u-boot support tftpput or transfer data to file on u-boot ?

u-boot version : u-boot-2011.09-psp04.06.00.08

After burn the all image file into spi flash , i want create ic image(SPI flash) for factory burn.

This u-boot don't include tftpput command .

I try to modify the code reference u-boot-sunxi-sunxi ( include tftpput command) , but the icmp handle function not easy to porting.

Anyone know have other way to transfer the data to file on u-boot ?