From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-arm@nongnu.org
Subject: Re: Qemu support for mcimx6ul-evk machine
Date: Thu, 14 Nov 2019 11:17:16 +0000 [thread overview]
Message-ID: <878soi7lmr.fsf@linaro.org> (raw)
In-Reply-To: <CA+aXn+EtxWUVBBqhtjuY9hyKjtLFiSF=fZ8nSiqZq7+KCJDgfQ@mail.gmail.com>
Pratik Parvati <pratikp@vayavyalabs.com> writes:
> Hi Support team,
>
> Lately, I am trying to get Linux up on qemu-arm *mcimx6ul-evk* machine
> using buildroot. I have generated all the images required for my target
> machine. Following are the steps I followed for building images on
> buildroot (*version: buildroot-2016.11.1*).
>
> $ make freescale_imx6ulevk_defconfig
> $ make nconfig
>
> I have selected the packages required for my qemu build and then built the
> images using command
>
> $ make
>
> in "*output/images"* I see the following images generated,
> *boot.vfat, imx6ul-14x14-evk.dtb, rootfs.ext2, rootfs.ext4,
> rootfs.tar, sdcard.img, u-boot.bin, u-boot.imx, zImage*.
>
> I am referring this <https://dzone.com/articles/an-arm-image-with-buildroot>
> 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
Currently you have the monitor set to stdio so you won't see any output
from the serial port. You can configure serial output to multiplex with
the monitor with the command line option:
-serial mon:stdio
and toggle between the two with C-a c
>
> 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?
>
> Note: The qemu(*version: qemu-4.1.0*) is built for arm target using below
> commands.
>
> $ ./configure --target-list=arm-softmmu --enable-sdl
> $ make
> $ sudo make install
>
> Thanks & Regards,
> Pratik
--
Alex Bennée
next prev parent reply other threads:[~2019-11-14 11:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-14 5:11 Qemu support for mcimx6ul-evk machine Pratik Parvati
2019-11-14 10:19 ` Peter Maydell
2019-11-14 10:43 ` Pratik Parvati
2019-11-14 10:54 ` Peter Maydell
2019-11-14 11:17 ` Alex Bennée [this message]
2019-11-14 11:51 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=878soi7lmr.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=qemu-arm@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.