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:-
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.