Creating a New Zynq UltraScale+ MPSoC FSBL Application Project

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2020-12-15
Version
2020.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 wizard appears.

  2. Click Next to open the platform view.
  3. Choose a platform for your project.
    • You can either use a pre-supplied platform (from Xilinx or another vendor), or a previously created custom platform.
    • You can create one automatically from an exported Vivado hardware project (XSA).

    Click Next to proceed.

  4. Provide the name of the application project (user choice) and choose the target processors as ps7_cortexa9_0 (for Zynq devices) and psu_cortexa53_0 or psu_cortexr5_0 (For Zynq UltraScale+ MPSoC). The tool automatically creates a system project. You can change name of the system project. Click Next.

    The domain page appears. Based on the processor and the OS type, the tool creates the domain for the platform project.



  5. Select the Operating system and Architecture type and click Next.

    The sample application project templates list is displayed.

  6. Select Zynq FSBL (for Zynq devices) or Zynq MP FSBL (for Zynq UltraScale+ MPSoC) and click Finish.
  7. Right-click the system project and select Build Project.