Tool to visualize the device tree file (dtb) used by the Linux kernel?

前端 未结 4 749
没有蜡笔的小新
没有蜡笔的小新 2021-02-04 00:23

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 woul

4条回答
  •  天命终不由人
    2021-02-04 01:23

    As many of you have figured out after reading this question, it appears that the Component Inspector Tool is no longer available.

    Visual Studio Code (free) provides an extension through the marketplace called DeviceTree which helps in navigating device tree files. It does not appear to be as good as the Component Inspector Tool but it does perform basic functions like highlighting and collapsing.

提交回复
热议问题