From: j.skists@gmail.com (Justin Skists)
To: kernelnewbies@lists.kernelnewbies.org
Subject: QEMU environment setup for Linux Kernel
Date: Thu, 8 Mar 2018 09:30:20 +0000 [thread overview]
Message-ID: <20180308093018.GA28555@tanglefoot> (raw)
In-Reply-To: <CAOuPNLjWN+Gi_qW3ewkv9nhkRjrY_oGXS-pVqxQTTO-81szoEw@mail.gmail.com>
On Wed, Mar 07, 2018 at 11:11:25PM +0530, Pintu Kumar wrote:
> So, I wanted to hear from other developer how they setup and use qemu
> environment.
I tend to use buildroot for my Linux hacking.
(https://buildroot.org/download.html)
(Or, sometimes Yocto when I'm feeling particularly brave)
Then it's a case of
$ cd buildroot
$ make list-defconfigs
$ make qemu_arm_versatile_defconfig
(or desired config)
$ make menuconfig
[ select wanted target packages ]
$ make
view board/qemu/arm-versatile/readme.txt for running
instructions.
I've not compiled the Xorg in it recently, but there is the option for
graphical interface.
Hope that helps,
Justin.
prev parent reply other threads:[~2018-03-08 9:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-07 17:41 QEMU environment setup for Linux Kernel Pintu Kumar
2018-03-07 18:21 ` Alex Arvelaez
2018-03-08 9:30 ` Justin Skists [this message]
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=20180308093018.GA28555@tanglefoot \
--to=j.skists@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).