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.- Connect one end of a micro-USB cable to the micro-USB port on the IQ-9075 EVK.
- Connect the other end to your host computer.

- Open the serial console for your host OS:
- Ubuntu
- Windows
- macOS
Install List the serial devices:Sample output:The IQ-9075 EVK’s onboard adapter exposes four serial devices; the main console is the second one (
screen:/dev/ttyUSB1). Open it at 115200 baud:- Press Enter to bring up the login prompt, then sign in:
- Username:
root - Password:
oelinux123
- Username:
Verify the software version
Confirm the device is running Qualcomm Linux: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 network
Bring the device online over Wi-Fi or Ethernet so you can use SSH and download artifacts.Wi-Fi
The device runs Wi-Fi in station mode. Connect withnmcli:
QualcommWiFi, password 1234567890:
Ethernet
Connect an Ethernet cable from the RJ45 port on the EVK to your network router, then read the IP address:inet in the output is the device’s IP address.
Connect over SSH
SSH gives you a network terminal into the device from your host computer.Ensure your host computer is on the same network as the device.
- Find the device IP address (from the network step above):
- Ethernet:
ip addr show end0 - Wi-Fi:
ip addr show wlp1s0
- Ethernet:
- Connect from the host:
Example:
- Enter the password
oelinux123when prompted.
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.

SBC (Single Board Computer) mode
To use the EVK as a standalone computer with a keyboard, mouse, and monitor:
- 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.


