Hi
I am completely new with PYNQ so I probably don’t know even the most obvious things.
I am trying to connect my PYNQ-Z2 board with jupyter notebook but my computer don’t see any ethernet connection. I follow this tutorial: https://pynq.readthedocs.io/en/v2.3/getting_started/pynq_z2_setup.html
Jumpers are setted as in tutorial, I checked ethernet cable and also tried with other computer, diodes on board are lighting correct as in tutorial video. I bought full kit of PYNQ-Z2, so I got also microSD card with uploaded Image I tried with this one but also tried to use other microSD card with image wrote by myself (using program Win32DiskImager).
Board is powered via USB from computer (and computer can see it), I can not try to connect board via ethernet to router because I have no access to router.
I tried computer with windows 11 and computer with windows 10.
try reboot again.
Then first enter the folder via Windows explorer \192.168.2.99
If you can logon to the folder area
Goto chrome and see if this is still normal to enter Juptyer.
I encounter this so many times.
I have no idea why old image from other revision is much stable than the new 2.7
xilinx@pynq:~$ systemctl status jupyter.service
● jupyter.service - Jupyter Notebook Server
Loaded: loaded (/lib/systemd/system/jupyter.service; enabled; vendor prese>
Active: active (running) since Tue 2022-05-10 11:25:08 UTC; 12min ago
Process: 259 ExecStart=/usr/local/bin/start_jupyter.sh (code=exited, status>
Tasks: 2 (limit: 2095)
Memory: 102.8M
CGroup: /system.slice/jupyter.service
├─400 /usr/local/share/pynq-venv/bin/python3 /usr/local/share/pynq>
└─648 python3 /usr/local/bin/redirect_server
May 10 11:23:33 pynq start_jupyter.sh[259]: Waiting for Jupyter
May 10 11:23:34 pynq start_jupyter.sh[259]: Waiting for Jupyter
May 10 11:23:35 pynq start_jupyter.sh[259]: Waiting for Jupyter
May 10 11:23:36 pynq start_jupyter.sh[259]: Waiting for Jupyter
May 10 11:23:37 pynq start_jupyter.sh[259]: Waiting for Jupyter
May 10 11:23:39 pynq start_jupyter.sh[259]: Waiting for Jupyter
May 10 11:23:40 pynq start_jupyter.sh[259]: Waiting for Jupyter
May 10 11:23:41 pynq start_jupyter.sh[259]: Waiting for Jupyter
May 10 11:25:08 pynq start_jupyter.sh[259]: Starting redirect server
May 10 11:25:08 pynq systemd[1]: Started Jupyter Notebook Server.
Can you confirm how you have connected your board?
If you used an an Ethernet cable and connected it directly to an Ethernet port on your computer;
Did you configure the Ethernet adapter on your computer?
i.e. set the IP address of your computer to 192.168.2.1 Assign a static IP address — Python productivity for Zynq (Pynq)
If you did this, on your Windows computer can you open a cmd prompt and run ipconfig /all and post the output?
If you can see the IP address of your windows computer from your pynq board, can you ping this IP address?
From your Windows computer can you ping the IP address of your board? (192.168.2.99)