How to check i.MX7D ARM frequency

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

How to check i.MX7D ARM frequency

ソリューションへジャンプ
695件の閲覧回数
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 解決策
510件の閲覧回数
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 返信
511件の閲覧回数
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 件の賞賛
返信