Re: Trouble with newer kernels on Gumstix Overo boards

2011-06-22 Thread Vladimir Pantelic
Daniel Mack wrote: Well, it doesn't really affect me as I just use this as a development platform for now. But please consider that there is hardware out there which gets software updates through automated download and install procedures. In such cases, you want as little dependencies between

Re: Trouble with newer kernels on Gumstix Overo boards

2011-06-21 Thread Tony Lindgren
* Daniel Mack zon...@gmail.com [110617 18:06]: On Fri, Jun 17, 2011 at 4:03 PM, Gadiyar, Anand gadi...@ti.com wrote: console=ttyS2,115200 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait Here is your problem. We now use the OMAP-serial driver for the UARTs. Which breaks

Re: Trouble with newer kernels on Gumstix Overo boards

2011-06-21 Thread Daniel Mack
On Tue, Jun 21, 2011 at 9:22 AM, Tony Lindgren t...@atomide.com wrote: * Daniel Mack zon...@gmail.com [110617 18:06]: On Fri, Jun 17, 2011 at 4:03 PM, Gadiyar, Anand gadi...@ti.com wrote: console=ttyS2,115200 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait Here is your problem. We now use

Re: Trouble with newer kernels on Gumstix Overo boards

2011-06-21 Thread Daniel Mack
On Mon, Jun 20, 2011 at 3:31 PM, Yegor Yefremov yegor_s...@visionsystems.de wrote: Am 17.06.2011 17:11, schrieb Daniel Mack: On Fri, Jun 17, 2011 at 4:03 PM, Gadiyar, Anand gadi...@ti.com wrote: console=ttyS2,115200 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait Here is your problem. We now

Re: Trouble with newer kernels on Gumstix Overo boards

2011-06-20 Thread Yegor Yefremov
Am 17.06.2011 17:11, schrieb Daniel Mack: On Fri, Jun 17, 2011 at 4:03 PM, Gadiyar, Anand gadi...@ti.com wrote: console=ttyS2,115200 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait Here is your problem. We now use the OMAP-serial driver for the UARTs. Which breaks backward-compatibility

RE: Trouble with newer kernels on Gumstix Overo boards

2011-06-20 Thread Premi, Sanjeev
Subject: Re: Trouble with newer kernels on Gumstix Overo boards [snip]...[snip] Are you using some extra patches? I have a custom board based on am3517 SoC and I have much more errors during booting as I can see from your boot log. I have no problems booting 2.6.32/37 though. Any idea

Re: Trouble with newer kernels on Gumstix Overo boards

2011-06-20 Thread Yegor Yefremov
Are you using some extra patches? I have a custom board based on am3517 SoC and I have much more errors during booting as I can see from your boot log. I have no problems booting 2.6.32/37 though. Any idea? [sp] You may want to follow this thread:

RE: Trouble with newer kernels on Gumstix Overo boards

2011-06-17 Thread Gadiyar, Anand
Daniel Mack wrote: Hi Tony et al, I'm having problems booting newer kernels on a Gumstix Overo board. I enabled CONFIG_EARLY_PRINTK to see any messages at all, and see a number of warnings first and then lots of garbled binary junk once the UART is set up. This is Linus' current

Re: Trouble with newer kernels on Gumstix Overo boards

2011-06-17 Thread Daniel Mack
On Fri, Jun 17, 2011 at 4:03 PM, Gadiyar, Anand gadi...@ti.com wrote: console=ttyS2,115200 root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait Here is your problem. We now use the OMAP-serial driver for the UARTs. Which breaks backward-compatibility with bootloaders set up for older kernels. Now I