Hi,
I am using IMX53 Sabre Tablet, 11.05 code release.
I have a debug port where I have COM Port and Ethernet connected to the target. Telnet to the target is also working.
Now I would like to copy the file which is present in my PC to the target, Please tell me how to do this?
Regards,
Swamy
Hi,
https://linuxlink.timesys.com/docs/gsg/i.MX53START
This gives a step by step detail. Give it a try!
Regards Krishna Pavan
If your using windows,
I would recommend the combination of winscp and putty.
running linux, I would recommend scp (As Mahesh suggested) and the ssh commands.
However Micheal's suggestion of tftp is already loaded on (I believe) so it's a good option too.
You could also do a remote folder mount.
scp is a good application to try transferring files back & forth to the target over the network.
Hi Swamy,
Have you looked at "TFTP" (http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch16_:_Telnet,_TFTP,_and_xinetd#TFTP)?
Quite fast and reliable.
myke