blob: 76eafac5e99a078abbef6dd3d9c36404fb911b6a (
plain)
1
2
3
4
5
|
Run the emulation with:
qemu-system-sh4 -M r2d -kernel output/images/zImage -drive file=output/images/rootfs.ext2,if=ide -append "root=/dev/sda noiotrap"
The login prompt will appear in the graphical window.
|