
Thanks. I tried that and got the same results. Are there any debug/logging that I can use to see what's going on?
Also, I'm not sure which console parameters are passed to the kernel. I've seen console, console_mainline, console_fsl, etc... Which one is actually passed as command line params to the kernel?
Thanks, Bill
On 7/27/2012 8:11 AM, Fabio Estevam wrote:
Bill,
On Fri, Jul 27, 2012 at 10:07 AM, Billbsousan@techsi.com wrote:
Thanks. That did it!
However, now my new U-boot built from the mainstream Uboot runs and also loads and unpacks the Linux kernel - but it dies after that. However, my original U-boot from tlib works fine. Are there some patches and/or settings I am missing?
I suppose you are using the 2.6.35 kernel. In this FSL kernel the console is ttyAM0.
In mainline kernel the console is ttyAMA0.
This is probably the reason you don't see nothing in the console.
I would suggest you to use the mainline kernel though.
Regards,
Fabio Estevam