can we disable 1 arm core for i.MX7D to save power?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

can we disable 1 arm core for i.MX7D to save power?

跳至解决方案
1,617 次查看
meetthakkar
Contributor II

Can we disable 1 arm core  for i.MX7D to save power using cpu-freq or something similar?

标签 (1)
1 解答
1,497 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Meet Thakkar,

You can manage the cpu frequency and status on  /sys/devices/system/cpu/cpux where x is the number of the core.

You may then turn off the second core using something like:

echo 0 > /sys/devices/system/cpu/cpu1/online

I hope this helps!

Regards,

在原帖中查看解决方案

2 回复数
1,497 次查看
meetthakkar
Contributor II

Apparently there was no change in power consumption.  But taking a CPU offline did work. 

0 项奖励
回复
1,498 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Meet Thakkar,

You can manage the cpu frequency and status on  /sys/devices/system/cpu/cpux where x is the number of the core.

You may then turn off the second core using something like:

echo 0 > /sys/devices/system/cpu/cpu1/online

I hope this helps!

Regards,