dakefeng Posted July 13, 2016 Posted July 13, 2016 dtb is binary blob file of the device tree, how can i get the source device tree readalble? Thanks
NAEastland Posted July 13, 2016 Posted July 13, 2016 Hey Dakefeng, There is a way that this can be done in Linux. There is a utility called 'device tree compiler' that can compile .dts files into .dtb and vice versa. Xilinx has a wiki page that talks about this and its usage a little bit. I'm sure a quick search could also find you some more detailed information about it, but it is possible to do! -Nate
dakefeng Posted July 13, 2016 Author Posted July 13, 2016 Thanks, I found the script under kernel tools dtc, it works like magic ~/gits/linux-xlnx/scripts/dtc/dtc -I dtb -O dts -o devicetree.dts devicetree.dtb
Question
dakefeng
dtb is binary blob file of the device tree, how can i get the source device tree readalble?
Thanks
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.