Re: [Qemu-discuss] dumpdtb on ARM

2017-04-28 Thread Nerijus Baliunas
On Thu, 27 Apr 2017 19:22:22 +0300 Nerijus Baliunas wrote: > > It worked, thanks! But the file size is 65536 and if I try to use the > > generated > > file to boot arm uefi VM (added "devicetree /boot/file.dtb" to grub.cfg), I > > get: > > > > Loading Linux 4.10.11-200.fc25.armv7hl ... > > Lo

Re: [Qemu-discuss] dumpdtb on ARM

2017-04-27 Thread Nerijus Baliunas
On Thu, 27 Apr 2017 18:49:43 +0300 Nerijus Baliunas wrote: > It worked, thanks! But the file size is 65536 and if I try to use the > generated > file to boot arm uefi VM (added "devicetree /boot/file.dtb" to grub.cfg), I > get: > > Loading Linux 4.10.11-200.fc25.armv7hl ... > Loading initial

Re: [Qemu-discuss] dumpdtb on ARM

2017-04-27 Thread Nerijus Baliunas
On Thu, 27 Apr 2017 17:36:34 +0200 Thomas Huth wrote: > > 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 ---^ > >

Re: [Qemu-discuss] dumpdtb on ARM

2017-04-27 Thread Thomas Huth
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

[Qemu-discuss] dumpdtb on ARM

2017-04-27 Thread Nerijus Baliunas
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 qemu-system-arm: -machine virt-2.9: Could not open 'dumpdtb=file.dtb': No such file or directory Regards, Nerijus