# 入门指南

Source: [https://docs.qualcomm.com/doc/80-70017-14SC/topic/get_started.html](https://docs.qualcomm.com/doc/80-70017-14SC/topic/get_started.html)

这里介绍了实现 WLAN 功能需要满足的先决条件，例如建立 Secure Socket Shell (SSH) 连接以及验证和存储介质访问控制 (MAC) 地址。在开始之前，参见 [Qualcomm Linux 编译指南](https://docs.qualcomm.com/bundle/publicresource/topics/80-70017-254/introduction.html)，了解常规基础架构搭建和编译工作流程。

## 设置 UART/SSH

Source: [https://docs.qualcomm.com/doc/80-70017-14SC/topic/get_started.html](https://docs.qualcomm.com/doc/80-70017-14SC/topic/get_started.html)

### 关于此任务

请参阅[使用 SSH 登录](https://docs.qualcomm.com/bundle/publicresource/topics/80-70017-254/how_to.html#use-ssh)，以便设置调试通用异步接收器/发送器 (UART) 和
                Wi-Fi，以及连接至 SSH。

注释： 使用安全复制协议 (SCP) 将文件传输到设备或从设备传输文件时，会出现密码提示。在密码字段中输入 `oelinux123`。

## 设置 WLAN MAC 地址

Source: [https://docs.qualcomm.com/doc/80-70017-14SC/topic/get_started.html](https://docs.qualcomm.com/doc/80-70017-14SC/topic/get_started.html)

请考虑有关 WLAN MAC 地址的以下几点：

- 默认情况下，出厂时将 WLAN MAC 地址写入网卡的一次性可编程 (OTP) 存储器中。

    如果需要，您可以使用以下命令修改 MAC 地址。在这些命令中，将 `wlanX` 替换为接口索引名称 0 或 1。例如，`wlan0` 或 `wlan1`。

        ifconfig wlanX down
        ifconfig wlanX hw ether xx:xx:xx:xx:xx:xx
        ifconfig wlanX upCopy to clipboard
- 您设置的 MAC 地址将一直保留到重新启动或下一次重启，并且优先于存储在 OTP 存储器中的出厂设置的 MAC 地址。

Last Published: Jan 23, 2025

[Previous Topic
概述](https://docs.qualcomm.com/bundle/publicresource/80-70017-14SC/topics/introduction.md) [Next Topic
功能](https://docs.qualcomm.com/bundle/publicresource/80-70017-14SC/topics/wi_fi_features.md)