Hello,
I have GLDBOX hardware and run linux-bsp software on A core, but it's real time performance is not very well, so I want to run RT-LINUX instead.
I see that MXP support run RT-LINUX on I.MX product.
Is the RT-LINUX SDK support S32G?
Can you give me some guide to run RT-LINUX on S32G?
Thanks!
Hello, @yangjinzhuang
Thanks for the question
By default, the released Linux kernel is with the following model selected
According to introduction from the Linux wiki:
https://wiki.linuxfoundation.org/realtime/documentation/technical_basics/preemption_models
The default BSP kernel configuration is with basic RT support, if you want to use the real time RT, you may recompile the kernel and try it with your test cases, however, it is not supported officially in BSP release, so that we have not done full test on that kernel configuration, thus not sure about the system stability if make it enabled.
Best Regards
Chenyin