# 入门指南

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

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

## 设置 UART/SSH

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

### About this task

要设置调试通用异步收发器 (UART) 和 Wi-Fi，以及连接到 SSH，参见 [使用 SSH](https://docs.qualcomm.com/bundle/publicresource/topics/80-70015-254/how_to.html#use-ssh)。

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

## 设置 WLAN MAC 地址

Source: [https://docs.qualcomm.com/doc/80-70015-14SC/topic/get_started.html](https://docs.qualcomm.com/doc/80-70015-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: Nov 21, 2024

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