> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs-staging.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 开始使用热管理工作流

要使用 Qualcomm Linux 开发软件,请设置主要为评估热管理量身定制的构建环境。

## 步骤

### 1. 设置构建环境

按照[使用 Yocto 从源代码构建](https://dragonwingdocs.qualcomm.com/Key-Documents/Yocto-Guide/build-qualcomm-linux)中概述的步骤配置构建环境。

### 2. 使用 SSH 登录

有关说明,请参阅[使用 SSH 登录](https://dragonwingdocs.qualcomm.com/Key-Documents/Flash-Guide/how-to-sign-in-with-ssh)。

### 3. 准备性能构建

* 默认的 Qualcomm 构建是性能构建。要评估任何热测量,请使用性能构建。
* 性能构建使用源代码中的以下内核配置片段:

  `kernel_platform/kernel/arch/arm64/configs/qcom_defconfig`

  `kernel_platform/kernel/arch/arm64/configs/qcom_addons.config`

  这些内核配置在源代码内核配方中定义,位置如下:

  * Base BSP:`layers/meta-qcom-hwe/recipes-kernel/linux/linux-qcom-base_6.6.bb`
  * Custom 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"
```

## 后续步骤

* [热管理平台支持](platform-support-thermal)
