All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] How can I use xenomai with the linux kernel of 2.6.32 on the plarform of omap3530?
@ 2012-02-29  7:14 xgdlrh
  2012-02-29  9:08 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: xgdlrh @ 2012-02-29  7:14 UTC (permalink / raw)
  To: xenomai-help

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

 Dear sir,      sorry to trouble u,but i have a problem i  can't solve.      Now i use an omap3530 Evaluation Boards and the linux kernel  which manufacturers provides is 2.6.32 . i have to use this kernel.when i try the step: $ scripts/prepare-kernel.sh --linux=<linux-srctree>
[--adeos=<adeos-patch>] [--arch=<target-arch>],i can't find the adeos-patch which matches the kernel ,so I need ur help and how can i use xenomai with the linux kernel of 2.6.32 on the platform of omap3530? thanks for ur help.Best wishes to you!                                                          Sincerely yours, Liang Runhan                                                                            

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

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

* Re: [Xenomai-help] How can I use xenomai with the linux kernel of 2.6.32 on the plarform of omap3530?
  2012-02-29  7:14 [Xenomai-help] How can I use xenomai with the linux kernel of 2.6.32 on the plarform of omap3530? xgdlrh
@ 2012-02-29  9:08 ` Gilles Chanteperdrix
  2012-03-03 23:53   ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Gilles Chanteperdrix @ 2012-02-29  9:08 UTC (permalink / raw)
  To: xgdlrh; +Cc: xenomai-help

On 02/29/2012 08:14 AM, xgdlrh@domain.hid wrote:
> Dear sir,      sorry to trouble u,but i have a problem i  can't
> solve.      Now i use an omap3530 Evaluation Boards and the linux
> kernel  which manufacturers provides is 2.6.32 . i have to use this
> kernel.when i try the step: $ scripts/prepare-kernel.sh
> --linux=<linux-srctree> [--adeos=<adeos-patch>]
> [--arch=<target-arch>],i can't find the adeos-patch which matches the
> kernel ,so I need ur help and how can i use xenomai with the linux
> kernel of 2.6.32 on the platform of omap3530? thanks for ur help.Best
> wishes to you!
> Sincerely yours, Liang Runhan

You have two soilutions:
- either you adapt the patches for linux 2.6.31 or 2.6.33 to linux 2.6.32
- or you adapt a more recent linux kernel version for which an Adeos
patch exists to your board.

If you know more linux than xenomai, the second solution is easier.
Besides 2.6.32 is seriously outdated now.

-- 
                                                                Gilles.


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

* Re: [Xenomai-help] How can I use xenomai with the linux kernel of 2.6.32 on the plarform of omap3530?
  2012-02-29  9:08 ` Gilles Chanteperdrix
@ 2012-03-03 23:53   ` Arnout Vandecappelle
  2012-03-04 18:29     ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2012-03-03 23:53 UTC (permalink / raw)
  To: xenomai

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

On Wednesday 29 February 2012 10:08:05 Gilles Chanteperdrix wrote:
> On 02/29/2012 08:14 AM, xgdlrh@domain.hid wrote:
> > Dear sir,      sorry to trouble u,but i have a problem i  can't
> > solve.      Now i use an omap3530 Evaluation Boards and the linux
> > kernel  which manufacturers provides is 2.6.32 . i have to use this
> > kernel.when i try the step: $ scripts/prepare-kernel.sh
> > --linux=<linux-srctree> [--adeos=<adeos-patch>]
> > [--arch=<target-arch>],i can't find the adeos-patch which matches the
> > kernel ,so I need ur help and how can i use xenomai with the linux
> > kernel of 2.6.32 on the platform of omap3530? thanks for ur help.Best
> > wishes to you!
> > Sincerely yours, Liang Runhan
> 
> You have two soilutions:
> - either you adapt the patches for linux 2.6.31 or 2.6.33 to linux 2.6.32
> - or you adapt a more recent linux kernel version for which an Adeos
> patch exists to your board.
> 
> If you know more linux than xenomai, the second solution is easier.
> Besides 2.6.32 is seriously outdated now.

 OMAP3530 support is almost fully merged in the 3.0 mainline kernel, IIRC.
I think only a few of the video accelerator drivers are missing.  So the
mainline v3.0 (with the corresponding Adeos patches from gna.org) and see 
how far you get.

 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

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

* Re: [Xenomai-help] How can I use xenomai with the linux kernel of 2.6.32 on the plarform of omap3530?
  2012-03-03 23:53   ` Arnout Vandecappelle
@ 2012-03-04 18:29     ` Gilles Chanteperdrix
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2012-03-04 18:29 UTC (permalink / raw)
  To: Arnout Vandecappelle; +Cc: xenomai

On 03/04/2012 12:53 AM, Arnout Vandecappelle wrote:
> On Wednesday 29 February 2012 10:08:05 Gilles Chanteperdrix wrote:
>> On 02/29/2012 08:14 AM, xgdlrh@domain.hid wrote:
>>> Dear sir,      sorry to trouble u,but i have a problem i  can't
>>> solve.      Now i use an omap3530 Evaluation Boards and the linux
>>> kernel  which manufacturers provides is 2.6.32 . i have to use this
>>> kernel.when i try the step: $ scripts/prepare-kernel.sh
>>> --linux=<linux-srctree> [--adeos=<adeos-patch>]
>>> [--arch=<target-arch>],i can't find the adeos-patch which matches the
>>> kernel ,so I need ur help and how can i use xenomai with the linux
>>> kernel of 2.6.32 on the platform of omap3530? thanks for ur help.Best
>>> wishes to you!
>>> Sincerely yours, Liang Runhan
>>
>> You have two soilutions:
>> - either you adapt the patches for linux 2.6.31 or 2.6.33 to linux 2.6.32
>> - or you adapt a more recent linux kernel version for which an Adeos
>> patch exists to your board.
>>
>> If you know more linux than xenomai, the second solution is easier.
>> Besides 2.6.32 is seriously outdated now.
> 
>  OMAP3530 support is almost fully merged in the 3.0 mainline kernel, IIRC.
> I think only a few of the video accelerator drivers are missing.  So the
> mainline v3.0 (with the corresponding Adeos patches from gna.org) and see 
> how far you get.

OMAP3 support is available has ben mainline kernel for years in the
mainline kernel, I would say since at least 2.6.31. The problem is more
board support for the specific board this user wants, and drivers. But
as I said, adding this support if you have it for another kernel is
easier than adapting I-pipe support.

-- 
                                                                Gilles.


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

end of thread, other threads:[~2012-03-04 18:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-29  7:14 [Xenomai-help] How can I use xenomai with the linux kernel of 2.6.32 on the plarform of omap3530? xgdlrh
2012-02-29  9:08 ` Gilles Chanteperdrix
2012-03-03 23:53   ` Arnout Vandecappelle
2012-03-04 18:29     ` 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.