Difference between revisions of "Real time on APF"
From ArmadeusWiki
(New page: = Real time on Armadeus boards =) |
(→Real time on Armadeus boards) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | = Real time on Armadeus boards = | + | == Real time on Armadeus boards == |
+ | |||
+ | By default, Linux is not a real time operating system. | ||
+ | |||
+ | But soft real time can be achieved with the PREEMPT option under the kernel (by default in APF*/OPOS*). | ||
+ | |||
+ | Hard real time can also be achieved with [[Xenomai]] or [[preempt-rt]]. | ||
+ | |||
+ | [[Category:Real-Time]] |
Latest revision as of 17:48, 12 July 2017
Real time on Armadeus boards
By default, Linux is not a real time operating system.
But soft real time can be achieved with the PREEMPT option under the kernel (by default in APF*/OPOS*).
Hard real time can also be achieved with Xenomai or preempt-rt.