[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: QEMU latest release riscv32-softmmu not working
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: QEMU latest release riscv32-softmmu not working |
Date: |
Fri, 14 Aug 2020 09:31:02 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
Hi Arman,
On 8/13/20 10:20 PM, arman avetisyan wrote:
> Hi QEMU Team, having issue running riscv32-softmmu
Cc'ing this to the QEMU RISCV mailing list.
>
> After running riscv32-softmmu supplying custom linux build it crashes
> and complains about rom segments overlaping
>
> $ qemu-system-riscv32 -nographic -machine virt -kernel bbl -append
> "root=/dev/vda ro console=ttyS0" -drive
> file=busybear.bin,format=raw,id=hd0 -device virtio-blk-device,drive=hd0
>
> Log:
> rom: requested regions overlap (rom phdr #0: bbl.
> free=0x000000008000c160, addr=0x0000000080000000)
> qemu-system-riscv32: rom check and register reset failed
>
> qemu version = 5.1.0
> Pulled from github.com <http://github.com> (latest commit in master =
> also tagged v5.1.0)
>
> Same files are used in 4.2.0 and are working fine.
> Tried different kernel files, all had same issue.
>
> How can I help to debug it? I really want to modify QEMU to support new
> board/machine but having hard time building latest version from github
> (which happens to be release v5.1.0)
>
> Thanks, Arman