Hi @Armanhbabaei ,
-
Please check at what point the
check_env.shscript is failing. For instance in my case it would constantly fail trying to check forgcc-multilibsince that is not a binary by itself (or at least on my distro) so I deleted from thecheck_env.shscript. Like this I had many other errors but I just went step by step checking where would the script fail. -
Have you ran
setup_host.sh? It will install the version of the tools needed to build the PYNQ image.
Both check_env.sh and setup_host.sh can be found in PYNQ/sdbuild/scripts.
- In regard to the petalinux issue, do you have petalinux already installed on your system? Have you gotten an image to work already? I wrote a small guide on how to get a Petalinux image to work. Make sure to create a working Petalinux image, test it and then generate a BSP from it (i’ll explain that later).
- Once the Petalinux image is created and you know it’s working accordingly, then go ahead and create the BSP by running the following command:
petalinux-package bsp from the directory where you created the original petalinux image.
Please don’t hesitate to ask any other question.
Best,
Aldo