> ## Documentation Index
> Fetch the complete documentation index at: https://dragonwingdocs-staging.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 开始使用以太网

开始之前：

> * 有关通用基础设施设置和构建工作流，请参阅 [Qualcomm Linux Flash Guide](https://dragonwingdocs.qualcomm.com/zh/Key-Documents/Flash-Guide/obtain-prebuilts)。
> * 在设备上烧写相应的[配置数据表](https://dragonwingdocs.qualcomm.com/Key-Documents/Software-Release-Notes/release-specific-information)（CDT），以确保[以太网启用](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/bring-up-ethernet)使用正确的配置。

下图展示了在设备上开始使用以太网功能的工作流。

<Frame caption="Qualcomm Linux 以太网工作流">
  <img src="https://mintcdn.com/qualcomm-staging/uWQLnBcS9sxlZhgB/Technologies/Ethernet/media/qli-ethernet/eth-dev-workflow.svg?fit=max&auto=format&n=uWQLnBcS9sxlZhgB&q=85&s=f9dae017da479d83492dae164e500c7c" alt="Qualcomm Linux 以太网工作流" width="1068" height="136" data-path="Technologies/Ethernet/media/qli-ethernet/eth-dev-workflow.svg" />
</Frame>

## **设置 SSH 连接**

要启用 SSH 并连接到设备，请执行以下操作：

1. 执行[使用 SSH 登录](https://dragonwingdocs.qualcomm.com/Key-Documents/Flash-Guide/how-to-sign-in-with-ssh)中提及的步骤以启用 SSH。
2. 连接到设备。
   ```text theme={null}
   ssh root@<device_IP_address>
   ```
   例如：
   ```text theme={null}
   ssh root@10.92.160.222
   ```
3. 输入以下密码以连接到 SSH shell。
   ```text theme={null}
   oelinux123
   ```

## **后续步骤**

> * [了解以太网架构](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/ethernet-architecture)
> * [启用以太网](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/bring-up-ethernet)
> * [执行以太网操作](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/perform-ethernet-operations)
> * [配置以太网功能](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/configure-ethernet-features)
> * [排查以太网问题](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/troubleshoot-ethernet-issues)

<Tooltip tip="上一页：以太网概述" />\\
