copying a file from fpga to pc without modem

Status
Not open for further replies.

dipin

Full Member level 4
Joined
Jul 16, 2014
Messages
223
Helped
14
Reputation
28
Reaction score
14
Trophy points
18
Activity points
1,731
hi ,

i had a text file in soc part of the fpga which is linux running on it.now i am using a modem and copy it using a Ethernet cable to modem and another cable to pc using the commend

scp root@remote_ip:/home/root/out.txt /cygdrive/C/users

so is it possible to copy with the modem, by directly connecting one ethernet cable directly to pc from fpga?

what will e the command?

thanks in advance

regards
 

Technically this isn't even an FPGA question, it is a PC/Linux communication question and should have been posted in another section.

You probably need to use a Ethernet crossover cable (If you want a direct connection between the two), or connect them via a switch on the same network.
 
Reactions: dipin

    dipin

    Points: 2
    Helpful Answer Positive Rating
IIRC, crossover cables are much less commonly needed now that one end of the link either is 1000BaseT or supports auto-mdi-x. This can save time in the lab looking for specialty cables.

After connection has been confirmed and basic ping tests are done, you would need to know the remote ip and configure the PC adaptor to be on the same network. That should be enough. If not, it seems you can use scp -oBindAddress=<adaptor-ip> root@<remote_ip>:/home/root/out.txt /cygdrive/C/users
 
Reactions: dipin

    dipin

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…