4.4.1. Build RPU Application - 4.4.1. Build RPU Application - 2025.1 English - XD346

SCU35 Environmental Monitoring Targeted Reference Design (XD346)

Document ID
XD346
Release Date
2026-04-09
Version
2025.1 English
  1. On Linux, set up the Vivado environment in a terminal window by sourcing. <Vitis_install_path>/settings64.sh

  2. Launch the Vitis Unified Software Platform:

    vitis --workspace $WORKSPACE/app_ws
    
  3. 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.

    vitis_welcome
    create_new_platform
    browse_xsa
    pick_xsa
    pick_xsa
  4. Click Build to build the newly created platform

    pick_xsa
  5. Application Template: Choose Empty Application(C) and click Finish.

    Template
  6. Enter the component name mbv_app.

    bsp_nav
  7. Select the platform just created.

    bsp_page
  8. Leave the domain unchanged.

    bsp_page
  9. Add the sources from the SW/standalone-srcs/mbv directory.

    bsp_page
  10. Click finish.

    bsp_page
  11. Build the application SW.

    bsp_page
  12. 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.