Hi,
- I am using Z-turn V2 board and windows 10. I can connect my FPGA board using the serial port but not using ethernet. I check both by ‘ifconfig -a’ and ‘ip a’ that my board does not even have an IP address. I am furnishing the results below of what I get–>*
a) Using ip a
1: lo: mtu 65536 qdisc noop
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: can0: mtu 16 qdisc noop qlen 10
link/[280]
3: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop qlen 1000
link/ether 00:0a:35:00:01:22 brd ff:ff:ff:ff:ff:ff
b) Using ifconfig -a
can0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
NOARP MTU:16 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:60
eth0 Link encap:Ethernet HWaddr 00:0A:35:00:01:22
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:54 Base address:0xb000
lo Link encap:Local Loopback
LOOPBACK MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
I am pretty much lost on how to proceed. Can you please help me in simple steps both by connecting the FPGA board to LAN and directly to the host computer ? I suppose I must first fix the IP of the FPGA board and restart. Is there a step by step procedure for this to happen as I am new to the Z-turn board ?
Also, I can not install Pynq (if it is needed) using pip in command prompt. I am using python 3.8.0 and I noticed the following error–>
(myenv) C:\Users\First\AppData\Local\Programs\Python\Python38\my_proj>pip install --upgrade --upgrade-strategy only-if-needed pynq
Collecting pynq
Using cached pynq-3.0.1.tar.gz (63.0 MB)
Preparing metadata (setup.py) … error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File “”, line 2, in
File “”, line 34, in
File “C:\Users\First\AppData\Local\Temp\pip-install-uvf4gvx4\pynq_827392ffeef14b8ab70178f2a2ab02cc\setup.py”, line 35, in
CPU_ARCH = os.uname()[-1]
AttributeError: module ‘os’ has no attribute ‘uname’
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
WARNING: There was an error checking the latest version of pip.