Documentation/Platforms/SH4

From QEMU
Revision as of 08:55, 3 December 2016 by Huth (talk | contribs) (Initial SH4 page - add the hint about the serial porton the r2d machine)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The SH-4 is a 32-bit RISC CPU. QEMU supports two SH-4 machines, the "r2d" board and the "shix" board.

Serial ports on the r2d machine

Please note that u-boot and the Linux kernel use the second physical serial port for console output. So when you start QEMU, the first serial port should be disabled/ignored and the second port should be configured instead, e.g. like this:

qemu-system-sh4 -serial null -serial mon:stdio ...