# 入门指南

Source: [https://docs.qualcomm.com/doc/80-70015-30SC/topic/get-started-thermal.html](https://docs.qualcomm.com/doc/80-70015-30SC/topic/get-started-thermal.html)

本节介绍如何在 Qualcomm Linux 上开发软件。确保在编译软件之前搭建基础架构。有关搭建基础架构的更多信息，参见 [Qualcomm Linux 编译指南](https://docs.qualcomm.com/bundle/publicresource/topics/80-70015-254/introduction.html)。本指南还提供有关常见编译工作流程的信息。

## 准备性能编译版本

在 Permissive 模式下启用 SSH。相关说明，参见 [使用 SSH](https://docs.qualcomm.com/bundle/publicresource/topics/80-70015-254/how_to.html#use-ssh)。

Qualcomm Linux 的默认编译版本是性能编译版本。若要评估温控行为，请使用性能编译版本。

性能编译版本使用以下内核配置：

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

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

内核配置在源代码内核 recipe 中定义，路径为：

`layer/meta-qcom-hwe/recipes‑kernel/linux/linux-kernel-qcom_6.6.bb.`

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

**Parent Topic:** [温控](https://docs.qualcomm.com/doc/80-70015-30SC/topic/thermalmanagement.html)

Last Published: Nov 25, 2024

[Previous Topic
概述](https://docs.qualcomm.com/bundle/publicresource/80-70015-30SC/topics/thermal-overview.md) [Next Topic
架构](https://docs.qualcomm.com/bundle/publicresource/80-70015-30SC/topics/thermal%20architecture.md)