Creating a New Zynq UltraScale+ MPSoC FSBL Application Project - 2022.2 English

Zynq UltraScale+ MPSoC Software Developer Guide (UG1137)

Document ID
UG1137
Release Date
2022-11-02
Version
2022.2 English

To create a new Zynq UltraScale+ MPSoC FSBL application in the Vitis software platform, do the following:

  1. Click File > New > Application Project.

    The New Application Project dialog box appears.

  2. In the Project Name field, type a name for the new project.
  3. Select the location for the project. To use the default location as displayed in the Location field, leave the Use default location check box selected. Otherwise, click to deselect the check box, then type or browse to the directory location.
  4. Select Create a new platform from hardware (XSA). The Vitis IDE lists the all the available pre-defined hardware designs.
  5. Select any one hardware design from the list and click Next.
  6. From the CPU drop-down list, select the processor for which you want to build the application. This is an important step when there are multiple processors in your design. In this case you can either select psu_cortexa53_0 or psu_cortexr5_0.
  7. Select your preferred language: C.
  8. Select an OS for the targeted application.
  9. Click Next.
  10. In the Templates dialog box, select the Zynq UltraScale+ MPSoC FSBL template.
  11. Click Finish to create your application project and board support package (if it does not exist).