> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs.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`

  这些内核配置在源代码内核 recipe 中定义，位置如下：

  * 基础 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. 验证源代码内核 recipe 中的内核配置

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

## 后续步骤

* [热管理概述](overview-of-thermal-management)
