Hi
We are using imx6Q custom platform based on sabresd for our development with L3.0.35_12.09.01.01_GA_source.tar.gz BSP.
Since we are developing an embedded system, we don't need dynamic allocation of the CPU cores, we can fix the CPU core affinity at very beginning.
Could you please help to fix the CPU core's affinity for all the services , applications, and driver at once.
Thank You,
Ansari
Generally, it is not possible to do so in Linux since all thread allocation management is done by the system hyprevisor. A deep modification of the kernel is required to implement such static allocation feature.
Have a great day,
Artur
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------