Custom dtsi for DFX - 2023.1 English

PetaLinux Tools Documentation: Reference Guide (UG1144)

Document ID
UG1144
Release Date
2023-05-16
Version
2023.1 English
  1. Source the PetaLinux tool
    source /opt/petalinux/tool/petalinux-v2023.1-final/settings.sh
  2. Create the project
    petalinux-create -t project -n vck190 --template versal
  3. Go to the project
    cd vck190/
  4. Configure the project with the base/static dfx design
    petalinux-config --get-hw-description <base.xsa/static.xsa>
  5. Create the static firmware application
    petalinux-create -t apps --template fpgamanager_dtg --enable -n static-app
  6. 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
  7. open the custom dtsi file and modify/add the custom partial dtsi changes
  8. Build the project or partial firmware application
    petalinux-build or petalinux-build -c rprm-app 
    
  9. Verify the partial dtbo changes