From: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
To: Muruganandam Ganapathy <muruganandam.ganapathy@domain.hid>
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-core] Xenomai support for ARM926EJ
Date: Fri, 16 Mar 2007 21:03:59 +0100 [thread overview]
Message-ID: <17914.63535.18893.207257@domain.hid> (raw)
In-Reply-To: <fdba73240703151522l3aa73a81v84661caf17f489ae@domain.hid>
Muruganandam Ganapathy wrote:
> Hello,
>
> I am new to Xenomai and trying to understand whether it is suitable for our
> need.
> We have a board based on ARM926EJ. I would like to know
>
>
> 1. is there Xenomai support for ARM926
Xenomai supports most ARM processor cores. For example, the ARM926 is
supported with the ARM integrator board. The real question is: does it
support the particular board you use ? If not, then all you have to do
is to adapt the I-pipe patch to the board you use.
> I did google through and found that Xenomai is for the user application
> In our case, we have a kernel mode driver/application which is very time
> critical and we were unable to meet the timing requirement using the
> regular kernel.
No, Xenomai APIs exist both in kernel and user space and are symetrical
as much as possible. So, it is up to you to choose if you want to
program your application in kernel or user-space. Note however that for
future-proof designs, it is recommended to only write driver code in
kernel-space, using the RTDM API, and to write the rest of your
application in user-space.
>
> 2. If support is available, what is the version to use. I am running 2.6.19
> on the board.
2.6.19 is only supported by the latest v2.3.x branch; since it has not
yet been released you will have to download the sources via svn, by
typing something like:
svn co http://svn.gna.org/svn/xenomai/branches/v2.3.x xenomai
Note that if the board you use is not supported, you will get undefined
symbols building the kernel, and this is where your work will start:
implementing the missing functions for the board you use. The missing
functions concern hardware timer management, tsc emulation using the
hardware timer, and interrupts demultiplexing. We can help you doing
this work if you tell us which board you use.
--
Gilles Chanteperdrix.
next prev parent reply other threads:[~2007-03-16 20:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-15 22:22 [Xenomai-core] Xenomai support for ARM926EJ Muruganandam Ganapathy
2007-03-16 20:03 ` Gilles Chanteperdrix [this message]
2007-03-20 18:22 ` Muruganandam Ganapathy
2007-03-20 19:29 ` Gilles Chanteperdrix
2007-03-21 0:21 ` Dmitry Adamushko
2007-03-21 8:23 ` Gilles Chanteperdrix
2007-03-21 9:13 ` Jan Kiszka
2007-03-21 10:14 ` Gilles Chanteperdrix
2007-03-21 10:38 ` Jan Kiszka
2007-03-21 10:50 ` Gilles Chanteperdrix
2007-03-21 9:14 ` Gilles Chanteperdrix
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=17914.63535.18893.207257@domain.hid \
--to=gilles.chanteperdrix@xenomai.org \
--cc=muruganandam.ganapathy@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.