dakefeng 4 Posted July 13, 2016 Share Posted July 13, 2016 dtb is binary blob file of the device tree, how can i get the source device tree readalble? Thanks Link to post Share on other sites
0 NAEastland 14 Posted July 13, 2016 Share 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 Link to post Share on other sites
0 dakefeng 4 Posted July 13, 2016 Author Share 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 jpeyron 1 Link to post Share on other sites
Question
dakefeng 4
dtb is binary blob file of the device tree, how can i get the source device tree readalble?
Thanks
Link to post
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now