HI all,
We have out custom board, that uses am3352 processor. I could able to copy the u-boot.img file use tera term by following the below url:
Now when I am trying to copy the RFS from the server pc using TFTP server from the boot prompt, The communication is very slow and it is disconnecting after some seaconds.
Our Ethernet port supports 10/100 Mb/s.
Below is the steps I followed:
#set ipaddr 192.168.6.14
#set serverip 192.168.6.13
When I am pinging I am getting as follows
#ping 192.168.6.13
link up on port 0, speed 100, full duplex
Using cpsw device
host 192.168.6.13 is alive
Then When I am trying to copy from TFTP it is coming as follows:
#tftp $loadaddr core-image-minimal-mtdutils-agappe-20151015173507.rootfs.ubi
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.6.13; our IP address is 192.168.6.14
Filename 'core-image-minimal-mtdutils-agappe-20151015173507.rootfs.ubi'.
Load address: 0x82000000
Loading: #T T T #T ##T T #T T T #T #T T #T #T T T T #T #T ###T
Then it is disconnecting after a few seconds. How ever if it is very small file(1MB) it is getting transferred but slowly. But more then 1 MB files are having the issue.
Please assist me how to proceed.
Regards
Sudipta.