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

前端 未结 4 655
没有蜡笔的小新
没有蜡笔的小新 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:22

    On linux we can directly open dtb file by using fdtdump

    fdtdump dtb_file.dtb > /tmp/test.txt 
    

提交回复
热议问题