Has anybody done a comparison between VxWorks 6, LynxOS 4.0 and
INTEGRITY 5?
I am well versed with VxWorks and enjoy the new Eclipse IDE (VxWorks
6). However, my goal is to find a COTS RTOS that is cost effective and
certifiable to RTCA/DO178B level D. All the latter mentioned RTOSes
support space partitioning, which is a prerequisite for running
multiple criticality levels on the same processor. This application is
for the aerospace industry.
SwGuy
Regards
Vij
Regards
SwGuy
Regards
Vij
The certification issues are very complex. A company requires a DER
(Designed Engineering Representative) to submit software for
certification with the FAA. See www.highrely.com for more information.
My problem is slightly more complex since level D&E don't really
require a certified kernel. Windriver has the CERT version, also
referred to as "Platform for Safety Critical Applications". The
ARINC653 scheduler is based upon a round-robin time slicer to provide
determinism to processor resource allocation. Thus, different
patricians (typically at different criticality levels) will get x
amount of time to run (this is irrespective of a priority based
pre-emption scheduler within partitions). Most COTS RTOSes do not
support the ARINC scheduler since its more complex and a drain on
resources.
Check highrely....