The petalinux-create -t project
command creates a new PetaLinux project at the specified location with a specified name.
If the specified location is on the Network File System (NFS), it changes the TMPDIR
automatically to /tmp/<projname_timestamp>. If
/tmp/<projname_timestamp> is also on NFS,
it throws an error. You can change the TMPDIR through petalinux-config
. Do not configure the same location as TMPDIR for two
different PetaLinux projects as this can cause build errors.