On Linux, set up the Vivado environment in a terminal window by sourcing
<Vivado_install_path>/settings64.sh.To build the entire design, type the following in the directory where you cloned the TRD:
make allThe following message displays and indicates where to find the device image:
The device image with the embedded software application was successfully generated. It is located here: hw/project/scu35_io_design_wrapper.pdi
Navigate to the Run the TRD section to load and run the design on the SCU35 evaluation board.