Use the following steps to upgrade
existing project with upgraded tool.
- Run
petalinux-build -x mrproper
in the existing project before upgrading the tool. - Upgrade the tool. To upgrade from local file, see Upgrade from Local File. To upgrade from remote server, see Upgrade from Remote Server.
- Go to the PetaLinux project you want to upgrade.
- Enter either
petalinux-build
orpetalinux-config
to upgrade the project with all new system components. - When asked to upgrade the eSDK, please select y to extract the new
eSDK as shown
below.
WARNING: Your Yocto SDK was changed in tool. Please input "y" to proceed the installing SDK into project, "n" to exit:y
Now your project is built with the upgraded tool.
- If you had used only the
petalinux-config
command in step 4, run thepetalinux-build
command to build the project.