Download the target system software components content from the server URL http://petalinux.xilinx.com/sswreleases/rel-v2020/sdkupdate/2020.2/.
petalinux-upgrade
command would expect
the downloaded path as input.
- Install the tool if you do not have it installed.Note: Ensure the install area is writable.
- Change into the directory of your installed PetaLinux tool using
cd <plnx-tool>
. - Type:
source settings.sh
. - Enter command:
petalinux-upgrade -f <downloaded sdkupdate path>
.
Example:
petalinux-upgrade -f “/scratch/ws/upgrade-workspace/sdkupdate”