From 2020.1 release onwards, platform/esdk
is part of your project <plnx-proj-root>/components/yocto. You can make changes in the
platform/esdk and build those changes using
the petalinux-build –esdk
option. The newly built
eSDK is in <plnx-proj-root>/images/linux/esdk.sh. Rename the newly built
esdk.sh as one of aarch64, arm or microblaze based on your project.
- Go to the installed tool.
- Source settings.sh.
- Run
petalinux-upgrade -f <plnx-proj-root>/images/linux/ -p <platform>
.The tool has been upgraded with the changes in your new platform.
Note: These procedures work only between minor releases.