qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Qemu support for mcimx6ul-evk machine


From: Peter Maydell
Subject: Re: Qemu support for mcimx6ul-evk machine
Date: Thu, 14 Nov 2019 10:19:18 +0000

On Thu, 14 Nov 2019 at 05:12, Pratik Parvati <address@hidden> wrote:
>
> Hi Support team,

There is no 'support team' -- you're just talking to other
users and to developers on this mailing list :-)

> I am referring this article to replicate the same for mcimx6ul-evk. I ran the 
> below command to boot Linux on my target machine
>
> $ qemu-system-arm -M mcimx6ul-evk -m 512M -kernel output/images/zImage 
> -monitor stdio -drive file=output/images/rootfs.ext2,format=raw
>
> I don't see Linux booting on the serial0 console without any logs. can 
> someone please help me how to resolve this? Or am I missing something here?

You haven't provided a dtb file to QEMU, which is
usually needed for the kernel to identify what
hardware it is running on and to find devices
like the serial port.

I also suspect that that -drive option is not doing
anything useful (you haven't specified what it plugs
into and I don't think the mcimx6ul-evk will assume
you meant an SD card image by default), but that
won't prevent initial boot so you can leave that
problem for later.


thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]