Part Number:SK-AM62Other Parts Discussed in Thread: AM625
你好:
想在linux中查看cpu的频率,在base-image安装的linux中并没有k3conf工具,如何让获取安装?
是否可以通过安装cpufrequtils这种通用工具查询cpu频率
谢谢!
Shine:
hao teng said:想在linux中查看cpu的频率,在base-image安装的linux中并没有k3conf工具,如何让获取安装?
https://git.ti.com/cgit/k3conf/k3conf/tree/README.md
hao teng said:是否可以通过安装cpufrequtils这种通用工具查询cpu频率
可以用$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq查看CPU频率。https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/08_06_00_42/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Power_Management/pm_dvfs.html
,
hao teng:
你好:
使用8.6的SDK,linux-rt-5.10中/cpu0下没有可以查询的cpufreq文件,是否只有在编译kernel通过make menuconfig 配置
CPU Frequency Scalin在linux中才会有cpu0/cpufreq/scaling_cur_freq
,
Shine:
也有。By default, cpufreq, the cpufreq driver, and all of the standard governors are enabled with the ondemand governor selected as the default governor.https://software-dl.ti.com/processor-sdk-linux-rt/esd/AM62X/09_00_00_03/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Power_Management/pm_dfs.html
,
hao teng:
你好:
使用ti-processor-sdk-linux-rt-am62xx-evm-08.06.00.42,通过SD卡刷入ti-default-image和base-image,都没有看到有cpufreq,但是ti-default-image通过/proc/cpuinfo可以查询到cpu的频率
,
Shine:
hao teng said:通过SD卡刷入ti-default-image和base-image,都没有看到有cpufreq
请问是系统没有起来吗?
,
hao teng:
系统已经运行,只是在系统中并没有找到cpu0/cpufreq/scaling_cur_freq
,
Shine:
抱歉,我看到内部有个工程师的回复,目前是不支持的。
CPUFREQ is not supported for AM62A yet.
,
hao teng:
你好:
我使用的SK-AM62 E3 应该是AM625芯片,linuxSDK是8.6,linux-5.10,内部也不支持的是么?只可以使用K3config?
可以通过make menuconfig 修改启用cpufreq么?
,
Shine:
我看到目前使用K3confighttps://e2e.ti.com/support/processors-group/processors/f/processors-forum/1224872/am625-cpu-processing-speed/4645877