This repository provides the board files for the Ultra96 board.
To use the board file along with the new sdbuild flow, first do:
git clone https://github.com/Avnet/Ultra96-PYNQ.git <LOCAL>
Then download the Ultra96 BSP from Xilinx website. Copy it over to your local folder.
cp -f <DOWNLOADED_BSP> <LOCAL>/Ultra96
Then in your PYNQ repository (image v2.3), go to folder sdbuild
and do:
make BOARDDIR=<LOCAL>