Kernel / Xenomai / Patches

Hi,

  I'm trying to get Xenomai with networking / SGX working on a Xm with
kernel 2.6.37.6,
but I'm having issues. I can get Xenomai working on plain kernel
from github, but as soon
as I try apply any patches they all fail. I've tried the ones from
Robert Nelson, and from the xenolunix project. Is there a special
version of the kernel I should be using?

Thanks,
Tom

Yeah, there's quite a few patches in that 2.6.37.6 in my github repo..
Which version/patchset of Xenomai are you currently trying to patch?

Regards,

Hi,
  I'm using adeos-ipipe-2.6.37.6-arm-1.18-03.patch with xenomai-2.5.6.
Can you recommend a place
to get the 2.6.37.6 kernel that is compatible with the pataches in
your github?

Thanks,
Tom

> Hi,

> I'm trying to get Xenomai with networking / SGX working on a Xm with
> kernel 2.6.37.6,
> but I'm having issues. I can get Xenomai working on plain kernel
> from github, but as soon
> as I try apply any patches they all fail. I've tried the ones from
> Robert Nelson, and from the xenolunix project. Is there a special
> version of the kernel I should be using?

Yeah, there's quite a few patches in that 2.6.37.6 in my github repo..
Which version/patchset of Xenomai are you currently trying to patch?

Regards,

--
Robert Nelsonhttp://www.rcn-ee.com/

Hi,
I'm using adeos-ipipe-2.6.37.6-arm-1.18-03.patch with xenomai-2.5.6.

okay so this patch:

20k lines... it's too bad they don't split it up in a smaller patch

Can you recommend a place
to get the 2.6.37.6 kernel that is compatible with the pataches in
your github?

umm? it's in git... so..

git clone git://github.com/RobertCNelson/stable-kernel.git
cd stable-kernel/

git checkout 2.6.37.6-x5 -b tmp_2.6.37.6-x5

would get you the patch-set, however it'll take you a bit of time to
correctly apply the adeos-ipipe patch on top of that.. So just take
your time to tweak it..

Regards,