Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.
 
  • Like
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
 
  • Like
Reactions: dipin

    dipin

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top