Xilinx / PYNQ

Python Productivity for ZYNQ
http://www.pynq.io/
BSD 3-Clause "New" or "Revised" License
1.99k stars 818 forks source link

can not build ZCU104 Image #1123

Closed louisliuwei closed 4 years ago

louisliuwei commented 4 years ago

Issue: an error will come up, cp: cannot stat '/group/bcapps/hqin/proj/pynq/PYNQ/boards/ZCU104/xilinx-zcu104-v2019.1-final.bsp': No such file or directory when building ZCU104 image Resolution : need to remove "xilinx-zcu104-v2019.1-final.bsp" in /boards/ZCU104/ZCU104.spec

giunatale commented 4 years ago

The ZCU104 board has an officially released bsp for Petalinux, that you can download here: https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/embedded-design-tools.html.

We rely on that for building the ZCU104 image. So what you are reporting is not a bug, but rather expected behavior. Closing