4

In another post I read that Xenomai could be used for real-time tasks like control loops.

I'd need to implement a real-time task which also talks to I2C and SPI. In this mailing list message I read that the clean way to implement this in Xenomai would be an (own) RTDM Skin driver implementation for each device.

Are there any Xenomai RTDM Skins for the RPi already?

And has someone good/bad experiences running Xenomai on the RPi? I've found these three tutorials on how to set up Xenomai on the RPi.

fabb
  • 283
  • 3
  • 11
  • You should possibly ask the person who answered the question? Sticking with Arduino and the vast open community would have made your life allot easier. – Piotr Kula Jan 24 '13 at 08:49
  • 1
    I'd like to do some web service stuff too, so it would be nice if both this and the real time tasks using I2C and SPI could coexist on one controller. – fabb Jan 24 '13 at 09:24
  • 1
    You can use Occidentalis (Rasbian) and you can install node , nginx, apache , lighttpd for web servers that can provide web services. And Also MySQL. Then Arduino connected via UART / I2C, does the real time stuff in pure C (Arduino IDE has tons of examples and libraries) on an ATiny (~2USD) and dump the data to the Pi. If you need the aTiny to do something you convert your web service requests into data and pipe the commands into a script that pushes data via UART /I2C command the aTiny. – Piotr Kula Jan 24 '13 at 09:45
  • I figured that possibility from http://raspberrypi.stackexchange.com/questions/1408/is-it-possible-to-run-real-time-software/3590#3590. Nonetheless I'd like to investigate into alternative solutions, I'm still at the research phase. – fabb Jan 24 '13 at 10:01
  • LinuxCNC supports the RaspberryPi with Xenomai kernel. Someone was working on or has an RTDM GPIO driver. –  Feb 05 '14 at 17:27
  • Here is a step by step intro to Xenomai and RPi 1 http://userk.co.uk/real-time-system-with-raspberry-pi/

    Here is a message about I2C rtdm driver. See the attachment: www.xenomai.org/pipermail/xenomai/2014-June/03a1107.html Any news so far?

    – UserK Apr 11 '16 at 01:02

0 Answers0