Hello,
just started playing around with an OMAP dm3730, and I cannot get any kernel output on the serial console using a recent kernel.
U-boot interaction works fine, and the last thing I see is
"Starting kernel ..."
and nothing more. I expect to see the "Uncompressing Linux..." printout.
I have tried setting both the console and earlycon parameters to ttyO2,115200n8 in both u-boot and in kernel config. I have early printk enabled (if that is needed).
I have a v2.6.32 kernel where everything works as it should, so my setup is ok. I have tried with both v2.9.39 and 3.0.0-rc7 without luck, and tried to reconfigure my kernel from scratch and to port the oldconfig to the current kernel.
Any ideas on what would prevent the printout? I am suspecting some little setting in the kernel, but it is a needle in a haystack to find out.. and my knowledge of the area is limited.
thank you in advance,
//T