Build a Sample Application - 2023.2 English

Zynq UltraScale+ MPSoC Software Developer Guide (UG1137)

Document ID
UG1137
Release Date
2023-11-28
Version
2023.2 English
This section describes how to create a sample Hello World application using an existing template.
  1. Launch the Vitis software platform.
  2. Select a workspace directory for your first project.
  3. Click Launch. The welcome page appears.
  4. Close the welcome page. The development perspective opens.
  5. Select File > New > Application Project.
  6. Enter a name in the Project name field and click Next. The Select platform tab opens. You should choose a platform for your project. You can either use a pre-supplied platform (from AMD or another vendor), a previously created custom platform, or you can create one automatically from an exported AMD Vivado™ hardware project.
  7. On the Select platform tab, click the platform you just created and click Next. To use your own hardware platform, click the icon and add your platform to the list.
  8. Select the system configuration for your project and click Next. The Templates window opens.
  9. Select Hello World and click Next. Your workspace opens with the Explorer pane showing the hello_world_system system project and the zcu102 platform project.
  10. Right-click the system project and select Build Project. You have now built your application and the Console tab shows the details of the file and application size.