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

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

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

1,263 次查看
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 回复

965 次查看
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