|
发表于 2020-11-4 09:30:03
6469 浏览 0 回复
MTK 如何获取各个thermal sensor实时温度
1、透过ADB,及SW 接口获取
user层可以通过这个路径获得CPU的温度
cat /sys/class/thermal/thermal_zone*/temp
每个thermal_zone代表的sensor,可以 cat /sys/class/thermal/thermal_zone*/type
其中* 是指的0,1,2,3,4,5........
driver层您可以调用如下sw 接口:
mediatek\kernel\drivers\thermal\mtk_thermal_monitor.c
mtk_thermal_get_temp(ID),其中ID的定义可以通过结构体MTK_THERMAL_SENSOR_ID获取
2、工程模式下
*#*#3646633#*#*
others-thermal-thermal sensors 可以获得各个sensor实时 温度
|
|
手机微信同号:13682654092
|
|
|
|
|
登录或注册
|