I need to use DTC on the running ARM target. I've got the sources for the DTC compiler by : git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git
Is there any way I can compile the dtc executable statically with cross compiler ?
I need DTC to analyze the device tree structure at runtime by using below command on target: dtc -I fs /sys/firmware/devicetree/base/
I've nfs mounted RFS. I can keep the dtc executable there to be used on target.