All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: niklaus.giger@domain.hid
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] Re: Xenomai v2.2-rc2. PowerPC 405GPr board does not start up
Date: Mon, 22 May 2006 18:47:40 +0200	[thread overview]
Message-ID: <4471EB2C.5050402@domain.hid> (raw)
In-Reply-To: <200605221808.38756.niklaus.giger@domain.hid>

Niklaus Giger wrote:
> Am Montag, 22. Mai 2006 17:40 schrieb Philippe Gerum:
> 
>>Niklaus Giger wrote:
>>
>>>Hi everybody
>>>
>>>Philippe Gerum wrote:
>>>
>>>>Here is the second release candidate for the v2.2 branch. Short log
>>>>follows:
> 
> <...>
> 
>>Could you try building all skins as modules with only the nucleus
>>statically built into the kernel? I'd like to know whether the lockup
>>occurs when one of the skin attempts to initialize, or if the problem is
>>in the early Xenomai bootstrap. TIA,
> 
> Okay. With the following .config XENOMAI settings my target starts up without 
> any problem till the login:
>

Does the board still boot with only the native skin enabled statically? 
If it does not, wild guess: does the following patch prevent the lockup 
in the latter case?

--- pod.c~	2006-05-15 15:03:52.000000000 +0200
+++ pod.c	2006-05-22 18:45:21.000000000 +0200
@@ -509,12 +509,14 @@

      xnarch_notify_ready();

+#if 0
      err = xnpod_reset_timer();

      if (err) {
          xnpod_shutdown(XNPOD_FATAL_EXIT);
          return err;
      }
+#endif

      return 0;
  }

-- 

Philippe.


  reply	other threads:[~2006-05-22 16:47 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-20 21:07 [Xenomai-core] Xenomai v2.2-rc2 Philippe Gerum
2006-05-21 14:42 ` Niklaus Giger
2006-06-04 20:36   ` Philippe Gerum
2006-05-21 14:50 ` Niklaus Giger
2006-05-22 11:38   ` Gilles Chanteperdrix
2006-05-24  5:21     ` Niklaus Giger
2006-05-26 16:27       ` Gilles Chanteperdrix
2006-05-26 17:44         ` Niklaus Giger
2006-05-26 17:49           ` Gilles Chanteperdrix
2006-05-26 18:03             ` Niklaus Giger
2006-05-27 13:50           ` Gilles Chanteperdrix
2006-05-22 11:48 ` [Xenomai-core] Re: Xenomai v2.2-rc2. PowerPC 405GPr board does not start up Niklaus Giger
2006-05-22 15:40   ` Philippe Gerum
2006-05-22 16:08     ` Niklaus Giger
2006-05-22 16:47       ` Philippe Gerum [this message]
2006-05-22 20:08         ` Niklaus Giger
2006-05-22 21:31           ` Philippe Gerum
2006-05-24  5:10             ` Niklaus Giger
2006-06-12  5:08             ` Niklaus Giger
2006-06-12  9:39               ` Philippe Gerum
2006-05-24 19:28 ` [Xenomai-core] Xenomai v2.2-rc2 Hannes Mayer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4471EB2C.5050402@domain.hid \
    --to=rpm@xenomai.org \
    --cc=niklaus.giger@domain.hid \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.