Upgrade from Remote Server - 2024.1 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2024-06-21
Version
2024.1 English
Follow these steps to upgrade the installed tool target system software components from the remote server.
  1. Install the tool if you do not have it installed.
    Note: The tool should have R/W permissions.
  2. Go to installed tool.
  3. Type: source settings.sh.
  4. Enter command: petalinux-upgrade -u <url>.

Example:

petalinux-upgrade -u https://petalinux.xilinx.com/sswreleases/rel-v2024/sdkupdate
Important: Only minor version upgrades are supported.

Upgrading only Preferred Platforms in Tool

To upgrade all platforms
petalinux-upgrade -u/-f <path/url>

To upgrade the eSDKs for all (Zynq devices, Zynq UltraScale+ MPSoC, Versal, MicroBlaze).

To upgrade only Zynq 7000 platform
petalinux-upgrade -u/-f <path/url> --platform arm
To upgrade eSDKs for Zynq, Zynq UltraScale+ MPSoC, and Versal platforms
petalinux-upgrade -u/-f <path/url> --platform arm aarch64
To upgrade eSDKs for MicroBlaze
petalinux-upgrade -u/-f <path/url> --platform microblaze