On 12 July 2016 at 16:33, <goremy...@ispras.ru> wrote: > From: goremykin <oleg.goremi...@yandex.ru> > > 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