Tagged Questions
The xenomai tag has no wiki summary.
6
votes
2answers
69k views
Linux error while loading shared libraries: cannot open shared object file: No such file or directory
Program is part of the Xenomai test suite, cross-compiled from Linux PC into Linux+Xenomai ARM toolchain.
# echo $LD_LIBRARY_PATH ...
3
votes
4answers
174 views
Function which takes a pthread as input and suspends it
I'm trying to port the real time Thread_Metric from ExpressLogic in POSIX, in order to benchmark PREEMPT_RT patches for Linux, Xenomai and RTAI for my thesis. They provide a C source file with the ...
2
votes
0answers
16 views
Can not see Kernel Image On Boot-Grub Menu Linux
This is my first question :)
I am trying to make a real time kernel by patching Xenomai framework.
Xenomai 2.6.0 and Kernel 2.6.38.8
I patched it successfuly. I did these steps successfuly * make * ...
1
vote
0answers
107 views
Is there a safe way to call gettimeofday() from a Xenomai real time thread?
I'm running a Xenomai real time thread that sometimes needs to call gettimeofday(), in order to find out what the current time is according to ptpd.
However, doing that appears to be unsafe: in ...
1
vote
4answers
4k views
How to compile and install a Linux kernel into an ARM kit
I have an ARM kit beside me and a Linux kernel source code patched with Xenomai on my machine. I understand I can send data to the kit through an USB cable and a (windows-based, of course) software, ...
0
votes
0answers
82 views
How to use xenomai API?
I install xenomai-runtime on ubuntu 11.04.
Is that finish installing of xenomai?
I found that I can't find xenomai's kernel and boot from it.
So my question are:
1.How to boot xenomai's kernel?
...
0
votes
0answers
63 views
Xenomai on Ubuntu: vxworks skin disabled?
i am new to Xenomai so please forgive me if my question is silly
i have installed xenomai 2.4.8 in my ubuntu 11.04 with the command
apt-get install libxenomai-dev
Now i want test a simple vxWorks ...
0
votes
0answers
251 views
Real-time benchmark between preempt_rt, Xenomai and RTAI
I need to compare performance between the preempt_rt patches, Xenomai and RTAI. They each have their own benchmarks but they don't give similar results and not all benchmarks are available in all ...