How to compile dts Linux device tree source files to dtb?
Device trees do not need to be compiled with “architecture-aware” tools. The dtc compiler on your ubuntu machine is probably current enough to compile your device tree. Or you can download the latest source and compile it yourself. The dtc compiler can be found here: https://git.kernel.org/pub/scm/utils/dtc/dtc.git There are some good documents in that package that … Read more