Try interrupting u-boot on boot and typing 'setenv console ttyO2,115200n8' then 'boot'
A 'saveenv' would normally make this permanent but I suspect this will fail on qemu (nand flash emulation?) so a boot.scr could do the trick.
-Ash
On Thu, Jan 12, 2012 at 11:20 AM, Andrei Gherzan andrei@gherzan.ro wrote:
No quiet in it but console is ttyS2.
On Jan 12, 2012 7:05 PM, "Ash Charles" ash@gumstix.com wrote:
On Thu, Jan 12, 2012 at 8:30 AM, Andrei Gherzan andrei@gherzan.ro wrote:
Does anybody know why these boot messages are not printed on serial in qemu?
What are the kernel boot parameters? I.e. if you 'cat /proc/cmdline' after the system is booted, do you see a 'console=ttyO2,115200n8'? Equally, the word 'quiet' shouldn't be included in the boot parameters if you want to see everything.
-Ash