petalinux-create project Options - 2024.2 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2024-11-13
Version
2024.2 English

The following table details options used when creating a project. These options are mutually exclusive, and one of them must be used when creating a new project.

Table 1. petalinux-create project Options
Option Functional Description Value Range Default Value
--template TEMPLATE Assumes the specified CPU architecture, and is only required when --source is not provided.
  • microblaze
  • zynqMP
  • zynq
  • versal
None
-s,--source SOURCE Creates project based on specified BSP file. SOURCE is the full path on disk to the BSP file. This is optional. User-specified None
--tmpdir TMPDIR

Specify the local drive path as TMPDIR location when creating project.

Default TMPDIR cannot be under NFS. By default.

PetaLinux sets the TMPDIR under /tmp when project is on NFS.

You can set your own local drive as TMPDIR PATH using --tmpdir option.

User-specified None
Note: For AMD boards, the -s, --source BSP flows are suggested. For custom boards, the --template flow is required.