a real-time development framework cooperating with the Linux kernel to provide a pervasive, interface-agnostic, hard real-time support to user space applications
Questions tagged [xenomai]
9 questions
4
votes
2 answers
Do GNUmakefile, GNUmakefile.am, and GNUmakefile.in indicate that Automake has been used?
The source folder of rtnet contains only the above mentioned files for compilation purposes. Remaining files are the source code of the examples.
Question is that do these files indicate that they have been generated through automake?
If yes, then…
Aquarius_Girl
- 1,235
- 6
- 27
- 48
4
votes
1 answer
How to know whether the Linux driver for the real-time network device was built into the kernel?
From here: http://www.xenomai.org/index.php/RTnet:Installation_%26_Testing#Debugging_RTnet
The Linux driver for the real-time network device was built into the kernel and blocks the hardware.
When I execute rmmod 8139too it says the module does…
Aquarius_Girl
- 1,235
- 6
- 27
- 48
3
votes
1 answer
How to apply the xenomai kernel patch on debian?
I've been trying to install xenomai on debian and I'm confused about all the version numbers. I'm on Debian 6 (Linux debian 2.6.32-5-686 #1 SMP Tue May 13 16:33:32 UTC 2014 i686 GNU/Linux)
Steps I followed,
installed the linux-patch-xenomai from…
Kuravi H
- 51
- 6
3
votes
1 answer
Xenomai and Ubuntu
I have installed xenomai 2.4.8 in Ubuntu 11.04 with this command:
apt-get install libxenomai-dev
Now I want test a simple vxWorks program, but when I compile my program, I receive this message:
Xenomai: vxworksskin or CONFIG_XENO_OPT_PERVASIVE…
Peacemoon
- 163
- 1
- 5
2
votes
0 answers
Xenomai: /dev/rtheap is missing
I tried to install Xenomai 2.5.5.2 on my Ubunto 12.04 PC following the steps in this guide.
I haven't changed any configuration options. When I run sudo ./trivial-periodic, I get a message saying
Xenomai: /dev/rtheap is missing
How can I resolve…
us2956
- 121
- 2
1
vote
0 answers
error: implicit declaration of function ‘rt_dev_socket’
The developer says: http://comments.gmane.org/gmane.linux.real-time.rtnet.user/2546
Now how can I tell the Makefile to look for headers in
/usr/local/rtnet/include respectively how could I set my CFLAGS?
EXTRA_CFLAGS := -I ...
Sorry for…
Aquarius_Girl
- 1,235
- 6
- 27
- 48
1
vote
2 answers
How to boot xenomai on ubuntu 10.04?
I install xenomai by
sudo apt-get install xenomai-*
It installed
dctrl-tools libxenomai-dev libxenomai1 linux-patch-xenomai xenomai-doc xenomai-runtime.
But when I check /boot/grub/grub.cfg, it seems it didn't change anything.
How do I boot…
sam
- 977
- 1
- 9
- 11
1
vote
1 answer
Failed to fetch 404 errors during apt-get commands
I am using Xenomai linux, and I have internet on it, but when I do apt-get update or apt-get install I get bunch of errors like this
http://security.debian.org/dists/etch/updates/contrib/source/Sources.gz 404 Not Found [IP: 212.211.132.250 80]
I…
user1880405
- 277
- 3
- 10
0
votes
1 answer
What is the realtime equivalent of the module r8169?
From here: http://www.xenomai.org/index.php/RTnet:Installation_%26_Testing#Testing_with_a_single_node_.28local_loopback.29
TODO: simplify the following steps.
- Then you need to edit the file rtnet.conf under the /usr/local/rtnet/etc folder for…
Aquarius_Girl
- 1,235
- 6
- 27
- 48