- Source the PetaLinux
tool
source /opt/petalinux/tool/petalinux-v2023.1-final/settings.sh
- Create the
project
petalinux-create -t project -n vck190 --template versal
- Go to the
project
cd vck190/
- Configure the project with the base/static dfx design
petalinux-config --get-hw-description <base.xsa/static.xsa>
- Create the static firmware
application
petalinux-create -t apps --template fpgamanager_dtg --enable -n static-app
- Create the rm firmware application
petalinux-create -t apps --template fpgamanager_dtg_dfx -n rprm-app --enable --srcuri "/
rm.xsa pl-partial-custom.
dtsi" --static-pn static-app
- open the custom dtsi file and modify/add the custom partial dtsi
changes
- Build the project or partial firmware
application
petalinux-build or petalinux-build -c rprm-app
- Verify the partial dtbo changes