微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 手机设计讨论 > MTK手机平台交流 > How to disable thermal throttling.

How to disable thermal throttling.

时间:10-02 整理:3721RD 点击:

[DESCRIPTION]

For many high temperature test, you should turn thermal off first.

[SOLUTION]

Disable thermal throttling?
方式1:
使用adb 命令,需具备root权限.
adb shell “/system/bin/thermal_manager /etc/.tp/.ht120.mtc”
备注:重启后需要重新输入命令,否则会失效.
方式2:
请先把手机里面的/system/etc/.tp/下面的.ht120.mtc拉出来,重新命名为thermal.conf
然后再替换到/system/etc/.tp/,把原本的thermal.conf替换掉.
然后需要重启才能够生效.
备注:系统默认起来后,就会读取thermal.conf这个配置文件. 重启后依旧会生效.
方式3:


How to confirm thermal off:
L版本:
Cat /proc/driver/thermal/tzcpu
KK版本:
Cat /proc/mtktscpu/mtktscpu
[tscpu_read]1--->为1,代表总共绑定1个cooler, 也就是mtktscpu-sysrst说明thermal已经被关闭
.
trip_0=117000 0 mtktscpu-sysrst
trip_1=100000 0 mtk-cl-shutdown00
trip_2=62000 0 cpu_adaptive_0
trip_3=75000 0 no-cooler
trip_4=65000 0 no-cooler
trip_5=55000 0 no-cooler
trip_6=45000 0 no-cooler
trip_7=35000 0 no-cooler
trip_8=25000 0 no-cooler
trip_9=15000 0 no-cooler

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top