xref: /OK3568_Linux_fs/buildroot/board/qemu/arm-versatile/readme.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunRun the emulation with:
2*4882a593Smuzhiyun
3*4882a593Smuzhiyun  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 "rootwait root=/dev/sda console=ttyAMA0,115200" -serial stdio -net nic,model=rtl8139 -net user # qemu_arm_versatile_defconfig
4*4882a593Smuzhiyun
5*4882a593SmuzhiyunOr for the noMMU emulation:
6*4882a593Smuzhiyun
7*4882a593Smuzhiyun  qemu-system-arm -M versatilepb -kernel output/images/zImage -dtb output/images/versatile-pb.dtb -append "console=ttyAMA0,115200" -serial stdio -net user -net nic,model=smc91c111 # qemu_arm_versatile_nommu_defconfig
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunThe login prompt will appear in the terminal that started Qemu. The
10*4882a593Smuzhiyungraphical window is the framebuffer.
11