BeagleBoard stops at booting kernel with 2.6.37-rc5

2010-12-16 Thread Elvis Dowson
Hi, I'm working with linux mainline 2.6.37-rc5 and my custom beagleboard based platform stops at booting the kernel. Is there a fix for this? reading uImage 2432692 bytes read Booting from mmc ... ## Booting kernel from Legacy Image at 8200 ... Image Name: Linux-2.6.37-rc5

Re: BeagleBoard stops at booting kernel with 2.6.37-rc5

2010-12-16 Thread Robert Nelson
On Thu, Dec 16, 2010 at 2:19 PM, Elvis Dowson elvis.dow...@mac.com wrote: Hi,        I'm working with linux mainline 2.6.37-rc5 and my custom beagleboard based platform stops at booting the kernel. Is there a fix for this? reading uImage 2432692 bytes read Booting from mmc ... ## Booting

Re: BeagleBoard stops at booting kernel with 2.6.37-rc5

2010-12-16 Thread Nishanth Menon
Robert Nelson had written, on 12/16/2010 02:25 PM, the following: On Thu, Dec 16, 2010 at 2:19 PM, Elvis Dowson elvis.dow...@mac.com wrote: Hi, I'm working with linux mainline 2.6.37-rc5 and my custom beagleboard based platform stops at booting the kernel. Is there a fix for this?

Re: BeagleBoard stops at booting kernel with 2.6.37-rc5

2010-12-16 Thread David Anders
Elvis, please enable earlyprintk in your kernel config and add earlyprintk to your boot args. this will provide a more detailed boot log even if the tty is incorrect. Dave On 12/16/2010 02:19 PM, Elvis Dowson wrote: Hi, I'm working with linux mainline 2.6.37-rc5 and my custom

Re: BeagleBoard stops at booting kernel with 2.6.37-rc5

2010-12-16 Thread Elvis Dowson
Hi, On Dec 17, 2010, at 12:25 AM, Robert Nelson wrote: If it stops there, double check your bootarg's as with 2.6.37+ you might be using the omap-serial vs the old generic serial driver... ttyO2 (O in Omap) vs ttyS2.. Thanks, that fixed the problem. I changed to ttyO2. Elvis -- To