Difference between revisions of "Using Xenomai with the EMAC OE SDK"
Kyoungmeyer (talk | contribs) (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...") |
Kyoungmeyer (talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{todo| | + | {{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 ****************************************/ --> | ||
<!-- /*********************************************************************************************************/ --> | <!-- /*********************************************************************************************************/ --> | ||
− | + | 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 13:25, 7 October 2015
This page will describe how to use the Xenomai real time operating system API with the EMAC OE SDK.
Contents
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.