Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to connect Internet on VC707 board #40

Closed
xiaolingyi opened this issue Aug 11, 2021 · 4 comments
Closed

How to connect Internet on VC707 board #40

xiaolingyi opened this issue Aug 11, 2021 · 4 comments

Comments

@xiaolingyi
Copy link

I use the released vc707 bit and the ./mk-sd-cad command, the Linux can boot successfully.
And I use the internet cable to connect the board and the wired network port.
But when I try to connect to the Internet, as I use the command "sudo ping 182.61.200.6", it returns "the network is unreachable".
image

And the IP address is as below:

image

And I noticed that :
image

It seems that I need to change some MAC addresses and rebuild the bitstream. But what exactly should I do to connect the board to the Internet?

Thanks a lot!

@eugene-tarassov
Copy link
Owner

But what exactly should I do to connect the board to the Internet?

You need to connect the board to 1Gb router using Ethernet cable and it should just work:

ip-addr

It looks like your cable is not connected or not working, because your screenshot shows NO-CARRIER status.

It seems that I need to change some MAC addresses and rebuild the bitstream.

Only if you have multiple VC707 boards.

@xiaolingyi
Copy link
Author

It solves my problem,thanks!

@xiaolingyi
Copy link
Author

Hi, after some time, when I wanted to connect to the internet again, it suddenly showed NO-CARRIER status again. I did not change any file related to the Ethernet. And I changed to another brand new VC707 board, the phenomenon was the same and I am sure the internet, as well as the Ethernet cable, is fine.
So could you please provide any advice on how to test the ETHERNET devices on the board or how to solve this problem(for example, any config change)?
Thanks a lot!

@eugene-tarassov
Copy link
Owner

The board has SGMII interface to Ethernet PHY, so the design uses "1G/2.5G Ethernet PCS/PMA or SGMII" IP. The IP is proprietary and encrypted, so debug options are limited. I suggest to check the IPs Product Guide, it has plenty of info on how the IP should work, how to configure it, and how to create a test bench. You can also use Vivado to add ILA for the IP signals and check the waveforms.

I have VC707 board set up to run daily tests and have not seen any issues, I don't know what causes the NO-CARRIER status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants