The Vitis environment consumes the generated hardware platform to build the software application that runs on the MicroBlaze V processor. Before building the application, you must complete the previous step.
On Linux, set up the Vitis environment in a terminal window by sourcing
<Vitis_install_path>/settings64.sh.To build the software application, type the following in the directory where you cloned the TRD:
make elf
The software application is available here: sw/workspace/io_app/build/io_app.elf.