I have a device tree file (.dts) and I want to compile the file for my powerpc based board.
How can I do it on my machine, which is not powerpc based?? Can I do it w
make dtbs
Doing this from the kernel tree is another common way to compile them, since the standard place to put dts is under the kernel tree in directories of the form ./arch/.
This ends up calling dtc, but might work better because potential includes will be in the right place.
dtb files are placed in the same directory as the dts.