Create New Project - 2021.2 English

PetaLinux Tools Documentation: Reference Guide

Document ID
UG1144
Release Date
2021-10-27
Version
2021.2 English

The petalinux-create command is used to create a new PetaLinux project:

$ petalinux-create --type project --template <PLATFORM> --name <PROJECT_NAME>

The parameters are as follows:

  • --template <PLATFORM> - The following platform types are supported:
    • versal (for Versal ACAP)
    • zynqMP (for Zynq UltraScale+ MPSoC)
    • zynq (for Zynq-7000 devices)
    • microblaze (for MicroBlazeâ„¢ processor)
      Note: The MicroBlaze option cannot be used along with Zynq-7000 devices or Zynq UltraScale+ designs in the Programmable Logic (PL).
  • --name <PROJECT_NAME> - The name of the project you are building.

    This command creates a new PetaLinux project folder from a default template.

For more information, see Importing Hardware Configuration.