Peter Korsgaard 9fcb309472 configs/qemu_arm_versatile: bump kernel to 4.13.3 7 years ago
..
patches 3adc7f521f qemu: add ARM noMMU defconfig 8 years ago
linux-4.13.config 9fcb309472 configs/qemu_arm_versatile: bump kernel to 4.13.3 7 years ago
linux-4.4-nommu.config 3adc7f521f qemu: add ARM noMMU defconfig 8 years ago
readme.txt 28d97609b2 configs/qemu: bump to the latest kernel version 7 years ago

readme.txt

Run the emulation with:

qemu-system-arm -M versatilepb -kernel output/images/zImage -dtb output/images/versatile-pb.dtb -drive file=output/images/rootfs.ext2,if=scsi,format=raw -append "root=/dev/sda console=ttyAMA0,115200" -serial stdio -net nic,model=rtl8139 -net user

Or for the noMMU emulation:

qemu-system-arm -M versatilepb -kernel output/images/zImage -append "console=ttyAMA0,115200" -serial stdio -net user -net nic,model=smc91c111

The login prompt will appear in the terminal that started Qemu. The
graphical window is the framebuffer.

Tested with QEMU 2.9.0