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.

[参考译文] Linux:AM335x 频率管理

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/670983/linux-am335x-frequency-management

工具/软件:Linux

您好!

我正在使用 BBB 板。 我已将 DRAM 配置为128 MIB、现在我要更改 BBB 的频率

我的 uboot 版本: u-boot v2017.1,Linux 内核版本: 4.9.0-linux-yocto   on Ubuntu 16.04

  • 我想让它在700MHz 上运行、因此我更改了"AM335x-bonebblack.dts "文件、如下所示:

CLK_McASP0_FIXED:CLK_McASP0_FIXED{

#clock-cells =<0>;
兼容="固定时钟";
/*时钟频率=<24576000>;*/

时钟频率=<7000000>;  

};


但我认为它没有改变频率、

  • 如何使 CPU 也在单核上运行?
  • 如何更改 CPU 频率?

要查看频率和其他信息、我已在  文件系统中添加命令 cpufreq-info、但它给出了以下错误。

"正在分析 CPU 0 NO 或未知的 cpufreq 驱动程序在此 CPU 上处于活动状态"

谢谢、

Amit