Install Pynq v2.6.1 on Pynq board

Hi there,
I’m trying to upgrade my Pynq board to Version 2.6.1 from github but I don’t really know which exact command I should use for that. I tried pip3 install git+https://github.com/Xilinx/PYNQ.git@v2.6.1 but version 2.6.0 is installed then. I found that it should be something like this command: pip3 install -e git:https://github.com/Xilinx/PYNQ.git@v2.6.1#egg=<SomeEggInformation> but some egg information is required here and I don’t know what that is.

Can you tell me how to install Pynq version 2.6.1?

1 Like

Hi @chhait07,

The latest version is 2.6.0, 2.6.1 has only a minor modification in the documentation but no image is generated. So, if you are able to install 2.6.0 everything is ok.

Mairo