To send the “Hello World” string to the UART0 peripheral, follow these steps:
Select File → New Example → Hello World → Create Application Component from Template. The Create Application Component - Hello World wizard opens.
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.
Select File → New Component → System Project. The Create System Project wizard opens.
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
Select the ‘vitis-sys.json’ file under settings within hello_a53_system in the Explorer view and click Add Existing Component.
Select Application and then select ‘hello_a53’. Now the hello_a53 application resides inside the hello_a53_system component.