Hi,
Can any suggest me how to transfer files on DM6446 EVM hardisk to windows machine?. I have tried using Win SCP, it is not connecting to EVM. Monta Vista is running on the EVM.
- Santhosh
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.
Hi,
Can any suggest me how to transfer files on DM6446 EVM hardisk to windows machine?. I have tried using Win SCP, it is not connecting to EVM. Monta Vista is running on the EVM.
- Santhosh
No, I have only windows on the machine.
I could able to do transfers between linux machine and EVM.
As FTP is not working with EVM i am moving files from EVM to linux machine using mounted folder then to windows machine using Win SCP.
I want transfers to be EVM to Windows machine directly. Is there other way?
I believe USB mass storage is enabled by default in the kernel; if so you can plug-in a USB flash-key onto your EVM mount it
$ mount –t vfat /dev/sda1 /mnt/flashkey
Then you should be able to copy data from your EVM HDD to USB flash-key on EVM.