All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Regarding available stable versions for pandaboard
@ 2011-05-19 14:41 suresh reddy
  2011-05-19 18:09 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 7+ messages in thread
From: suresh reddy @ 2011-05-19 14:41 UTC (permalink / raw)
  To: xenomai

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

Hi all,

iam running ubuntu 10.04 on my pandaboard  with the kernel 2.6.35-903-omap4.

the latest linux kernel available is 2.6.38 and  the xenomai latest version
is v2.5.6. My question is is it compatible if i compile with the available
adeos patch for pandaboard?

[-- Attachment #2: Type: text/html, Size: 359 bytes --]

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

* Re: [Xenomai-help] Regarding available stable versions for pandaboard
  2011-05-19 14:41 [Xenomai-help] Regarding available stable versions for pandaboard suresh reddy
@ 2011-05-19 18:09 ` Gilles Chanteperdrix
  2011-05-20  9:26   ` suresh reddy
  0 siblings, 1 reply; 7+ messages in thread
From: Gilles Chanteperdrix @ 2011-05-19 18:09 UTC (permalink / raw)
  To: suresh reddy; +Cc: xenomai

On 05/19/2011 04:41 PM, suresh reddy wrote:
> Hi all,
> 
> iam running ubuntu 10.04 on my pandaboard  with the kernel 2.6.35-903-omap4.
> 
> the latest linux kernel available is 2.6.38 and  the xenomai latest
> version is v2.5.6. My question is is it compatible if i compile with the
> available adeos patch for pandaboard?

Yes. You may have to adjust include/asm-arm/hal.h, as explained in the
arm porting guide though.

-- 
                                                                Gilles.


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

* Re: [Xenomai-help] Regarding available stable versions for pandaboard
  2011-05-19 18:09 ` Gilles Chanteperdrix
@ 2011-05-20  9:26   ` suresh reddy
  2011-05-20 20:32     ` Gilles Chanteperdrix
  0 siblings, 1 reply; 7+ messages in thread
From: suresh reddy @ 2011-05-20  9:26 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

 On 05/19/2011 04:41 PM, suresh reddy wrote:
> Hi all,
>
> iam running ubuntu 10.04 on my pandaboard  with the kernel
2.6.35-903-omap4.
>
> the latest linux kernel available is 2.6.38 and  the xenomai latest
> version is v2.5.6. My question is is it compatible if i compile with the
> available adeos patch for pandaboard?

Yes. You may have to adjust include/asm-arm/hal.h, as explained in the
arm porting guide though.


Ok. So,the linux kernel 2.6.38 and xenomai latest version with two macros
adding in
include/asm-arm/hal.h will make it compile  for pandaboard  .
Does the board supports CONFIG_GENERIC_TIME and CONFIG_GENERIC_CLOCKSOURCES
?

Thanks for the help
Suresh balijepalli
Rosenehim,Baveria.

[-- Attachment #2: Type: text/html, Size: 1784 bytes --]

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

* Re: [Xenomai-help] Regarding available stable versions for pandaboard
  2011-05-20  9:26   ` suresh reddy
@ 2011-05-20 20:32     ` Gilles Chanteperdrix
  2011-05-21  7:54       ` suresh reddy
  0 siblings, 1 reply; 7+ messages in thread
From: Gilles Chanteperdrix @ 2011-05-20 20:32 UTC (permalink / raw)
  To: suresh reddy; +Cc: xenomai

On 05/20/2011 11:26 AM, suresh reddy wrote:
> On 05/19/2011 04:41 PM, suresh reddy wrote:
>> Hi all,
>>
>> iam running ubuntu 10.04 on my pandaboard  with the kernel
> 2.6.35-903-omap4.
>>
>> the latest linux kernel available is 2.6.38 and  the xenomai latest
>> version is v2.5.6. My question is is it compatible if i compile with the
>> available adeos patch for pandaboard?
> 
> Yes. You may have to adjust include/asm-arm/hal.h, as explained in the
> arm porting guide though.
> 
> 
> Ok. So,the linux kernel 2.6.38 and xenomai latest version with two
> macros adding in 
> include/asm-arm/hal.h will make it compile  for pandaboard  .

No. You can not use linux kernel 2.6.38, you need to pick the ipipe tree
from the git I sent you a link in a previous mail.

> Does the board supports CONFIG_GENERIC_TIME and
> CONFIG_GENERIC_CLOCKSOURCES ?

I do not understand how this question is related to Xenomai.

-- 
                                                                Gilles.


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

* Re: [Xenomai-help] Regarding available stable versions for pandaboard
  2011-05-20 20:32     ` Gilles Chanteperdrix
@ 2011-05-21  7:54       ` suresh reddy
  2011-05-21 11:23         ` Gilles Chanteperdrix
  2011-05-23 20:08         ` Gilles Chanteperdrix
  0 siblings, 2 replies; 7+ messages in thread
From: suresh reddy @ 2011-05-21  7:54 UTC (permalink / raw)
  To: Gilles Chanteperdrix; +Cc: xenomai

[-- Attachment #1: Type: text/plain, Size: 1600 bytes --]

On 20 May 2011 09:32, Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org
> wrote:

> On 05/20/2011 11:26 AM, suresh reddy wrote:
> > On 05/19/2011 04:41 PM, suresh reddy wrote:
> >> Hi all,
> >>
> >> iam running ubuntu 10.04 on my pandaboard  with the kernel
> > 2.6.35-903-omap4.
> >>
> >> the latest linux kernel available is 2.6.38 and  the xenomai latest
> >> version is v2.5.6. My question is is it compatible if i compile with the
> >> available adeos patch for pandaboard?
> >
> > Yes. You may have to adjust include/asm-arm/hal.h, as explained in the
> > arm porting guide though.
> >
> >
> > Ok. So,the linux kernel 2.6.38 and xenomai latest version with two
> > macros adding in
> > include/asm-arm/hal.h will make it compile  for pandaboard  .
>
> No. You can not use linux kernel 2.6.38, you need to pick the ipipe tree
> from the git I sent you a link in a previous mail.
>

 yes i understanded that i have to take ipipe code from your previous mail
and xenomai code of latest stable release but what i did not understanded is

linux kernel code .Do i need to download the linux kernel code from
www.kernel.org  or its just enough to download the ipipe and xenomai to
/usr/src/
directory where omap4 linux kernel headers were there . And compile them .

>
> > Does the board supports CONFIG_GENERIC_TIME and
> > CONFIG_GENERIC_CLOCKSOURCES ?
>
> I do not understand how this question is related to Xenomai.
>
>     It does not related but the two macros needed to be provide in the
xenomai's include/asm-arm/hal.h will depends on that .

Thanks
Suresh balijepalli
Rosenehim,Baveria.

[-- Attachment #2: Type: text/html, Size: 2601 bytes --]

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

* Re: [Xenomai-help] Regarding available stable versions for pandaboard
  2011-05-21  7:54       ` suresh reddy
@ 2011-05-21 11:23         ` Gilles Chanteperdrix
  2011-05-23 20:08         ` Gilles Chanteperdrix
  1 sibling, 0 replies; 7+ messages in thread
From: Gilles Chanteperdrix @ 2011-05-21 11:23 UTC (permalink / raw)
  To: suresh reddy; +Cc: xenomai

On 05/21/2011 09:54 AM, suresh reddy wrote:
> 
> 
> On 20 May 2011 09:32, Gilles Chanteperdrix
> <gilles.chanteperdrix@xenomai.org
> <mailto:gilles.chanteperdrix@xenomai.org>> wrote:
> 
>     On 05/20/2011 11:26 AM, suresh reddy wrote:
>     > On 05/19/2011 04:41 PM, suresh reddy wrote:
>     >> Hi all,
>     >>
>     >> iam running ubuntu 10.04 on my pandaboard  with the kernel
>     > 2.6.35-903-omap4.
>     >>
>     >> the latest linux kernel available is 2.6.38 and  the xenomai latest
>     >> version is v2.5.6. My question is is it compatible if i compile
>     with the
>     >> available adeos patch for pandaboard?
>     >
>     > Yes. You may have to adjust include/asm-arm/hal.h, as explained in the
>     > arm porting guide though.
>     >
>     >
>     > Ok. So,the linux kernel 2.6.38 and xenomai latest version with two
>     > macros adding in
>     > include/asm-arm/hal.h will make it compile  for pandaboard  .
> 
>     No. You can not use linux kernel 2.6.38, you need to pick the ipipe tree
>     from the git I sent you a link in a previous mail.
> 
>  
>  yes i understanded that i have to take ipipe code from your previous
> mail and xenomai code of latest stable release but what i did not
> understanded is
> linux kernel code .Do i need to download the linux kernel code from
> www.kernel.org <http://www.kernel.org>  or its just enough to download
> the ipipe and xenomai to /usr/src/
> directory where omap4 linux kernel headers were there . And compile them .
> 
> 
>     > Does the board supports CONFIG_GENERIC_TIME and
>     > CONFIG_GENERIC_CLOCKSOURCES ?
> 
>     I do not understand how this question is related to Xenomai.
> 
>     It does not related but the two macros needed to be provide in the
> xenomai's include/asm-arm/hal.h will depends on that .

I am sorry, I am no longer going to answer you. I will let others do it.

-- 
                                                                Gilles.


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

* Re: [Xenomai-help] Regarding available stable versions for pandaboard
  2011-05-21  7:54       ` suresh reddy
  2011-05-21 11:23         ` Gilles Chanteperdrix
@ 2011-05-23 20:08         ` Gilles Chanteperdrix
  1 sibling, 0 replies; 7+ messages in thread
From: Gilles Chanteperdrix @ 2011-05-23 20:08 UTC (permalink / raw)
  To: suresh reddy; +Cc: xenomai

On 05/21/2011 09:54 AM, suresh reddy wrote:
> On 20 May 2011 09:32, Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org
>> wrote:
> 
>> On 05/20/2011 11:26 AM, suresh reddy wrote:
>>> On 05/19/2011 04:41 PM, suresh reddy wrote:
>>>> Hi all,
>>>>
>>>> iam running ubuntu 10.04 on my pandaboard  with the kernel
>>> 2.6.35-903-omap4.
>>>>
>>>> the latest linux kernel available is 2.6.38 and  the xenomai latest
>>>> version is v2.5.6. My question is is it compatible if i compile with the
>>>> available adeos patch for pandaboard?
>>>
>>> Yes. You may have to adjust include/asm-arm/hal.h, as explained in the
>>> arm porting guide though.
>>>
>>>
>>> Ok. So,the linux kernel 2.6.38 and xenomai latest version with two
>>> macros adding in
>>> include/asm-arm/hal.h will make it compile  for pandaboard  .
>>
>> No. You can not use linux kernel 2.6.38, you need to pick the ipipe tree
>> from the git I sent you a link in a previous mail.
>>
> 
>  yes i understanded that i have to take ipipe code from your previous mail
> and xenomai code of latest stable release but what i did not understanded is
> 
> linux kernel code .Do i need to download the linux kernel code from
> www.kernel.org  or its just enough to download the ipipe and xenomai to
> /usr/src/
> directory where omap4 linux kernel headers were there . And compile them .

Ok, nobody answered, so I am going to answer after all.

You question is frightening: it shows that since the time you are
talking about Xenomai and sending mails to this list, you did not take
the time to either try and install Xenomai on another platform than
panda (which I told you several times to do), or even read Xenomai
installation instruction.

The Adeos I-pipe patch is a patch for the Linux kernel, but in order to
generate that patch, we maintain in the I-pipe git repository the
patched kernel, and extract the patch from that repository. The link I
sent you is a link to that repository, not a link to the patch, you do
not need any kernel to apply it.

-- 
                                                                Gilles.


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

end of thread, other threads:[~2011-05-23 20:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-19 14:41 [Xenomai-help] Regarding available stable versions for pandaboard suresh reddy
2011-05-19 18:09 ` Gilles Chanteperdrix
2011-05-20  9:26   ` suresh reddy
2011-05-20 20:32     ` Gilles Chanteperdrix
2011-05-21  7:54       ` suresh reddy
2011-05-21 11:23         ` Gilles Chanteperdrix
2011-05-23 20:08         ` Gilles Chanteperdrix

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.