Difference between revisions of "Real Time"

From eLinux.org
Jump to: navigation, search
(Documents)
(Documents: add link to Berger paper)
Line 26: Line 26:
 
** Real-Time Linux Failure [[Media:Real_time_linux_failure.pdf|slides]] ELC 2010 version
 
** Real-Time Linux Failure [[Media:Real_time_linux_failure.pdf|slides]] ELC 2010 version
 
* ''Real-time vs real-fast, how to choose'', conference given by Paul E. McKenney at the Ottawa Linux Symposium 2008. [http://ols.fedoraproject.org/OLS/Reprints-2008/mckenney-reprint.pdf Paper] and [http://free-electrons.com/pub/video/2008/ols/ols2008-paul-mckenney-real-time-vs-real-fast.ogg video]
 
* ''Real-time vs real-fast, how to choose'', conference given by Paul E. McKenney at the Ottawa Linux Symposium 2008. [http://ols.fedoraproject.org/OLS/Reprints-2008/mckenney-reprint.pdf Paper] and [http://free-electrons.com/pub/video/2008/ols/ols2008-paul-mckenney-real-time-vs-real-fast.ogg video]
 +
 +
* Paper: "[http://www.reliableembeddedsystems.com/pdfs/2010_03_04_rt_linux.pdf Embedded GNU/Linux and Real-Time an executive summary]", 2010 by Robert Berger
 +
** This papers, prepared for the Embedded World Conference 2010, compares different real-time approaches (including PREEMPT_RT and dual-kernel approaches).
 +
** The paper has an extensive list of references.
  
 
== Further Open Source Projects ==
 
== Further Open Source Projects ==

Revision as of 12:39, 13 December 2010

This page has information about Real-time usage of Linux. Also this page has information about timing systems for Linux. This is of interest to CE Linux Forum members, because many consumer electronics products have realtime requirements (e.g. in the areas of multi-media presentation, or communications)

Real Time Wiki

  • Please note that the primary source of information for Real Time Linux information is the new RTWiki.

Technology/Project pages

Documents

  • Paper: "Embedded GNU/Linux and Real-Time an executive summary", 2010 by Robert Berger
    • This papers, prepared for the Embedded World Conference 2010, compares different real-time approaches (including PREEMPT_RT and dual-kernel approaches).
    • The paper has an extensive list of references.

Further Open Source Projects

  • Xenomai - Real-time development framework, closely cooperating with the Linux kernel. Among other features, it provides a migration path from various RTOSes like VxWorks, PSOS+, etc. to Linux based on so-called skins.