This section describes some common issues you can experience while installing the PetaLinux tool. If the PetaLinux tool installation fails, the file petalinux_installation_log is generated in your PetaLinux installation directory.
| Problem / Error Message | Description and Solution |
|---|---|
WARNING: You have less
than 1 GB free space on the installation drive
|
Problem
Description:
This warning message indicates that the installation drive is almost full. After the installation, you might need more space to develop the hardware or software project. Solution:Clean up the installation drive to clear some more free space. Alternatively, move the PetaLinux installation to another hard disk drive. |
WARNING: No tftp server
found
|
Problem
Description:
This warning message indicates that you do not have a TFTP service running on the workstation. Without a TFTP service, you cannot download Linux system images to the target system using the U-Boot network/TFTP capabilities. This warning can be ignored for other boot modes. Solution:Enable the TFTP service on your workstation. Contact your system administrator if you are unsure how to enable this service. |
ERROR: GCC is not
installed - unable to continue. Please install and
retry
|
Problem
Description:
This error message indicates that you do not have gcc installed on the host workstation. Solution:Install gcc using your Linux workstation package management system. If you are unsure how to do this, contact your system administrator. See Installation Steps. |
|
or
|
Problem
Description:
This error message indicates that you do not have the required tools or libraries listed in the "missing-tools-list" or "missing-library-list." Solution:Install the packages of the missing tools. For more information, see Installation Requirements. |
./petalinux-v<petalinux-version>-final-installer.run:
line 52: petalinux_installation_log: Permission
denied
|
Problem
Description:
This error message indicates that the PetaLinux installed directory does not have writable permissions. Solution:Set 755 permissions to the install directory. |