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

# Get started with Ethernet

Before you begin:

> * See [Qualcomm Linux Flash Guide](https://dragonwingdocs.qualcomm.com/Key-Documents/Flash-Guide) for common infrastructure setup and build workflows.
> * Flash the corresponding [configuration data table](https://dragonwingdocs.qualcomm.com/Key-Documents/Software-Release-Notes/release-specific-information) (CDT) on the device to ensure that the correct configuration is used for [Ethernet bring up](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/bring-up-ethernet).

The following figure shows the workflow to get started with Ethernet functionality on your device.

<Frame caption="Qualcomm Linux Ethernet workflow">
  <img src="https://mintcdn.com/qualcomm-prod/h7j64QujhJHkLxyj/Technologies/Ethernet/media/qli-ethernet/eth-dev-workflow.svg?fit=max&auto=format&n=h7j64QujhJHkLxyj&q=85&s=53f873c9c87ae7cccb6b08fd25451fdc" alt="Qualcomm Linux Ethernet workflow" width="1068" height="136" data-path="Technologies/Ethernet/media/qli-ethernet/eth-dev-workflow.svg" />
</Frame>

## **Set up an SSH connection**

To enable SSH and connect to the device, do the following:

1. Perform the steps mentioned in [Sign in using SSH](https://dragonwingdocs.qualcomm.com/Key-Documents/Flash-Guide/how-to-sign-in-with-ssh) to enable SSH.
2. Connect to the device.
   ```text theme={null}
   ssh root@<device_IP_address>
   ```
   For example:
   ```text theme={null}
   ssh root@10.92.160.222
   ```
3. Enter the following password to connect to the SSH shell.
   ```text theme={null}
   oelinux123
   ```

## **Next steps**

> * [Learn about Ethernet architecture](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/ethernet-architecture)
> * [Bring up Ethernet](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/bring-up-ethernet)
> * [Perform Ethernet operations](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/perform-ethernet-operations)
> * [Configure Ethernet features](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/configure-ethernet-features)
> * [Troubleshoot Ethernet issues](https://dragonwingdocs.qualcomm.com/Technologies/Ethernet/troubleshoot-ethernet-issues)

<Tooltip tip="Previous:  Ethernet overview" />\\
