All of lore.kernel.org
 help / color / mirror / Atom feed
* Qemu support for mcimx6ul-evk machine
@ 2019-11-14  5:11 Pratik Parvati
  2019-11-14 10:19 ` Peter Maydell
  2019-11-14 11:17 ` Alex Bennée
  0 siblings, 2 replies; 6+ messages in thread
From: Pratik Parvati @ 2019-11-14  5:11 UTC (permalink / raw)
  To: qemu-arm

[-- Attachment #1: Type: text/plain, Size: 1275 bytes --]

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

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

[-- Attachment #2: Type: text/html, Size: 2288 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-14 11:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2019-11-14 11:51   ` Peter Maydell

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.