Difference between revisions of "Using Xenomai with the EMAC OE SDK"

From wiki.emacinc.com
Jump to: navigation, search
(Created page with "{{ subst:Pgtempl | initials={{subst::Templateimpl:getinitials}} | project=OE 5.0 | title=Using Xenomia with the EMAC OE SDK | desc=This page will cover how to use xenomai with...")
 
Line 1: Line 1:
{{todo| NotStarted (10.06.2015-14:59->KY+)| Kyoungmeyer | project=OE 5.0,KY }}
+
{{todo| InProgress (10.06.2015-14:59->KY+)|Klint Youngmeyer| project=OE 5.0,KY }}
 
{{#seo:
 
{{#seo:
 
|title=Using Xenomia with the EMAC OE SDK
 
|title=Using Xenomia with the EMAC OE SDK
Line 10: Line 10:
 
<!-- /****************************************  Page Description Text  ****************************************/ -->
 
<!-- /****************************************  Page Description Text  ****************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
<span style="background:#00FF00;color:#FF0000;font-size:300%">'''''Put the page description text here.'''''</span>
+
This page will describe how to use the Xenomai real time operating system API with the EMAC OE SDK.
  
 
__TOC__
 
__TOC__
Line 18: Line 18:
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
 
{{:Templateimpl:bg | initials=KY | title=Using Xenomia with the EMAC OE SDK | desc=This page will cover how to use xenomai with the EMAC OE SDK and how to use some examples. | project=OE 5.0 }}
 
{{:Templateimpl:bg | initials=KY | title=Using Xenomia with the EMAC OE SDK | desc=This page will cover how to use xenomai with the EMAC OE SDK and how to use some examples. | project=OE 5.0 }}
 
+
Xenomai is a real-time operating system (RTOS) API designed to work alongside Linux. It provides a means of migrating from a proprietary RTOS to a Linux based system. This also allows for native Linux applications to be run side-by-side with real-time applications on the same target
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*****************************************  General Information  *****************************************/ -->
 
<!-- /*****************************************  General Information  *****************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
 
{{:Templateimpl:geninfo | initials=KY | title=Using Xenomia with the EMAC OE SDK | desc=This page will cover how to use xenomai with the EMAC OE SDK and how to use some examples. | project=OE 5.0 }}
 
{{:Templateimpl:geninfo | initials=KY | title=Using Xenomia with the EMAC OE SDK | desc=This page will cover how to use xenomai with the EMAC OE SDK and how to use some examples. | project=OE 5.0 }}
 
+
By default, the EMAC SDK does not include support for Xenomai. Due to the hardware dependent nature of the real time API, it is necessary to make a custom build for each customer. It is thereby less confusing to supply a customer, that requests Xenomai, with the missing Xenomai SDK components at the time of build delivery.
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*********************************************************************************************************/ -->
 
<!-- /*****************************************  Using/Working With  ******************************************/ -->
 
<!-- /*****************************************  Using/Working With  ******************************************/ -->

Revision as of 14:25, 7 October 2015

TODO: {{#todo: InProgress (10.06.2015-14:59->KY+)|Klint Youngmeyer|OE 5.0,KY}}

This page will describe how to use the Xenomai real time operating system API with the EMAC OE SDK.

Background

Xenomai is a real-time operating system (RTOS) API designed to work alongside Linux. It provides a means of migrating from a proprietary RTOS to a Linux based system. This also allows for native Linux applications to be run side-by-side with real-time applications on the same target

General Information

By default, the EMAC SDK does not include support for Xenomai. Due to the hardware dependent nature of the real time API, it is necessary to make a custom build for each customer. It is thereby less confusing to supply a customer, that requests Xenomai, with the missing Xenomai SDK components at the time of build delivery.

Using Xenomia with the EMAC OE SDK

Examples

Conclusion

Further Information

Where to Go Next
Pages with Related Content