Trouble setting up ZCU208 with RFSoC-PYNQ

PYNQ3.0.1 with ZCU208
I’m trying to connect to my ZCU208 board over my institute’s network. The board’s MAC address is registered on the network with an IP in the same range as that provided to my computer. I’m able to ping this address over the network and receive a response, but when I try to connect to http://pynq:9090 or http://<IP_ADDRESS> it fails to connect. I’ve noticed that it automatically redirects to https despite my browser having HTTPS-Only disabled. Could this be the issue? I’ve followed all the steps outlined in the readthedocs pages, but to no avail.

1 Like

The protocol to the board is http, not https so this should not be the problem. However, if your network is redirecting to https, then yes, this could be an issue. Can you usually browse to a non https website?
You may also want to check with your network admin if port 9090 is open on your network.

Cathal

1 Like