Part Number: TDA4AL-Q1
Hi experts
there are multiple cores on TDA4, how to do cpu load sharing? especially for A72 core
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Is this a duplicate of: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1256215/tda4al-q1-how-to-do-cpu-load-balance
?
Do you want to explicitly control some irq affinity?
In general Linux SMP takes care of load balancing.
Best Regards,
Keerthy
Hi,
As mentioned in the previous reply the SMP is enabled and if you want to assign some IRQs to a particular core that can be done using irq affinity from user space.
www.kernel.org/.../irq-affinity.html
Best Regards,
Keerthy