This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM6442:在 AM6442上检查 A53内核频率

Guru**** 2465890 points
Other Parts Discussed in Thread: AM6442

请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1476012/am6442-checking-a53-core-frequency-on-am6442

器件型号:AM6442

工具与软件:

您好、TI:

我正在使用 AM6442处理器、在检查 A53内核频率时需要帮助。

不过、 我面临着一些挑战 .

无法使用下的标准路径访问内核频率信息 类别/sys/devices/system/cpu/cpu0/

此外 cpufreq尽管启用了必要的配置、但仍缺少条目。

启用电流配置:

CONFIG_CPU_FREQ=y  
CONFIG_CPU_FREQ_GOV_performance=y  
CONFIG_CPU_FREQ_GOV_OnDemand=y  
CONFIG_CPU_FREQ_GOV_userspace=y  
CONFIG_CPU_FREQ_GOV_PROCOVERY=y  
CONFIG_cpufreq_DT=y  

启用其他所需的 CPU 频率相关配置。

问题:

检查 AM6442上的 A53内核频率的正确方法是什么?

是否缺少启用 cpufreq 所需的任何配置或调试步骤?

如何解决这些问题

此致

Honnesh

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Honnesh:

    您使用的 Linux SDK 版本是什么? 您是否正在使用 RT Linux? RT Linux 不支持 cpufreq。

    如果您不使用 RT Linux、要查看当前的 CPU 频率、请"cat /sys/devices/system/cpu/cpufreq/policy0/cpuinfo_cur_freq "。 您还可以检查"k3conf --cpuinfo"、它适用于 RT Linux 和 Linux。

    此致、
    Anshu