# 入门指南

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

此信息说明如何开始使用 Qualcomm Linux 平台开发软件。在开始之前，按照 [Qualcomm Linux 编译指南](https://docs.qualcomm.com/bundle/publicresource/topics/80-70014-254Y/introduction.html)中所述搭建基础架构。本指南还提供有关常见编译工作流程的信息。

## 准备性能编译版本

必须在 Permissive 模式下启用 SSH 才能安全地访问您的主机设备。相关指令，可参见 [SSH 使用指南](https://docs.qualcomm.com/bundle/publicresource/topics/80-70014-254Y/how_to.html#how-to-ssh-)

Qualcomm Linux 编译版本是默认的性能编译版本。对于任何功率测量，建议使用性能编译版本。

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

kernel_platform/kernel/arch/arm64/configs/qcom_defconfig
    kernel_platform/kernel /arch/arm64/configs/qcom_addons.configCopy to clipboard

内核配置在源代码内核 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"Copy to clipboard

**Parent Topic:** [功耗管理](https://docs.qualcomm.com/doc/80-70014-30Y/topic/powermanagement.html)

Last Published: Aug 20, 2024

[Previous Topic
概述](https://docs.qualcomm.com/bundle/publicresource/80-70014-30Y/topics/poweroverview.md) [Next Topic
架构](https://docs.qualcomm.com/bundle/publicresource/80-70014-30Y/topics/architecture.md)