
9 Jan
2020
9 Jan
'20
8:13 p.m.
On Thu, 9 Jan 2020 at 13:11, Robin Randhawa Robin.Randhawa@arm.com wrote:
I dumped the DTB to the host filesystem using GDB and 'dump mem' then dtc'd it to get the DTS.
The easier way to dump the DTB is to pass QEMU the extra command line option -machine dumpdtb=file.dtb (plus all the other arguments for the configuration you want). Instead of starting the VM QEMU will write the dtb to the specified file and exit.
thanks -- PMM