Is there a way to implement a mixed criticality system based on Ubuntu? I.e. if we have some software module that is complex and non-critical and we want to develop it as usual on Ubuntu. And we have some code that requires real-time constraints. Can we run it on single machine under linux? E.g. dedicate a core for real-time task, shield it from all the interrupts, be sure that system calls and periphery queries will respond in a certain time?
Asked
Active
Viewed 44 times