Re: Xenomai and Linux SCHED_FIFO threads Question

2021-07-30 Thread Jan Kiszka via Xenomai
On 30.07.21 18:02, Rajesh Venkataraman via Xenomai wrote: > Hello, >We are trying to move our embedded real time application from RTOS to > Linux. So we first ported our RTOS application to a RT-Linux. In RT-Linux > we have cpu isolation and run our main realtime interrupt as a pthread > with

Xenomai and Linux SCHED_FIFO threads Question

2021-07-30 Thread Rajesh Venkataraman via Xenomai
Hello, We are trying to move our embedded real time application from RTOS to Linux. So we first ported our RTOS application to a RT-Linux. In RT-Linux we have cpu isolation and run our main realtime interrupt as a pthread with highest priority on the isolated core. Rest of the application on