This guide covers system interaction on Ubuntu, using the Innodisk-ported image tracked in iQ-ubuntu__manifest.
Prerequisite: flash an Innodisk-provided Ubuntu image via the Q911 Image Flashing Guide, then complete Prepare Required Items and Power On in the Q911 Quick Start Guide.
After the system boots, you can access the platform using one of the following methods:
- DisplayPort monitor
- SSH over Ethernet
- ADB over USB Type-C (Not supported on Ubuntu)
- UART Debug Console
| Usage Method | Login Required |
|---|---|
| Desktop | Yes |
| SSH | Yes |
| ADB | Not supported |
| UART | Yes |
Notice: Ubuntu does not bring up Ethernet on first boot. Before any network operation, install the
iq-ubuntu*.debpost-flash networking package — install steps in the iQ-ubuntu__manifest debian package part.
Username: ubuntu
Password: ubuntu- Connect the DP display and USB keyboard/mouse. Then power on the system (see Power On).
-
After the device boots up, you should see the output displayed on the DisplayPort (DP) monitor. In Ubuntu, you can interact with the system just as you would on a standard amd64 Ubuntu installation.
Note: If networking is unavailable on first login, install the
iq-ubuntu*.debpackage — see First-Boot Network Setup above.
- Connect an Ethernet cable and ensure that the device is reachable over the network. Then power on the system.
-
After the device boots up, you can access the device via SSH from any machine on the same network. Use the following command to connect to Ubuntu:
ssh ubuntu@<target device ip address>
Note: ADB is not supported on Ubuntu. Use DP, SSH, or UART instead.
💡 Tip: You can refer to the Qualcomm guide on setting up a debug UART for detailed instructions on how to connect using minicom.
- Connect the USB-to-TTL serial adapter to the UART pins on the bottom side of the board. Then power on the system.
💡 Tip: Set your serial terminal to 115200 baud, 8 data bits, no parity, 1 stop bit, no flow control
- After the device boots up, you will see a screen similar to the one shown below.







