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,095件の閲覧回数
meetthakkar
Contributor II

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

ラベル(1)
1 解決策
975件の閲覧回数
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 返答(返信)
975件の閲覧回数
meetthakkar
Contributor II

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

0 件の賞賛
返信
976件の閲覧回数
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,