On 12 July 2016 at 16:33, <[email protected]> wrote: > From: goremykin <[email protected]> > > Option -dt-printf 'file' writes Device Tree (DiveceClass hierarchy) to > 'file' using Json format. This helps developers visualize the hierarchy > of DeviceClass and its properties.
Is there a particular problem with the existing "-machine dumpdtb=<filename>" support that you're trying to address? Once you've dumped the dtb blob you can use dtc to convert it to whatever human readable format you like that dtc supports. thanks -- PMM
