Tool to visualize the device tree file (dtb) used by the Linux kernel?
I am looking for a tool which can graphically represent the hardware device tree used in linux kernel. I am trying to understand linux kernel for particular arm chipset. It would be a really useful tool to have. TheCodeArtist You can try the Component inspector tool. It is part of QorIQ Configuration Suite which is a plugin for Eclipse. Download here . (Requires registration. Free to download.) Personally as i am on the cmd-line most of the time, and quite addicted to vi , i find its built-in code folding capabilities are somewhat sufficient as long as the dts is properly indented. Setup hot