In order to see the device tree information from .dtb file, I would like to use fdtdump command.
My Environment: CentOS 6.5 (64bit)
I found that there is a file named "fdtdump.c" in Petalinux under petalinux-v2014.2-final/components/linux-kernel/xlnx-3.14/scripts/dtc.
However, when I try to compile the fdtdump.c, I need to know various include directories. And I am not sucessful in compiling it.
How can I build fdtdump from PetaLinux source?