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.

_______________________________________________
Kernelnewbies mailing list
[email protected]
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to