First things first (details):
- PYNQ version you are using : v3.0
- Your board : Arty z7
I’m using the following versions of tools and OS:
- Vivado and vitis 2022.1
- Petalinux 2022.1
- OS: ubuntu 20.04.2 LTS
Im trying to build pynq image for arty z7 board. When I try to run /sdbuild/scripts/setup_host.sh the script is failing to connect to qemu page. The issue is as follows (I am adding some lines of the script’s output for more details):
- cd …
- qemuver=5.2.0
- wget http://wiki.qemu-project.org/download/qemu-5.2.0.tar.bz2
–2024-06-15 23:39:27-- http://wiki.qemu-project.org/download/qemu-5.2.0.tar.bz2
Resolving wiki.qemu-project.org (wiki.qemu-project.org)… 20.218.253.93
Connecting to wiki.qemu-project.org (wiki.qemu-project.org)|20.218.253.93|:80… failed: Connection timed out.
Retrying.
–2024-06-15 23:41:39-- (try: 2) http://wiki.qemu-project.org/download/qemu-5.2.0.tar.bz2
Connecting to wiki.qemu-project.org (wiki.qemu-project.org) | 20.218.253.93 | 80… failed: Connection timed out.
Retrying.
The page which the script is searching for is not available. Should I change the script, or am I missing something?
Also, if someone already has a PYNQ image for arty Z7 board and is willing to share it, it will be highly helpful.
Thankyou