On Linux, set up the Vivado environment in a terminal window by sourcing. <Vitis_install_path>/settings64.sh
Launch the Vitis Unified Software Platform:
vitis --workspace $WORKSPACE/app_ws
Platform: Select Create Platform Component from the Embedded Development Pane, click Next, then browse and select the hardware XSA file to be used and press Next again.
Click Build to build the newly created platform
Application Template: Choose Empty Application(C) and click Finish.
Enter the component name mbv_app.
Select the platform just created.
Leave the domain unchanged.
Add the sources from the SW/standalone-srcs/mbv directory.
Click finish.
Build the application SW.
The application will be generated at:
$WORKSPACE/app_ws/mbv_app/build/mbv_app.elf
For more detailed information on how to use Vitis, please refer to the Vitis Documentation.