If you have the Device Tree compiler installed on your Linux host:
dtc -I dts -O dtb <your_dts_file> > <your_dt_file>
If you do not have dtc on your host machine, first bitbake dtc-native,
find the binaries under <your_sdk_dir>/tmp/work/i686/dtc-native/<dtc_version>/image/
and copy where appropriate on your host (typically /usr/bin/).
You may also need to specify where to locate include files with -i option.
Have a great day,
Platon
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------