QEMU environment setup for Linux Kernel
Justin Skists
j.skists at gmail.com
Thu Mar 8 04:30:20 EST 2018
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.
More information about the Kernelnewbies
mailing list