OS: Ubuntu 18.04
Pynq version: 6b345bfad446c49a9082b18a3a9ab0f4fd13a369 (or at least that’s what I get when running ‘git rev-parse origin/master’).
I’m following this tutorial:
[Making Cora Pynq - Digilent Projects]
to try and get Pynq working on my Cora z7007s. After cloning the repository using:
“git clone GitHub - Xilinx/PYNQ: Python Productivity for ZYNQ”
I run the setup_host.sh script and it fails with the following error:
2020-02-10 14:01:16 (5.77 MB/s) - ‘crosstool-ng-1.24.0.tar.bz2’ saved [888]
+ tar -xf crosstool-ng-1.24.0.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Please help.
Thanks.