Skip to main content
After flashing Qualcomm Linux, use this page to bring the device up. Start with the debug serial console to log in and verify the software version. From there, choose one of the following connectivity options based on your setup:
If you have not flashed the device yet, start with Update software.

Set up the debug UART

The debug UART gives you a serial console into the device, your primary way to log in and check the device after flashing.
  1. Connect one end of a micro-USB cable to the micro-USB port on the IQ-8275 EVK.
  2. Connect the other end to your host computer.
Micro-USB port location
  1. Open the serial console for your host OS:
Install screen:
List the serial devices:
Sample output:
The IQ-8275 EVK’s onboard adapter exposes four serial devices; the main console is the second one (/dev/ttyUSB1). Open it at 115200 baud:
  1. Press Enter to bring up the login prompt, then sign in:
    • Username: root
    • Password: oelinux123

Verify the software version

Confirm the device is running Qualcomm Linux:
Expected output:
Check the kernel version:
Expected output:
If the version doesn’t match, or you can’t reach a login prompt at all, the image is missing or outdated. Go back to Update software and flash the latest Qualcomm Linux.

Connect to the device

Choose one of the options below. All three require the UART console for the initial setup commands (see Set up the debug UART). After the first setup, USB (ADB) gives you a direct USB shell; Wi-Fi and Ethernet let you connect over SSH.
ADB (Android Debug Bridge) gives you a USB shell into the device. Because adbd is disabled by default, you need to enable it once via UART before ADB will work.1. Install ADB on your host:
Verify:
2. Enable adbd on the device (one-time, from the UART console):
3. Connect and open a shell:Connect a USB Type-C cable from your host to the device.USB Type-C port location
Sample output:

Connect a display

Connect a monitor to DisplayPort0 (JEDP0) or JEDP1 on the EVK using an active Mini DisplayPort-to-DisplayPort cable (included in the box), or an active Mini DisplayPort-to-HDMI adapter (not included).
Display output works only through the DisplayPort connectors. There is no display output through the USB Type-C ports.
Mini-DisplayPort to DisplayPort cable Power on the device and verify the display shows the expected startup output.

Connect Bluetooth peripherals

Use bluetoothctl to pair and connect a Bluetooth keyboard or mouse.
  1. Open the Bluetooth manager:
  2. Power on and start scanning:
  3. Wait for your device to appear and note its MAC address:
  4. Pair, trust, and connect:
  5. Stop scanning and exit:
The device reconnects automatically on future boots. For full Wi-Fi and Bluetooth details, see Wi-Fi and Bluetooth.

SBC (Single Board Computer) mode

To use the EVK as a standalone computer with a keyboard, mouse, and monitor: SBC example connection
  • Power: connect the 12 V adapter.
  • Serial console: micro-USB to your host for UART logs (optional once set up).
  • USB hub: connect a powered USB hub to a USB Type-C port for multiple peripherals.
  • Keyboard & mouse: plug into the USB hub.
  • USB camera: connect to the USB hub (must be UVC-compliant).
  • MIPI camera: attach to a MIPI CSI connector on the board.
  • Display: Mini DisplayPort to DisplayPort cable, or an active Mini DisplayPort-to-HDMI adapter.

IQ8275-AC (20 TOPS) Simulation

The AC SKU Simulation feature allows a IQ8275 AA SKU hardware platform to operate with the frequency and feature configuration of the IQ8275 AC SKU. The simulation is enabled through a single OEM configuration property in the QTEE devcfg file — no firmware source changes or rebuild of TZ core components are required. When to use this feature:
  • Bring-up and validation of IQ8275 AC SKU software on AA SKU hardware boards before AC SKU silicon is available.
  • Testing AC SKU frequency and feature configurations in a pre-production environment.
Supported simulation:
NoteThis feature is intended for pre-production use only. It must be disabled (0) on all production devices.
Usage

Step 1: Open the OEM configuration file

Step 2: Locate the OEM_softsku_sim_config property

The property is located under the /tz/oem device node:

Step 3: Enable AC SKU simulation

Change the value from 0 to 3 to enable IQ8275 AC SKU simulation:

Step 4: Rebuild and flash

Rebuild the DevCfg image for IQ8275 and flash to the target board:
Build instructions for DevCfg image can be found at https://dragonwingdocs.qualcomm.com/System/Security/enable-device-configurations-from-qualcomm-tee. Flash the updated DevCfg binaries: Updated DevCfg image can be flashed using the fastboot command
Full build flashing instructions can be found at https://dragonwingdocs.qualcomm.com/Key-Documents/Flash-Guide/flash-with-qdl. Disabling Simulation (Production) To disable simulation and restore normal hardware SKU detection, set the property back to 0:
Rebuild and reflash. If the property is absent from the file, the driver defaults to 0 automatically — no simulation is applied. Important Notes
  • Production devices must have this property set to 0. Enabling simulation on production hardware may result in incorrect frequency/feature configuration.
  • This feature applies to IQ8275 only. It is not supported on other platforms in this release.
  • Only value 3 (IQ8275 AC SKU) is supported in this release. Other non-zero values are reserved for future releases and will have no effect.

Next steps