> ## 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.

# Configure the Device

> Set a password, connect to Wi-Fi, and complete initial setup after flashing.

## Prerequisites

Flashing must be complete before proceeding. If you haven't flashed yet, see [Flash the Operating System](./flash-os).

***

## Configuration steps

<Steps>
  <Step title="Reboot and open Configure Login">
    Reboot the device into the newly installed operating system, then click **Configure Login** in Qualcomm® Launcher to begin setup.

    <Frame caption="Configure Login — reboot your device to continue">
      <img src="https://mintcdn.com/qualcomm-prod/ajmq44Q1W0vLtUT4/Tools/Qualcomm-Launcher/images/configure-login.png?fit=max&auto=format&n=ajmq44Q1W0vLtUT4&q=85&s=59d82faa7eea403a8bcd48fb0aa39780" alt="Configure Login screen" width="1200" height="1100" data-path="Tools/Qualcomm-Launcher/images/configure-login.png" />
    </Frame>
  </Step>

  <Step title="Connect the MicroUSB cable">
    Connect the MicroUSB cable to your device as shown on the screen. This cable
    is used for the initial UART-based setup connection.
  </Step>

  <Step title="Set a new password">
    Once the UART connection is established (status shows **Connected**), create a new password to secure your development kit, then click **Sign In to Device**.

    <Frame caption="SSH Access — create a password and sign in">
      <img src="https://mintcdn.com/qualcomm-prod/ajmq44Q1W0vLtUT4/Tools/Qualcomm-Launcher/images/ssh-access.png?fit=max&auto=format&n=ajmq44Q1W0vLtUT4&q=85&s=27860bd2382f4a2e35138351f7c68542" alt="SSH Access screen" width="1200" height="1100" data-path="Tools/Qualcomm-Launcher/images/ssh-access.png" />
    </Frame>

    <Warning>
      Keep your device in **normal boot mode** during this step. Do not switch to EDL mode while signing in.
    </Warning>
  </Step>

  <Step title="Connect to Wi-Fi">
    Select your Wi-Fi network from the list of available networks and enter the password when prompted, then click **Configure Wi-Fi**.

    <Frame caption="Wi-Fi network selection and password entry">
      <img src="https://mintcdn.com/qualcomm-prod/ajmq44Q1W0vLtUT4/Tools/Qualcomm-Launcher/images/wifi-network-selection.png?fit=max&auto=format&n=ajmq44Q1W0vLtUT4&q=85&s=808ddd4a0c4de58e3a542f6f1efa8288" alt="Wi-Fi network selection" width="1200" height="1100" data-path="Tools/Qualcomm-Launcher/images/wifi-network-selection.png" />
    </Frame>

    <Tip>
      If your network is not listed, click **+ Add network** to add it manually.
    </Tip>
  </Step>

  <Step title="Finish setup">
    Click **Finish Setup** and verify that the **Setup Complete!** confirmation screen appears.

    <Frame caption="Setup complete — configuration summary">
      <img src="https://mintcdn.com/qualcomm-prod/ajmq44Q1W0vLtUT4/Tools/Qualcomm-Launcher/images/setup-complete.png?fit=max&auto=format&n=ajmq44Q1W0vLtUT4&q=85&s=b2eb9410c98ed304509f49ef0ceee95b" alt="Setup Complete screen" width="1200" height="1100" data-path="Tools/Qualcomm-Launcher/images/setup-complete.png" />
    </Frame>

    <Check>
      Device configuration is complete.
    </Check>
  </Step>
</Steps>

***

## Configuration summary

After setup, the **Configuration Summary** shows:

| Field                   | Value                      |
| ----------------------- | -------------------------- |
| Development Kit         | IQ-8275 Evaluation Kit Pro |
| Additional Firmware     | UFS Provision, CDT Program |
| Target Operating System | Ubuntu Server              |
| IP Address              | Assigned by your network   |
| SSH Command             | `ssh ubuntu@<ip-address>`  |

***

## Next steps

<CardGroup cols={2}>
  <Card title="Connect via SSH" icon="terminal">
    Use the SSH command from the Configuration Summary to access your device
    remotely.
  </Card>

  <Card title="Install VS Code Extension" icon="code">
    Get the full development experience with the **Qualcomm Visual Studio Code
    Extension**.
  </Card>

  <Card title="Flash a different OS" icon="arrow-rotate-right" href="./flash-os">
    Reflash the device with a different operating system image.
  </Card>
</CardGroup>
