Hi,
I’m having trouble connect my board to the network via ethernet port.
PYNQ version: 3.0.1
Board: RFSoC 4x2
Connection setup:
The board is connect to the computer via the usb port using the adapter from the package. The ethernet port is connected to a network port on the wall in our office via the yellow cable in the photos above. I have checked that the network port on the wall works by connecting another computer to this port.
Error message:
When I want to git clone a repository from github.com in the terminal in Jupyter Notebook, it returns,
fatal: unable to access 'https://github.com/Xilinx/RFSoC-MTS.git/': Could not resolve host: github.com
I have read a lot of posts in the forum but haven’t got the solution. I also tried “ip addr” but I cannot understand the returned message,
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 9a:e3:54:b8:da:50 brd ff:ff:ff:ff:ff:ff
3: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
link/sit 0.0.0.0 brd 0.0.0.0
4: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether fc:c2:3d:5a:90:f3 brd ff:ff:ff:ff:ff:ff
inet 192.168.2.99/24 brd 192.168.2.255 scope global eth0:1
valid_lft forever preferred_lft forever
inet6 fe80::fec2:3dff:fe5a:90f3/64 scope link
valid_lft forever preferred_lft forever
5: usb0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 1a:cb:71:68:52:f0 brd ff:ff:ff:ff:ff:ff
inet 192.168.3.1/24 brd 192.168.3.255 scope global usb0
valid_lft forever preferred_lft forever
inet6 fe80::18cb:71ff:fe68:52f0/64 scope link
valid_lft forever preferred_lft forever
Could you please help me with this problem? Thanks in advance!
Best regards,
zeckjia