1631cfd856
Switch to kernel 4.0. Remove redudant/pointless kernel options to reduce bloat. Switch from smc9111 to rtl8139 for networking because of issues. Enable evdev support for better x11 testing. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 lines
357 B
Plaintext
9 lines
357 B
Plaintext
Run the emulation with:
|
|
|
|
qemu-system-arm -M versatilepb -kernel output/images/zImage -drive file=output/images/rootfs.ext2,if=scsi -append "root=/dev/sda console=ttyAMA0,115200" -serial stdio -net nic,model=rtl8139 -net user
|
|
|
|
The login prompt will appear in the terminal that started Qemu. The
|
|
graphical window is the framebuffer.
|
|
|
|
Tested with QEMU 2.2.1
|