This repository provides the board files for the Arty-Z7 boards.
To use the board file along with the new sdbuild flow, first do:
git clone https://github.com/yunqu/Arty-Z7.git <LOCAL>
Then in your PYNQ repository (image v2.3), go to folder sdbuild
and do:
make BOARDDIR=<LOCAL>
Since the make flow also accepts valid petalinux BSP, you can also
specify a given BSP in the .spec
file. Otherwise by default this
make flow will start from a hardware project to build the petalinux BSP.