# 温控

温度管理对于将设备的结温和表面温度控制在合理范围内至关重要。当温度处于指定阈值范围内时，设备运行效率最高。

- [温控管理概述](https://docs.qualcomm.com/doc/80-70018-30SC/topic/thermal-overview.html)
温控管理是一个可配置的框架，可用于控制整个设备的温度，确保设备的可靠性。它有助于将设备的结温和表面温度保持在规定的限值内，即使在运行高工作负载的应用程序时也是如此。
- [温控管理入门指南](https://docs.qualcomm.com/doc/80-70018-30SC/topic/get-started-thermal.html)
本节介绍如何在 Qualcomm Linux 上开发软件。确保在编译软件之前搭建基础架构。有关搭建基础架构的更多信息，参见 [Qualcomm Linux 编译指南](https://docs.qualcomm.com/bundle/publicresource/topics/80-70018-254/introduction.html)。本指南还提供有关常见编译工作流程的信息。
- [了解温控架构](https://docs.qualcomm.com/doc/80-70018-30SC/topic/thermal-architecture.html)
温控架构展示了 Qualcomm Linux 的温控框架如何与温度传感器 (Tsens) 硬件、cooling-map 接口和用户空间客户端交互。
- [了解温控接口](https://docs.qualcomm.com/doc/80-70018-30SC/topic/thermal-interfaces.html)
温控架构包括 `sysfs` 接口，该接口读取 thermal zone 配置并对 CPU 采取降温操作。用户空间客户端使用 `sysfs` 接口与 cooling map 接口通信。
- [配置新的 thermal zone](https://docs.qualcomm.com/doc/80-70018-30SC/topic/customize.html)
要使产品或应用达到最佳性能，定制和控制其温控行为至关重要。您可以为新添加的外部热敏电阻配置新的 thermal zone，以控制 Qualcomm Linux 的表面温度。
- [使用 ftrace 方法进行调试](https://docs.qualcomm.com/doc/80-70018-30SC/topic/thermal-debug.html)
温控日志有助于了解 thermal zone 的活动配置以及现有的温控调节级别。要检索温控配置和活动调节级别，可使用 ftrace 日志。

Last Published: Oct 23, 2025

[Previous Topic
调试高休眠电流](https://docs.qualcomm.com/bundle/publicresource/80-70018-30SC/topics/debug.md) [Next Topic
温控管理概述](https://docs.qualcomm.com/bundle/publicresource/80-70018-30SC/topics/thermal-overview.md)