Hi all,

I have the same problem with the serial console in QEMU, I tested the same configuration as you.
This my test command.
[qemu-system-arm -M realview-eb -cpu arm926 -kernel bootstrap_L4Linux_ARM.elf -m 256 -nographic]
All output are OK, but no input.

I also tried to use the I/O C standard gets(char *) function, in the "hello" example, but I get an error compilation: "undefined reference to gets".

Is there any solution or hint since the first post of the problem and after the answer of Julian.

thank you in advance.

Mehdi