For general questions, please use the PYNQ discussion forum. We actively monitor the forum and try to answer
every question there.
Before submitting a pull request, you can also raise an issue that explains the
problem the pull request is trying to resolve. Feel free to close the issue once
the pull request has been merged.
If you still want to raise an issue here, please give us as much detail as
possible to the issue you are seeing - we've listed some helpful fields below.
- PYNQ version (e.g. v2.6): v3.1
- Board name (e.g. Pynq-Z2): Z7-P
- Pull request type (bug fix / new feature): bug fix
- Pull request number:
- Description:
+ '[' -d /home/wzy/Downloads/Pynq/sdbuild/../boards/Z7-P/petalinux_bsp/meta-user ']'
+ cd /home/wzy/Downloads/Pynq/sdbuild/build/Z7-P/petalinux_bsp
+ petalinux-package --force bsp -p xilinx-z7p-2024.1 --output xilinx-z7p-2024.1.bsp
[ERROR] Unable to create directory at /build
make: *** [Makefile:428: /home/wzy/Downloads/Pynq/sdbuild/build/Z7-P/petalinux_bsp/xilinx-z7p-2024.1.bsp] Error 255
I have to sudo mkdir /build && sudo chown $USER /build to make it work.
For general questions, please use the PYNQ discussion forum. We actively monitor the forum and try to answer
every question there.
Before submitting a pull request, you can also raise an issue that explains the
problem the pull request is trying to resolve. Feel free to close the issue once
the pull request has been merged.
If you still want to raise an issue here, please give us as much detail as
possible to the issue you are seeing - we've listed some helpful fields below.
I have to
sudo mkdir /build && sudo chown $USER /buildto make it work.