* [Xenomai-help] Xeno-test failed on ARM AT91RM9200 processor
@ 2010-08-30 16:01 Prakash A S
2010-08-30 16:10 ` Gilles Chanteperdrix
0 siblings, 1 reply; 3+ messages in thread
From: Prakash A S @ 2010-08-30 16:01 UTC (permalink / raw)
To: xenomai
[-- Attachment #1: Type: text/plain, Size: 1221 bytes --]
Hi,
I am trying to port Xenomai-2.4.0 on ARM AT91RM9200 processor. I used
adeos-ipipe-2.6.20-arm-1.7-06.patch with Linux kernel 2.6.20. All the stuffs
went fine, compiled the kernel and ported on the same processor. The xenomai
components loaded fine while loading the kernel image. However when I
executed the xeno-test, I am getting the error, "please build busybox's ash
with support for getopts" and quit the test.
I am using BusyBox-1.15.3 enabled with GETOPT. I noticed that the "getopts"
link is not available with the busybox bin. But it has only "getopt". I
checked few other latest version of Busybox. But I could not find it in
other versions also. However the x86 desktop Linux contains both getopt and
getopts.
Few online guides claimed that the getopts is builtin with Busybox. I
created an getopts softlink for busybox manually anf then tried the
xeno-test. But getting the error, "getopts: applet not found". I could not
find the exact reason for this issue. I also tried to execute the tests
separately like latency, switchtest,.etc. But getting the same error, "syntax
error: word unexpected (expecting ")")".
FYI, the busybox configured with ASH shell.
Help me to solve the issues.
-Prakash
[-- Attachment #2: Type: text/html, Size: 1436 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai-help] Xeno-test failed on ARM AT91RM9200 processor
2010-08-30 16:01 [Xenomai-help] Xeno-test failed on ARM AT91RM9200 processor Prakash A S
@ 2010-08-30 16:10 ` Gilles Chanteperdrix
2010-08-31 4:55 ` Prakash A S
0 siblings, 1 reply; 3+ messages in thread
From: Gilles Chanteperdrix @ 2010-08-30 16:10 UTC (permalink / raw)
To: Prakash A S; +Cc: xenomai
Prakash A S wrote:
> Hi,
> I am trying to port Xenomai-2.4.0 on ARM AT91RM9200 processor. I used
> adeos-ipipe-2.6.20-arm-1.7-06.patch with Linux kernel 2.6.20.
That is a useless effort, since that patch already contains a port of
Xenomai on this processor. Besides, these versions are outdated.
All the stuffs
> went fine, compiled the kernel and ported on the same processor. The xenomai
> components loaded fine while loading the kernel image. However when I
> executed the xeno-test, I am getting the error, "please build busybox's ash
> with support for getopts" and quit the test.
>
> I am using BusyBox-1.15.3 enabled with GETOPT. I noticed that the "getopts"
> link is not available with the busybox bin. But it has only "getopt". I
> checked few other latest version of Busybox. But I could not find it in
> other versions also. However the x86 desktop Linux contains both getopt and
> getopts.
>
> Few online guides claimed that the getopts is builtin with Busybox. I
> created an getopts softlink for busybox manually anf then tried the
> xeno-test. But getting the error, "getopts: applet not found". I could not
> find the exact reason for this issue. I also tried to execute the tests
> separately like latency, switchtest,.etc. But getting the same error, "syntax
> error: word unexpected (expecting ")")".
>
> FYI, the busybox configured with ASH shell.
>
> Help me to solve the issues.
Well this is an issue with busybox, which has nothing to do with
Xenomai, so, you are posting on the wrong list.
--
Gilles.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Xenomai-help] Xeno-test failed on ARM AT91RM9200 processor
2010-08-30 16:10 ` Gilles Chanteperdrix
@ 2010-08-31 4:55 ` Prakash A S
0 siblings, 0 replies; 3+ messages in thread
From: Prakash A S @ 2010-08-31 4:55 UTC (permalink / raw)
To: Gilles Chanteperdrix; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 2499 bytes --]
On Mon, Aug 30, 2010 at 9:40 PM, Gilles Chanteperdrix <
gilles.chanteperdrix@xenomai.org> wrote:
> Prakash A S wrote:
> > Hi,
> > I am trying to port Xenomai-2.4.0 on ARM AT91RM9200 processor. I used
> > adeos-ipipe-2.6.20-arm-1.7-06.patch with Linux kernel 2.6.20.
>
> That is a useless effort, since that patch already contains a port of
> Xenomai on this processor. Besides, these versions are outdated.
>
Yes, Let it be. We already discussed more about it.
As I said it is just an try; not an permanent development part from my side.
I will move to the suggested method/versions shortly.
>
> All the stuffs
> > went fine, compiled the kernel and ported on the same processor. The
> xenomai
> > components loaded fine while loading the kernel image. However when I
> > executed the xeno-test, I am getting the error, "please build busybox's
> ash
> > with support for getopts" and quit the test.
> >
> > I am using BusyBox-1.15.3 enabled with GETOPT. I noticed that the
> "getopts"
> > link is not available with the busybox bin. But it has only "getopt". I
> > checked few other latest version of Busybox. But I could not find it in
> > other versions also. However the x86 desktop Linux contains both getopt
> and
> > getopts.
> >
> > Few online guides claimed that the getopts is builtin with Busybox. I
> > created an getopts softlink for busybox manually anf then tried the
> > xeno-test. But getting the error, "getopts: applet not found". I could
> not
> > find the exact reason for this issue. I also tried to execute the tests
> > separately like latency, switchtest,.etc. But getting the same error,
> "syntax
> > error: word unexpected (expecting ")")".
> >
> > FYI, the busybox configured with ASH shell.
> >
> > Help me to solve the issues.
>
> Well this is an issue with busybox, which has nothing to do with
> Xenomai, so, you are posting on the wrong list.
>
Not sure! According to my search and try, the Busybox is not come-up with
"getopts". But it has "getopt". However I got this discussion from the
achieve, http://www.mail-archive.com/xenomai@xenomai.org and
Jan added "getopts" for busybox also. Just curious to know whether this
modifications tested with busybox?.
However few online resources claims that the Busybox ASH is not supporting
getopts; But it is available for Bash2 shell.
As you said, Busybox community is the right place to clear these
clarifications. I will also post the same query to the busybox community and
return back to you.
-Prakash
[-- Attachment #2: Type: text/html, Size: 3356 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-31 4:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 16:01 [Xenomai-help] Xeno-test failed on ARM AT91RM9200 processor Prakash A S
2010-08-30 16:10 ` Gilles Chanteperdrix
2010-08-31 4:55 ` Prakash A S
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.