Xilinx / PYNQ

Python Productivity for ZYNQ
http://www.pynq.io/
BSD 3-Clause "New" or "Revised" License
1.99k stars 818 forks source link

Direct Ethernet connection not working #226

Closed brad0taylor closed 8 years ago

brad0taylor commented 8 years ago

I'm having some difficulty connecting to the notebook server with my PYNQ board. Here are the symptoms:

Here is the boot log from reset pynq_boot.txt

PeterOgden commented 8 years ago

When directly connecting you need to ensure that the windows computer is configured to be on the same subnet as pynq. The instructions on how to do this are at http://pynq.readthedocs.io/en/latest/17_appendix.html#assign-your-laptop-pc-a-static-ip-address. If it still doesn't work, can you please provide the output of ipconfig on the windows machine and ifconfig on the pynq?

brad0taylor commented 8 years ago

Thank you Peter - it works fine now. You might note that the PYNQ pictorial quickstart that ships doesn't mention this requirement Thanks for helping me out.