Troubleshooting - Troubleshooting - 2026.1 English - UG1144

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2026-06-23
Version
2026.1 English
Table 1. PetaLinux Image on Hardware with TFTP
Problem / Error Message Description and Solution
Error: "serverip" not defined.

Problem Description:

This error message indicates that U-Boot environment variable serverip is not set. You have to set it to the host's IP Address where the image resides.

Solution:

Use the following command to set the serverip:
ZynqMP> setenv serverip <HOST IP ADDRESS>;saveenv
Error string observed while booting

[ systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).

Error message indicates that the file system devices has read and write permissions. Since this has no functional impact, you can ignore it.