Cannot connect to PYNQ on ZCU111

Dear all,

I downloaded the archive for ZCU111 from

PYNQ supported boards and PYNQ pre-built images | PYNQ

which contained an image file called zcu111_v3.0.1.img.

Using balenaEtcher I flashed the image to a (10-class 16gb) SD card FAT32 (32 kilobytes allocation size) formatted form built-in Windows file explorer.

I plugged the SD card into the ZCU111 board, set the SW6 switches to boot from SD card (up down down down). The power, micro-USB and Ethernet cable are connected to the computer.

PuTTy is on with the respective settings. I turn on the board and get the attached output.
INIT_B LED (DS1) is red (which is not the case for the original image provided with the board, it is usually green when the boot was successful), but the PuTTy says that the boot was successful.

I can run commands, but I cannot anyhow access jupyter through browser on my PC:
192.168.2.99 gives no result. The link provided when running JupyterLab () does not work either.

I used ifconfig command in PuTTy to get the IP address of the board, which gives the same IP as default (192.168.2.99 and there also was 192.168.2.255 which does not work either)

How to connect to the board?
putty.log (48.3 KB)

Hi @CrusadOr,

Welcome to the PYNQ community.

Have you setup your computer to be in the same subnetwork as the board? Frequently Asked Questions (FAQs) — Python productivity for Zynq (Pynq)

Mario

1 Like

Dear @marioruiz, thank you a lot for your question!

I have initially set the static IP address of my PC to 192.168.1.2 and I have just understood that I should have set it to 192.168.2.*.

This worked out! Thank you again!

1 Like