i.MX8M Plus CPU current frequency dynamic running

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

i.MX8M Plus CPU current frequency dynamic running

ソリューションへジャンプ
337件の閲覧回数
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 解決策
311件の閲覧回数
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 返答(返信)
312件の閲覧回数
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 件の賞賛
返信
285件の閲覧回数
Maotom
Contributor I
Got it,Thanks
0 件の賞賛
返信
287件の閲覧回数
Maotom
Contributor I
 
0 件の賞賛
返信