How to check i.MX7D ARM frequency

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

How to check i.MX7D ARM frequency

跳至解决方案
838 次查看
felixhsu
Contributor III

Hi All

The i.MX7D have multiple power modes, how to check each power mode ARM frequency by Hardware or software, thanks.

标签 (1)
0 项奖励
回复
1 解答
653 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Felix

use the following command to view the current CPU frequency in KHz:
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
please check Chapter 23 CPU Frequency Scaling (CPUFREQ) Driver attached Linux Manual
use register CCM_ANALOG_CLK_MISC0, field LVDS1_CLK_SEL, selects the clock to be routed to anaclk1/1b :
0x00 - Arm PLL;

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
654 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Felix

use the following command to view the current CPU frequency in KHz:
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
please check Chapter 23 CPU Frequency Scaling (CPUFREQ) Driver attached Linux Manual
use register CCM_ANALOG_CLK_MISC0, field LVDS1_CLK_SEL, selects the clock to be routed to anaclk1/1b :
0x00 - Arm PLL;

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复