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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
1,094 Views
meetthakkar
Contributor II

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

Labels (1)
1 Solution
974 Views
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,

View solution in original post

2 Replies
974 Views
meetthakkar
Contributor II

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

0 Kudos
Reply
975 Views
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,