Error while running setup_host.sh script

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:

  1. Vivado and vitis 2022.1
  2. Petalinux 2022.1
  3. 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):


–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

I’m building for a different board, but I hit the same problem. I changed wiki.qemu-project.org in setup_host.sh to wiki.qemu.org and it worked.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.