3 Device Tree Compiler (DTC)
DTC is a specialized tool designed to compile human-readable .dts files into binary Device Tree Blobs (DTBs). DTBs serve as essential configuration data for embedded systems, providing the Linux kernel with information about the hardware architecture.
Compile : dtc –I dts –O dtb sam9x60_curiosity.dts > at91-sam9x60_curiosity.dtb
Reverse Compile : dtc –I dtb –O dts at91-sam9x60_curiosity.dtb > sam9x60_curiosity.dts