All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Xenomai and Pandaboard
@ 2012-01-25 15:42 Christopher Roberts
  2012-01-25 15:58 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Roberts @ 2012-01-25 15:42 UTC (permalink / raw)
  To: xenomai

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

I've been trying to build a working kernel with Xenomai librarys for the
last couple of days, and keep running into snags. Its the first time I've
ever tried to build a kernel before, though I do have some experience with
Linux and embedded systems.

So far, I've tried using a cross toolchchain built using Buildroot 2011.8,
which I used to make x-loader and u-loader, both of which appear to work,
then the 2.6.38.8 kernel with xenomai 2.6.0, which seems to compile
correctly, but on boot up the board halts after unpacking the kernel (both
front lights stay on and it never tries to actually start up the hardware).
So next I tried building it on a working Ubunutu 11.10 image running on the
pandaboard, but I was never able to successfully build the kernel that way.

Any advice I could get on what I'm doing wrong would be
greatly appreciated.

Thanks,
Chris

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

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

* Re: [Xenomai-help] Xenomai and Pandaboard
  2012-01-25 15:42 [Xenomai-help] Xenomai and Pandaboard Christopher Roberts
@ 2012-01-25 15:58 ` Gilles Chanteperdrix
  2012-01-25 17:49   ` Gilles Chanteperdrix
  0 siblings, 1 reply; 4+ messages in thread
From: Gilles Chanteperdrix @ 2012-01-25 15:58 UTC (permalink / raw)
  To: Christopher Roberts; +Cc: xenomai

On 01/25/2012 04:42 PM, Christopher Roberts wrote:
> I've been trying to build a working kernel with Xenomai librarys for the
> last couple of days, and keep running into snags. Its the first time I've
> ever tried to build a kernel before, though I do have some experience with
> Linux and embedded systems.
> 
> So far, I've tried using a cross toolchchain built using Buildroot 2011.8,
> which I used to make x-loader and u-loader, both of which appear to work,
> then the 2.6.38.8 kernel with xenomai 2.6.0, which seems to compile
> correctly, but on boot up the board halts after unpacking the kernel (both
> front lights stay on and it never tries to actually start up the hardware).
> So next I tried building it on a working Ubunutu 11.10 image running on the
> pandaboard, but I was never able to successfully build the kernel that way.
> 
> Any advice I could get on what I'm doing wrong would be
> greatly appreciated.

I routinely run xenomai on pandaboard with the following kernel
configuration:

http://sisyphus.hd.free.fr/~gilles/config-panda

If it does not work for you, please try disabling CONFIG_XENOMAI and
CONFIG_IPIPE to see if the result boots.

-- 
					    Gilles.


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

* Re: [Xenomai-help] Xenomai and Pandaboard
  2012-01-25 15:58 ` Gilles Chanteperdrix
@ 2012-01-25 17:49   ` Gilles Chanteperdrix
       [not found]     ` <CAL0cVRBM615h_tFjYXtZ8Bo8-o0rzW4xxgiqsez+GfxkLdU-1w@domain.hid>
  0 siblings, 1 reply; 4+ messages in thread
From: Gilles Chanteperdrix @ 2012-01-25 17:49 UTC (permalink / raw)
  To: Christopher Roberts; +Cc: xenomai

On 01/25/2012 04:58 PM, Gilles Chanteperdrix wrote:
> On 01/25/2012 04:42 PM, Christopher Roberts wrote:
>> I've been trying to build a working kernel with Xenomai librarys for the
>> last couple of days, and keep running into snags. Its the first time I've
>> ever tried to build a kernel before, though I do have some experience with
>> Linux and embedded systems.
>>
>> So far, I've tried using a cross toolchchain built using Buildroot 2011.8,
>> which I used to make x-loader and u-loader, both of which appear to work,
>> then the 2.6.38.8 kernel with xenomai 2.6.0, which seems to compile
>> correctly, but on boot up the board halts after unpacking the kernel (both
>> front lights stay on and it never tries to actually start up the hardware).
>> So next I tried building it on a working Ubunutu 11.10 image running on the
>> pandaboard, but I was never able to successfully build the kernel that way.
>>
>> Any advice I could get on what I'm doing wrong would be
>> greatly appreciated.
> 
> I routinely run xenomai on pandaboard with the following kernel
> configuration:
> 
> http://sisyphus.hd.free.fr/~gilles/config-panda
> 
> If it does not work for you, please try disabling CONFIG_XENOMAI and
> CONFIG_IPIPE to see if the result boots.
> 

In order to get clues about why your kernel does not boot, you can try
enabling the "early printk" option, then boot the kernel passing
"earlyprintk" on its command line.

-- 
					    Gilles.


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

* Re: [Xenomai-help] Xenomai and Pandaboard
       [not found]         ` <CAL0cVRDCZaBMDcTJaHRb85urJmUG3u4Xa9hWJqGXeGEXTC_=2A@mail.gmail.com>
@ 2012-01-26 22:21           ` Gilles Chanteperdrix
  0 siblings, 0 replies; 4+ messages in thread
From: Gilles Chanteperdrix @ 2012-01-26 22:21 UTC (permalink / raw)
  To: Christopher Roberts; +Cc: Xenomai help

On 01/26/2012 11:17 PM, Christopher Roberts wrote:
> Im sorry that I keep bothering you with what appears to be really trivial
> problems, but Ive hit another snag after doing what you suggested above. I
> think it might be driver related, but I installed the modules that where
> built with the kernel, so I'm not sure how else to troubleshoot this. Heres
> the log of the kernel booting to where it halts.

Please keep the communications on the list. As I already suggested, if
the kernel does not boot with xenomai enabled, please try disabling
CONFIG_XENOMAI, and if it still does not work, try disabling CONFIG_IPIPE.


-- 
                                                                Gilles.


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

end of thread, other threads:[~2012-01-26 22:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25 15:42 [Xenomai-help] Xenomai and Pandaboard Christopher Roberts
2012-01-25 15:58 ` Gilles Chanteperdrix
2012-01-25 17:49   ` Gilles Chanteperdrix
     [not found]     ` <CAL0cVRBM615h_tFjYXtZ8Bo8-o0rzW4xxgiqsez+GfxkLdU-1w@domain.hid>
     [not found]       ` <4F211198.804@domain.hid>
     [not found]         ` <CAL0cVRDCZaBMDcTJaHRb85urJmUG3u4Xa9hWJqGXeGEXTC_=2A@mail.gmail.com>
2012-01-26 22:21           ` 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.