I'm playing a bit with emulating raspberry pi 2 in qemu, using
https://github.com/0xabu/qemu/tree/raspi
.
Booting raspbian works fine and I can see the rpi's serial console on my console (using the -serial stdin argument to qemu). However, when I try a bare metal example that use the serial port, I get no printouts in my console. Am I wrong to expect it? Is the uart use din bare metal programming not "connected" to qemu serial output?
Thanks!