大家好:
我们现在准备使用IMX8-MINI作为项目的处理器,请问该处理器是否支持在linux下把线程绑定到特定的A53核上使得该A53核只执行这一个线程?
举例:
A53-CPU0: Linux 线程1
A53-CPU1: Linux 线程2
Cortex-M4:保留
Hello ALL:
We have just started working on IMX8-MINI, will it be possible to bind Linux thread on each A53 core of say quad-A53 scenario (not using M4 core for now).
For example:
A53-CPU0: Linux thread1
A53-CPU1: Linux thread2
Cortex-M4: Reserved
Hi, guoxian,
关于这个问题,我们没有特定文档给予说明,因为这个不取决于处理器,而是由linux SMP来决定的。
原则上,您提出的来设想是可以实现的。您可以从网上的同行得到一些经验。
比如:
https://blog.csdn.net/guotianqing/article/details/80958281
如果这个还不够,您可以继续搜索一下相类似的资料。
have a nice day!
Weidong