All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Ubuntu packages
@ 2010-08-28  9:03 C Robinson
  2010-08-28  9:42 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: C Robinson @ 2010-08-28  9:03 UTC (permalink / raw)
  To: xenomai

Hi,

I'm seeking some clarification on a few points.   The background is that I have some software I need to install which requires Xenomai on Ubuntu.   Being fairly recent on the Linux scene, following the installation guide for Xenomai has been something of a voyage of exploration, as yet unfinished - and somewhat more complicated as I'm doing this on a bootable usb key.

In any case, a colleague mentioned there was an easier way using the available packages in the Ubuntu repositories, i.e. the xenomai-runtime and associated packages.  It was implied that with a straight-forward 'aptitude install xenomai-runtime' and voila I have a RTOS ready to use.   Given the descriptions of these packages (and no mention of patching of the kernel for example), I don't think that this is their purpose, particularly when I tried downloading the xenomai examples where the second step is :

make XENO=<xenomai-installation-path> KSRC=<xenomai-kernel-source>

Could someone confirm (or refute) this suspicion (that the packages do not provide access to a RTOS) and perhaps explain the intended use of the xenomai packages available on the ubuntu repositories - I've not seen any detailed reference as to why one would download and install these packages (say, in addition to having already gone through the long process of kernel patching + compilation + user space setup).

Thanks for any assistance,
Charles


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

* Re: [Xenomai-help] Ubuntu packages
  2010-08-28  9:03 [Xenomai-help] Ubuntu packages C Robinson
@ 2010-08-28  9:42 ` Gilles Chanteperdrix
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2010-08-28  9:42 UTC (permalink / raw)
  To: C Robinson; +Cc: xenomai

C Robinson wrote:
> Hi,
> 
> I'm seeking some clarification on a few points.   The background is
> that I have some software I need to install which requires Xenomai on
> Ubuntu.   Being fairly recent on the Linux scene, following the
> installation guide for Xenomai has been something of a voyage of
> exploration, as yet unfinished - and somewhat more complicated as I'm
> doing this on a bootable usb key.
> 
> In any case, a colleague mentioned there was an easier way using the
> available packages in the Ubuntu repositories, i.e. the
> xenomai-runtime and associated packages.  It was implied that with a
> straight-forward 'aptitude install xenomai-runtime' and voila I have
> a RTOS ready to use.   Given the descriptions of these packages (and
> no mention of patching of the kernel for example), I don't think that
> this is their purpose, particularly when I tried downloading the
> xenomai examples where the second step is :
> 
> make XENO=<xenomai-installation-path> KSRC=<xenomai-kernel-source>
> 
> Could someone confirm (or refute) this suspicion (that the packages
> do not provide access to a RTOS) and perhaps explain the intended use
> of the xenomai packages available on the ubuntu repositories - I've
> not seen any detailed reference as to why one would download and
> install these packages (say, in addition to having already gone
> through the long process of kernel patching + compilation + user
> space setup).
> 
> Thanks for any assistance, Charles

See:
http://www.xenomai.org/index.php/Building_Debian_packages

Please pay attention to the version of the packages available on Ubuntu.
As far as I understood, they are outdated, so, you would probably better
use the Debian package and install them on Ubuntu.

-- 
					    Gilles.


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

* Re: [Xenomai-help] Ubuntu packages
@ 2010-08-28 13:08 C Robinson
  2010-08-28 13:46 ` Philippe Gerum
  0 siblings, 1 reply; 4+ messages in thread
From: C Robinson @ 2010-08-28 13:08 UTC (permalink / raw)
  To: gilles.chanteperdrix; +Cc: xenomai

Hi Gilles,

Thanks for the quick response.   I saw this page earlier today, but must have missed the part in brackets, where it says the packages are necessary along with an appropriately patched and compiled kernel. 
  
Also, cheers for the additional tip regarding the use of the Debian packages as opposed to Ubuntu.  I was using a more convoluted approach to the installation, and the one you linked to is appearing much more efficient so far (kernel currently compiling).

Best wishes,
Charles




-----Original Message-----
From: "Gilles Chanteperdrix" [gilles.chanteperdrix@xenomai.org]
Date: 08/28/2010 05:42 AM
To: "C Robinson" <starknight__@domain.hid>
CC: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Ubuntu packages

C Robinson wrote:
> Hi,
> 
> I'm seeking some clarification on a few points.   The background is
> that I have some software I need to install which requires Xenomai on
> Ubuntu.   Being fairly recent on the Linux scene, following the
> installation guide for Xenomai has been something of a voyage of
> exploration, as yet unfinished - and somewhat more complicated as I'm
> doing this on a bootable usb key.
> 
> In any case, a colleague mentioned there was an easier way using the
> available packages in the Ubuntu repositories, i.e. the
> xenomai-runtime and associated packages.  It was implied that with a
> straight-forward 'aptitude install xenomai-runtime' and voila I have
> a RTOS ready to use.   Given the descriptions of these packages (and
> no mention of patching of the kernel for example), I don't think that
> this is their purpose, particularly when I tried downloading the
> xenomai examples where the second step is :
> 
> make XENO=<xenomai-installation-path> KSRC=<xenomai-kernel-source>
> 
> Could someone confirm (or refute) this suspicion (that the packages
> do not provide access to a RTOS) and perhaps explain the intended use
> of the xenomai packages available on the ubuntu repositories - I've
> not seen any detailed reference as to why one would download and
> install these packages (say, in addition to having already gone
> through the long process of kernel patching + compilation + user
> space setup).
>
> Thanks for any assistance, Charles

See:
http://www.xenomai.org/index.php/Building_Debian_packages

Please pay attention to the version of the packages available on Ubuntu.
As far as I understood, they are outdated, so, you would probably better
use the Debian package and install them on Ubuntu.

--
					    Gilles.




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

* Re: [Xenomai-help] Ubuntu packages
  2010-08-28 13:08 C Robinson
@ 2010-08-28 13:46 ` Philippe Gerum
  0 siblings, 0 replies; 4+ messages in thread
From: Philippe Gerum @ 2010-08-28 13:46 UTC (permalink / raw)
  To: C Robinson; +Cc: xenomai

On Sat, 2010-08-28 at 09:08 -0400, C Robinson wrote:
> Hi Gilles,
> 
> Thanks for the quick response.   I saw this page earlier today, but must have missed the part in brackets, where it says the packages are necessary along with an appropriately patched and compiled kernel. 
>   
> Also, cheers for the additional tip regarding the use of the Debian packages as opposed to Ubuntu.  I was using a more convoluted approach to the installation, and the one you linked to is appearing much more efficient so far (kernel currently compiling).
> 

Sidenote: the kernel patches for 2.6.32/x86 shipped with Xenomai 2.5.4
have a serious issue, which may cause a random lockup during early boot.
You may want to use one of these instead: 
http://download.gna.org/adeos/patches/v2.6/x86/older/adeos-ipipe-2.6.32.15-x86-2.7-02.patch
http://download.gna.org/adeos/patches/v2.6/x86/older/adeos-ipipe-2.6.32.20-x86-2.7-02.patch

> Best wishes,
> Charles
> 
> 
> 
> 
> -----Original Message-----
> From: "Gilles Chanteperdrix" [gilles.chanteperdrix@xenomai.org]
> Date: 08/28/2010 05:42 AM
> To: "C Robinson" <starknight__@domain.hid>
> CC: xenomai@xenomai.org
> Subject: Re: [Xenomai-help] Ubuntu packages
> 
> C Robinson wrote:
> > Hi,
> > 
> > I'm seeking some clarification on a few points.   The background is
> > that I have some software I need to install which requires Xenomai on
> > Ubuntu.   Being fairly recent on the Linux scene, following the
> > installation guide for Xenomai has been something of a voyage of
> > exploration, as yet unfinished - and somewhat more complicated as I'm
> > doing this on a bootable usb key.
> > 
> > In any case, a colleague mentioned there was an easier way using the
> > available packages in the Ubuntu repositories, i.e. the
> > xenomai-runtime and associated packages.  It was implied that with a
> > straight-forward 'aptitude install xenomai-runtime' and voila I have
> > a RTOS ready to use.   Given the descriptions of these packages (and
> > no mention of patching of the kernel for example), I don't think that
> > this is their purpose, particularly when I tried downloading the
> > xenomai examples where the second step is :
> > 
> > make XENO=<xenomai-installation-path> KSRC=<xenomai-kernel-source>
> > 
> > Could someone confirm (or refute) this suspicion (that the packages
> > do not provide access to a RTOS) and perhaps explain the intended use
> > of the xenomai packages available on the ubuntu repositories - I've
> > not seen any detailed reference as to why one would download and
> > install these packages (say, in addition to having already gone
> > through the long process of kernel patching + compilation + user
> > space setup).
> > 
> > Thanks for any assistance, Charles
> 
> See:
> http://www.xenomai.org/index.php/Building_Debian_packages
> 
> Please pay attention to the version of the packages available on Ubuntu.
> As far as I understood, they are outdated, so, you would probably better
> use the Debian package and install them on Ubuntu.
> 

-- 
Philippe.




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

end of thread, other threads:[~2010-08-28 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-28  9:03 [Xenomai-help] Ubuntu packages C Robinson
2010-08-28  9:42 ` Gilles Chanteperdrix
  -- strict thread matches above, loose matches on Subject: below --
2010-08-28 13:08 C Robinson
2010-08-28 13:46 ` Philippe Gerum

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.