Creating a Hello World Application on Arm Cortex-A53 - 2024.2 English - UG1209

Zynq UltraScale+ MPSoC Embedded Design Tutorial (UG1209)

Document ID
UG1209
Release Date
2025-03-20
Version
2024.2 English

To send the “Hello World” string to the UART0 peripheral, follow these steps:

  1. Select File → New Example → Hello World → Create Application Component from Template. The Create Application Component - Hello World wizard 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

    Component Name

    hello_a53

    Domain

    Domain

    standalone on psu_cortexa53_0

    The Vitis IDE creates the hello_a53 application component in the Explorer view.

  3. Select File → New Component → System Project. The Create System Project wizard 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_a53_system

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

  6. Select Application and then select ‘hello_a53’. Now the hello_a53 application resides inside the hello_a53_system component.