kumquat-buildroot/board/qemu/sh4eb-r2d
Gustavo Zacarias f1d61b04a4 configs/qemu: add sh4eb (big endian) sample
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-10-09 23:32:10 +02:00
..
linux-4.2.config configs/qemu: add sh4eb (big endian) sample 2015-10-09 23:32:10 +02:00
readme.txt configs/qemu: add sh4eb (big endian) sample 2015-10-09 23:32:10 +02:00

Run the emulation with:

  qemu-system-sh4eb -M r2d -kernel output/images/zImage -drive file=output/images/rootfs.ext2,if=ide -append "root=/dev/sda console=ttySC1,115200 noiotrap" -serial null -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.4.0.1