Creating a “Hello World” Application on Arm Cortex-R5F - 2024.2 English - UG1209

Zynq UltraScale+ MPSoC Embedded Design Tutorial (UG1209)

Document ID
UG1209
Release Date
2025-03-20
Version
2024.2 English
  1. Select File → New Example → Hello World → Create Application Component from Template. The Create New Application Component - Hello World wizard welcome screen opens.

  2. Use the information in the table below to make your selections in the wizard screens.

    Screen

    System Properties

    Settings

    Platform

    Select platform from repository

    zcu102_edt

    Application project details

    Application project name

    hello_r5

    Domain

    Domain

    standalone_r5

  3. Select File → New Component → System Project. The Create System Project wizard welcome screen opens.

  4. Use the information in the table below to make your selections in the wizard screens.

    Screen

    System Properties

    Settings

    Platform

    Select platform from repository

    zcu102_edt

    System project details

    System project name

    hello_r5_system

    The Vitis IDE creates the hello_r5_system project in the Explorer view.

  5. Select the ‘vitis-sys.json’ file under settings within hello_r5_system in the Explorer view and click Add Existing Component.

  6. Select Application and then select ‘hello_r5’. Now the hello_r5 application resides inside the hello_r5_system component.

  7. Select hello_r5_system and click the hammer icon in the toolbar to build the system project.