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

[Qemu-discuss] Beagle Bone or AM335X Cortex A8 emulation with QEMU

2017-04-27 Thread Pedro Lafuente
Hi there, I would like to emulate our image(u-boot and rfs) generated under ptxdist for a ARMv7 Cortex A8. But under qemu-system-arm -m option is not listed any compatible for my system. Is it possible to emulate it any other way? Many thanks for your support. Regards, Pedro

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