* omap3evm does not boot after 2.6.38-rc1
@ 2011-02-16 22:19 Sung Hee Park
2011-02-17 1:54 ` Tony Lindgren
0 siblings, 1 reply; 4+ messages in thread
From: Sung Hee Park @ 2011-02-16 22:19 UTC (permalink / raw)
To: linux-omap
Hi all,
I'm having a problem with booting the linux kernel on my omap3evm. It
halts after saying "Uncompressing Linux... done, booting the kernel."
on boot. I had a similar problem with 2.6.37, but after changing the
name of the serial port devices from /dev/ttyS* to /dev/ttyO*, it
worked. Does anyone experiencing this problem again with 2.6.38
kernels? Please let me know if you have any idea what might have gone
wrong.
Regards,
Sung Hee Park
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: omap3evm does not boot after 2.6.38-rc1
2011-02-16 22:19 omap3evm does not boot after 2.6.38-rc1 Sung Hee Park
@ 2011-02-17 1:54 ` Tony Lindgren
2011-02-17 4:12 ` Anand Gadiyar
0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2011-02-17 1:54 UTC (permalink / raw)
To: Sung Hee Park; +Cc: linux-omap
* Sung Hee Park <shpark7@stanford.edu> [110216 14:18]:
> Hi all,
>
> I'm having a problem with booting the linux kernel on my omap3evm. It
> halts after saying "Uncompressing Linux... done, booting the kernel."
> on boot. I had a similar problem with 2.6.37, but after changing the
> name of the serial port devices from /dev/ttyS* to /dev/ttyO*, it
> worked. Does anyone experiencing this problem again with 2.6.38
> kernels? Please let me know if you have any idea what might have gone
> wrong.
If you have 2.6.38-rc1 booting, maybe try running git bisect on it
to find out where it breaks?
Tony
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: omap3evm does not boot after 2.6.38-rc1
2011-02-17 1:54 ` Tony Lindgren
@ 2011-02-17 4:12 ` Anand Gadiyar
2011-02-17 22:01 ` Sung Hee Park
0 siblings, 1 reply; 4+ messages in thread
From: Anand Gadiyar @ 2011-02-17 4:12 UTC (permalink / raw)
To: Tony Lindgren, Sung Hee Park; +Cc: linux-omap
Tony Lindgren wrote:
> * Sung Hee Park <shpark7@stanford.edu> [110216 14:18]:
> > Hi all,
> >
> > I'm having a problem with booting the linux kernel on my omap3evm. It
> > halts after saying "Uncompressing Linux... done, booting the kernel."
> > on boot. I had a similar problem with 2.6.37, but after changing the
> > name of the serial port devices from /dev/ttyS* to /dev/ttyO*, it
> > worked. Does anyone experiencing this problem again with 2.6.38
> > kernels? Please let me know if you have any idea what might have gone
> > wrong.
>
> If you have 2.6.38-rc1 booting, maybe try running git bisect on it
> to find out where it breaks?
>
> Tony
Enable CONFIG_EARLY_PRINTK, and add the word earlyprintk to your bootargs.
This should help get some prints on the debug UART which might help
debug this.
- Anand
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: omap3evm does not boot after 2.6.38-rc1
2011-02-17 4:12 ` Anand Gadiyar
@ 2011-02-17 22:01 ` Sung Hee Park
0 siblings, 0 replies; 4+ messages in thread
From: Sung Hee Park @ 2011-02-17 22:01 UTC (permalink / raw)
To: Anand Gadiyar; +Cc: Tony Lindgren, linux-omap
Thanks for your suggestion. After enabling the early printk option, I
figured out that sched_clock_poll() was causing the problem, which can
be fixed with the following patch.
http://www.spinics.net/lists/arm-kernel/msg111325.html
Sung Hee
On Wed, Feb 16, 2011 at 8:12 PM, Anand Gadiyar <gadiyar@ti.com> wrote:
> Tony Lindgren wrote:
>> * Sung Hee Park <shpark7@stanford.edu> [110216 14:18]:
>> > Hi all,
>> >
>> > I'm having a problem with booting the linux kernel on my omap3evm. It
>> > halts after saying "Uncompressing Linux... done, booting the kernel."
>> > on boot. I had a similar problem with 2.6.37, but after changing the
>> > name of the serial port devices from /dev/ttyS* to /dev/ttyO*, it
>> > worked. Does anyone experiencing this problem again with 2.6.38
>> > kernels? Please let me know if you have any idea what might have gone
>> > wrong.
>>
>> If you have 2.6.38-rc1 booting, maybe try running git bisect on it
>> to find out where it breaks?
>>
>> Tony
>
> Enable CONFIG_EARLY_PRINTK, and add the word earlyprintk to your bootargs.
> This should help get some prints on the debug UART which might help
> debug this.
>
> - Anand
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-02-17 22:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 22:19 omap3evm does not boot after 2.6.38-rc1 Sung Hee Park
2011-02-17 1:54 ` Tony Lindgren
2011-02-17 4:12 ` Anand Gadiyar
2011-02-17 22:01 ` Sung Hee Park
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox