Follow these steps to upgrade the
installed tool target system software components from the remote server.
- Install the tool if you do not have it installed. Note: The tool should have R/W permissions.
- Go to installed tool.
- Type:
source settings.sh
. - Enter command:
petalinux-upgrade -u <url>
.
Example:
petalinux-upgrade -u "http://petalinux.xilinx.com/sswreleases/rel-v2022/sdkupdate/2022.2"
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"