i.MX8M Plus CPU current frequency dynamic running

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

i.MX8M Plus CPU current frequency dynamic running

跳至解决方案
286 次查看
Maotom
Contributor I

Hi

The script can check i.MX8M plus current running frequency by " sudo cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq". There are 3 kinds available freqencey  1200000, 160000  and 1800000 shown by command "cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies". After check current frequency second by second found the CPU frequency run between  1600000 and 1800000 

2025-Aug-01_09:27:17 CPU 52000
1600000
2025-Aug-01_09:27:18 CPU 52000
1600000
2025-Aug-01_09:27:19 CPU 52000
1600000
2025-Aug-01_09:27:20 CPU 52000
1800000
2025-Aug-01_09:27:21 CPU 52000
1800000

What is the policy for CPU frequency dynamic running?

i.MX8M 

0 项奖励
回复
1 解答
260 次查看
pengyong_zhang
NXP Employee
NXP Employee

Hi @Maotom 

Scaling governors are used in the Linux kernel to set the CPU frequency. CPU frequencies can be scaled
automatically depending on the system load either in response to ACPI events or manually by userspace
programs. For more information about governors, read governors.txt from www.kernel.org/doc/Documentation/
cpu-freq/governors.txt.

B.R

在原帖中查看解决方案

0 项奖励
回复
3 回复数
261 次查看
pengyong_zhang
NXP Employee
NXP Employee

Hi @Maotom 

Scaling governors are used in the Linux kernel to set the CPU frequency. CPU frequencies can be scaled
automatically depending on the system load either in response to ACPI events or manually by userspace
programs. For more information about governors, read governors.txt from www.kernel.org/doc/Documentation/
cpu-freq/governors.txt.

B.R

0 项奖励
回复
234 次查看
Maotom
Contributor I
Got it,Thanks
0 项奖励
回复
236 次查看
Maotom
Contributor I
 
0 项奖励
回复