Hello Peter thanks for answering, here is the output of the command after retrying to build:
i don’t know if it’s expected not to give anything like this.
So i tried running the echo command alone on the shell (after the make already failed), it does add the correct directory.
when i add bash -c before the echo it doesn’t do anything (doesn’t add anything to the config file) but doesn’t output “no directory”.
the only moment the echo gives no directory is when i run the echo without making the file.
Sounds like the BSP has been packaged with weird permissions on the configs folder. Try adding a chmod a+rx of the configs directory where the ls currently is.
Zynq-7000 SoC Board Support Packages - 2020.1, ZED BSP
actual link where you can see
i’ll try to edit the permissions right now :
tried to edit the permissions and it still doesn’t work, for some reason it considers there is no such file or directory, even though we can see it is here on the ls.
I’ve been trying to recreate the error on my end and I can’t - the Zedboard BSP creates an image just fine. I’ll have a think on anything else that might be causing the issue
Hey, I was able to fix this and build images, the problem was that i was trying to run the make file in the /pynq shared folder with my machine, i think vagrant generated VM doesn’t have enough rights to write on that directory.
i had to reclone the PYNQ project on the home of the VM and run the setup_host.sh script.
I would also like some help with making a custom overlay to make the boot_leds blink on startup, not sure if i should open a new thread.