Use the same steps as Example 3: Running the “Hello World” Application from Arm Cortex-A53, but this time create the system project with name hello_system
.
Select File → New Example → Hello World → Create Application Component from Template. The Create New Application Project wizard welcome screen 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
Application project name
hello_sys_a53
Domain
Domain
standalone on psu_cortexa53_0
Select the ‘vitis-sys.json’ file under settings within hello_system in the Explorer view and click Add Existing Component.
Select Application and then select ‘hello_sys_a53’. Now the hello_sys_a53 application resides inside the hello_system component.
Select hello_system and click the hammer icon in the toolbar to build the system project.
Note
Application projects in one workspace cannot have the same name even if they belong to different system projects, because they store flat in the workspace directory.