How to disable the DVFS function for i.MX6Q

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

How to disable the DVFS function for i.MX6Q

跳至解决方案
2,312 次查看
yuuki
Senior Contributor II

Dear all,

We run AndoridKK4.4.3 BSP on the i.MX6Q-SABRE-SDB board.

However, we have the problem that a system reboots.

When a frequency is fixed to 396MHz, it seems that the problem does not occur.

At this time, We observed the voltage of VDD_ARM_IN and VDD_ARM_CAP.
However, the voltage is stable.

We want to try disabling DVFS function.

Would you tell me the method to disable the DVFS function?

Best Regards,
Yuuki

标签 (2)
标记 (3)
0 项奖励
回复
1 解答
1,935 次查看
b36401
NXP Employee
NXP Employee

You can try this command
# echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
to disable DVFS.

Have a great day,
Victor

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

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,936 次查看
b36401
NXP Employee
NXP Employee

You can try this command
# echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
to disable DVFS.

Have a great day,
Victor

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

0 项奖励
回复