How to clock i.MX53 in maximum possible frequency in android?

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

How to clock i.MX53 in maximum possible frequency in android?

1,268件の閲覧回数
Mats1z
Contributor III

Normally frequency scaling is manged by scaling governors. By default the active scaling governor in r10.2 BSP is "userspace".

  • the  max freq is   1000000Hz
  • the  min freq is    400000Hz
  • the current freq is 400000Hz

I changed the scaling governor to "performance" so that processor operates at max possible freq ie. 1GHz. But still current freq is 400Mhz. I checked the active scaling governor it is "performance".


How can we set the processor operating freq to get max performance?

ラベル(2)
0 件の賞賛
返信
1 返信

970件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

As you want the Android to run at max., have you try to disable the DVFS?

Or you can try to modify the dvfs by refering this https://community.freescale.com/message/314988#314988