[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] dumpdtb on ARM
From: |
Thomas Huth |
Subject: |
Re: [Qemu-discuss] dumpdtb on ARM |
Date: |
Thu, 27 Apr 2017 17:36:34 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
On 27.04.2017 16:59, Nerijus Baliunas wrote:
> Hello,
>
> how do I use dumpdtb on ARM? It works on PPC64:
> qemu-system-ppc64 -machine dumpdtb=file.dtb
> it dumps device tree to a file.
>
> qemu-system-arm -machine virt-2.9 dumpdtb=file.dtb
Try to use a comma here -----------^
I.e.: qemu-system-arm -machine virt-2.9,dumpdtb=file.dtb
Thomas