Closed vsiles closed 6 years ago
Hey Vincent,
You need to tell QEMU where the console output should go. To do this you can use the -serial options. From memory -nographic will automatically imply them, which is why it doesn't work without -nographic.
There really isn't any reason to remove -nographic for an embedded board though.
Oh ok, I thought -stdio serial was the default. Thank you Alistair for the info !
Hi ! I'm testing bare metal development using qemu and riscv, and I successfully tested the freedom-e-sdk from sifive:
However if I run the exact same command without the
-nographic
flag, I don't get any output, nor can I go to qemu monitor withctrl-a c
. I can only kill my command usingctrl c
.Am I missing something ?
My current revision is