# 温控管理工作流入门

> 
> 
> 要使用 Qualcomm Linux 开发软件，请搭建主要用于评估温控管理的编译环境。

1. 搭建编译环境。

> 
> 
> 按照 [Qualcomm Linux 编译指南](https://docs.qualcomm.com/bundle/publicresource/topics/80-70022-254/introduction.html)中所述的步骤配置您的编译环境。

2. 使用 SSH 登录。有关说明，请参阅[使用 SSH 登录](https://docs.qualcomm.com/bundle/publicresource/topics/80-70022-254/how_to.html#use-ssh)。
3. 准备性能编译版本。

> 
> 
> - 默认的 Qualcomm 编译版本是性能编译版本。若要评估温控测量，请使用性能编译版本。
>     - 性能编译版本采用源代码中下列内核配置片段：
> 
> 
> 
> > 
> > 
> > `kernel_platform/kernel/arch/arm64/configs/qcom_defconfig`
> > 
> > 
> > `kernel_platform/kernel /arch/arm64/configs/qcom_addons.config`
> > 
> > 
> > 这些内核配置在源代码内核配方中定义，路径为：
> > 
> >         - 基础 BSP：`layers/meta-qcom-hwe/recipes-kernel/linux/linux-qcom-base_6.6.bb`
> >         - 定制 BSP：`layers/meta-qcom-hwe/recipes-kernel/linux/linux-qcom-custom_6.6.bb`
4. 在以下位置验证源代码内核配方中的内核配置：

KERNEL_CONFIG ??= "qcom_defconfig"
    KERNEL_CONFIG_FRAGMENTS:append = " ${S}/arch/arm64/configs/qcom_addons.config"
    Copy to clipboard

## 后续步骤

- [温控架构](https://docs.qualcomm.com/doc/80-70022-30SC/topic/thermal-architecture.html#thermal-architecture)

Last Published: Nov 02, 2025

[Previous Topic
温控管理概述](https://docs.qualcomm.com/bundle/publicresource/80-70022-30SC/topics/thermal-overview.md) [Next Topic
温控架构](https://docs.qualcomm.com/bundle/publicresource/80-70022-30SC/topics/thermal-architecture.md)