All of lore.kernel.org
 help / color / mirror / Atom feed
* Does omap git have support for overo board.
@ 2011-02-08 11:20 Mohamed Thalib H
  2011-02-08 12:04 ` Felipe Balbi
       [not found] ` <DC9EC8FD-4BE1-48DB-B97F-7CAF1AEAA333@mac.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Mohamed Thalib H @ 2011-02-08 11:20 UTC (permalink / raw)
  To: linux-omap

Hi all,

I have pull the latest git from 
"http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=summary". 
But couldn't find config file for overo . So I used 
"omap2plus_defconfig" and made sure the overo board is selected.

But the board didn't boot. It stopped after uncompressing kernel .

Bytes transferred = 3011064 (2df1f8 hex)
## Booting kernel from Legacy Image at 82000000 ...
    Image Name:   Linux-2.6.38-rc2-13606-g448e9a6-
    Image Type:   ARM Linux Kernel Image (uncompressed)
    Data Size:    3011000 Bytes =  2.9 MB
    Load Address: 80008000
    Entry Point:  80008000
    Verifying Checksum ... OK
    Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel. <---- Hangs after this.

Does the mainline has the support for overo board. Or am I missing 
something.

-- 
Regards,
Mohamed Thalib H


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Does omap git have support for overo board.
  2011-02-08 11:20 Does omap git have support for overo board Mohamed Thalib H
@ 2011-02-08 12:04 ` Felipe Balbi
       [not found] ` <DC9EC8FD-4BE1-48DB-B97F-7CAF1AEAA333@mac.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Felipe Balbi @ 2011-02-08 12:04 UTC (permalink / raw)
  To: Mohamed Thalib H; +Cc: linux-omap

On Tue, Feb 08, 2011 at 04:50:34PM +0530, Mohamed Thalib H wrote:
> Hi all,
> 
> I have pull the latest git from "http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=summary".
> But couldn't find config file for overo . So I used
> "omap2plus_defconfig" and made sure the overo board is selected.
> 
> But the board didn't boot. It stopped after uncompressing kernel .
> 
> Bytes transferred = 3011064 (2df1f8 hex)
> ## Booting kernel from Legacy Image at 82000000 ...
>    Image Name:   Linux-2.6.38-rc2-13606-g448e9a6-
>    Image Type:   ARM Linux Kernel Image (uncompressed)
>    Data Size:    3011000 Bytes =  2.9 MB
>    Load Address: 80008000
>    Entry Point:  80008000
>    Verifying Checksum ... OK
>    Loading Kernel Image ... OK
> OK
> 
> Starting kernel ...
> 
> Uncompressing Linux... done, booting the kernel. <---- Hangs after this.
> 
> Does the mainline has the support for overo board. Or am I missing
> something.

Last I checked it was working. Maybe you need to change bootargs ? At
least console has changed from ttyS2 to ttyO2, care to change that and
check ?

-- 
balbi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Does omap git have support for overo board.
       [not found] ` <DC9EC8FD-4BE1-48DB-B97F-7CAF1AEAA333@mac.com>
@ 2011-02-08 12:26   ` Mohamed Thalib H
  2011-02-08 12:38     ` Mohamed Thalib H
  0 siblings, 1 reply; 4+ messages in thread
From: Mohamed Thalib H @ 2011-02-08 12:26 UTC (permalink / raw)
  To: Elvis Dowson, balbi; +Cc: linux-omap

Hi Elvis and balbi


On Tuesday 08 February 2011 05:34 PM, Elvis Dowson wrote:
> On Feb 8, 2011, at 3:20 PM, Mohamed Thalib H wrote:
>
>> Hi all,
>>
>> I have pull the latest git from "http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=summary". But couldn't find config file for overo . So I used "omap2plus_defconfig" and made sure the overo board is selected.
>>
>> But the board didn't boot. It stopped after uncompressing kernel .
>>
>> Bytes transferred = 3011064 (2df1f8 hex)
>> ## Booting kernel from Legacy Image at 82000000 ...
>>    Image Name:   Linux-2.6.38-rc2-13606-g448e9a6-
>>    Image Type:   ARM Linux Kernel Image (uncompressed)
>>    Data Size:    3011000 Bytes =  2.9 MB
>>    Load Address: 80008000
>>    Entry Point:  80008000
>>    Verifying Checksum ... OK
>>    Loading Kernel Image ... OK
>> OK
>>
>> Starting kernel ...
>>
>> Uncompressing Linux... done, booting the kernel.<---- Hangs after this.
>>
>> Does the mainline has the support for overo board. Or am I missing something.
> You'll have to change the bootargs to reflect the change in serial ports from ttyS to ttyO, that's why it appears to hang. This change was made to linux-2.6.37 onwards.
>
> Apart from that you will have to change the /etc/inittab file as follows:
>
> O:2345:respawn:/sbin/getty 115200 ttyO2
>
> Best regards,
>
> Elvis Dowson
> --
Thanks for the help.. I will try that...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Does omap git have support for overo board.
  2011-02-08 12:26   ` Mohamed Thalib H
@ 2011-02-08 12:38     ` Mohamed Thalib H
  0 siblings, 0 replies; 4+ messages in thread
From: Mohamed Thalib H @ 2011-02-08 12:38 UTC (permalink / raw)
  To: Elvis Dowson, balbi; +Cc: linux-omap

It works!
Thanks.


> Hi Elvis and balbi
>
>
> On Tuesday 08 February 2011 05:34 PM, Elvis Dowson wrote:
>>
>>> Hi all,
>>>
>>> I have pull the latest git from 
>>> "http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=summary". 
>>> But couldn't find config file for overo . So I used 
>>> "omap2plus_defconfig" and made sure the overo board is selected.
>>>
>>> But the board didn't boot. It stopped after uncompressing kernel .
>>>
>>> Bytes transferred = 3011064 (2df1f8 hex)
>>> ## Booting kernel from Legacy Image at 82000000 ...
>>>    Image Name:   Linux-2.6.38-rc2-13606-g448e9a6-
>>>    Image Type:   ARM Linux Kernel Image (uncompressed)
>>>    Data Size:    3011000 Bytes =  2.9 MB
>>>    Load Address: 80008000
>>>    Entry Point:  80008000
>>>    Verifying Checksum ... OK
>>>    Loading Kernel Image ... OK
>>> OK
>>>
>>> Starting kernel ...
>>>
>>> Uncompressing Linux... done, booting the kernel.<---- Hangs after this.
>>>
>>> Does the mainline has the support for overo board. Or am I missing 
>>> something.
>> You'll have to change the bootargs to reflect the change in serial 
>> ports from ttyS to ttyO, that's why it appears to hang. This change 
>> was made to linux-2.6.37 onwards.
>>
>> Apart from that you will have to change the /etc/inittab file as 
>> follows:
>>
>> O:2345:respawn:/sbin/getty 115200 ttyO2
>>
>> Best regards,
>>
>> Elvis Dowson
>> -- 
> Thanks for the help.. I will try that...
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-08 12:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08 11:20 Does omap git have support for overo board Mohamed Thalib H
2011-02-08 12:04 ` Felipe Balbi
     [not found] ` <DC9EC8FD-4BE1-48DB-B97F-7CAF1AEAA333@mac.com>
2011-02-08 12:26   ` Mohamed Thalib H
2011-02-08 12:38     ` Mohamed Thalib H

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.