Connecting to Internet with PYNQ

How can I successfully connect my board to the internet via a direct connection from the board to the computer (e.g., not using a router)? I’m using MacOS, and when I try to pip3 install bitstring, it says that my board isn’t connected to the internet. I’ve turned on the Internet Sharing setting, but for some reason the board just won’t connect to the internet. I’m in a bit of a strange situation where I can’t connect the board to the Internet using Wifi, so connecting through my Mac is my only option.

1 Like

Hi @nickshey, the keyword you are looking is network bridge. I do not have a MAC but you can try this

Alternatively you can download the bistring repository in your MAC and copy it to the PYNQ board then install it following these instructions

Mario