xref: /OK3568_Linux_fs/buildroot/board/qemu/ppc-e500mc/readme.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Run the emulation with:
2
3 qemu-system-ppc -M ppce500 -cpu e500mc -m 256 -kernel output/images/uImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw -append "console=ttyS0 rootwait root=/dev/vda" -serial mon:stdio -nographic # qemu_ppc_e500mc_defconfig
4
5The login prompt will appear in the terminal that started Qemu.
6