Troubleshooting - Troubleshooting - 2026.1 English - UG1144

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2026-06-23
Version
2026.1 English

This section describes some common issues you can experience while configuring out-of-tree build.

Table 1. Configuring Out-of-Tree Build Troubleshooting
Problem / Error Message Description
fatal: The remote end hung up unexpectedly ERROR: Failed to get linux-kernel Problem Description:

This error message indicates that system is unable to download the source code (Kernel/UBOOT) using remote git URL and hence can not proceed with petalinux-build.

Solution:

Check whether entered remote git URL is proper or not.

If the previous solution does not solve the problem, cleanup the build with the following command:

petalinux-build -x mrproper

Above command removes following directories.

<plnx-proj-root>/images/

<plnx-proj-root>/build/

Re-build the system image. For more information, see the Building a System Image.