> ## Documentation Index
> Fetch the complete documentation index at: https://qualcomm-3.mintlify.site/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-3/gHCjmHHn0mCw4aoT/Tools/Qualcomm-Launcher/images/configure-login.png?fit=max&auto=format&n=gHCjmHHn0mCw4aoT&q=85&s=bdf099cda08bb8be174a87b7017a0266" 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-3/gHCjmHHn0mCw4aoT/Tools/Qualcomm-Launcher/images/ssh-access.png?fit=max&auto=format&n=gHCjmHHn0mCw4aoT&q=85&s=996edff6781147d2a41ca0bae4ab1d45" 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-3/gHCjmHHn0mCw4aoT/Tools/Qualcomm-Launcher/images/wifi-network-selection.png?fit=max&auto=format&n=gHCjmHHn0mCw4aoT&q=85&s=f3b9e172e94166efb002b40f86e49cf9" 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-3/gHCjmHHn0mCw4aoT/Tools/Qualcomm-Launcher/images/setup-complete.png?fit=max&auto=format&n=gHCjmHHn0mCw4aoT&q=85&s=faf8af2af05d4a24da046c3499990909" 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>
