Generate the Base Device Tree from the Static XSA - 2024.1 English

Vitis Tutorials: Vitis Platform Creation (XD101)

Document ID
XD101
Release Date
2024-06-19
Version
2024.1 English
createdts -hw <static XSA> \
    -zocl\
    -out . \
    -platform-name vck190_custom_dt \
    -git-branch xlnx_rel_v2024.1 \
    -dtsi system-user.dtsi \
    -board versal-vck190-reva-x-ebm-01-reva \
    -compile

The generated device tree files are located in build/vck190_custom_dt/psv_cortexa72_0/device_tree_domain/bsp path. You can find the system.dtb file in step2_sw/build/vck190_custom_dt/psv_cortexa72_0/device_tree_domain/bsp/ directory.

NOTE: Device tree knowledge is a common know-how. Please refer to AMD Device tree WIKI page or Device Tree WIKI page for more information if you are not familiar with it.