imx6 ddr freq

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,675件の閲覧回数
jeffery
Contributor III

hi,friend

how to get/printf ddr freq value in uboot or kernel when booting up on android 8.0?

thanks!

ラベル(1)
0 件の賞賛
返信
1 解決策
1,548件の閲覧回数
jeffery
Contributor III

on Linux version 4.9.17 DDR_MED_CLK is not be defined! 

I cant find the relative clk macro.

thanks!

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,548件の閲覧回数
jamesbone
NXP TechSupport
NXP TechSupport

Hello,

In Uboot you need to add a line in the  board-mx6q_sabresd.c   

printf("DDR Clock : %d Hz\n", clk_get(DDR_MED_CLK);

or in the root/arch/arm/mach-mx6/bus_freq.c

0 件の賞賛
返信
1,549件の閲覧回数
jeffery
Contributor III

on Linux version 4.9.17 DDR_MED_CLK is not be defined! 

I cant find the relative clk macro.

thanks!

0 件の賞賛
返信