I followed Pynq z2 setup guide and could successfully boot the image using sd card (I get the blue and green leds on the board). However, it seems that there is a problem with ethernet connection and I can’t connect to the board to start using Jupyter notebook.
I followed the instructions in the this link to set the eth0 static IP (192.168.2.1) on my ubuntu machine and also tried it on a windows machine. In both cases I can’t get access to the board. I connected the micro-USB cable from my computer to the board and used Putty to got access to terminal. I checked the network connection of the board using “IP a” command and it seems that eth0 IP is different from what I am using to connect to it (192.168.2.99 or 192.168.2.99:9090). Do you have any idea what is going wrong? Thank you!
Where is the Ethernet port of the PYNQ-Z2 board connected to? If it is connected to a router and your computer is connected to a router, you can just use the board IP to connect. http://128.151.160.146:8888/lab or pynq:8888/lab.