[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] dumpdtb on ARM
From: |
Nerijus Baliunas |
Subject: |
Re: [Qemu-discuss] dumpdtb on ARM |
Date: |
Fri, 28 Apr 2017 14:25:03 +0300 |
On Thu, 27 Apr 2017 19:22:22 +0300 Nerijus Baliunas <address@hidden> 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 ramdisk ...
> > ConvertPages: range 41FF8000 - 42008FFF covers multiple entries
> > error: out of memory.
Actually it was the edk2.git-arm update on the host which triggered
error: device tree must be supplied (see `devicetree' command).
Downgrading to edk2.git-arm-0-20170419.b2678.gfcdb928 did not help,
but using edk2-arm-20170209git296153c5-3.fc25.noarch did help.
Now my VM boots again without devicetree.
Regards,
Nerijus