Required hardware
Set up the serial console
The Qualcomm® Linux development kits expose a debug UART over a USB-to-serial adapter. The serial console is the primary channel for inspecting early-boot messages, kernel panics, and U-Boot/UEFI output before the network stack is available.Install a terminal emulator
Connect the USB-to-serial adapter
Plug the adapter into the host and identify the device node:dialout group if permission is denied:
Open the serial console
Qualcomm Linux development kits use 115200 baud, 8N1, no hardware flow control:To exit minicom, press Ctrl-A then X. To disable hardware flow control,
open minicom settings with Ctrl-A O → Serial port setup and set Hardware
Flow Control to No.
picocom:
Set up fastboot and ADB
Fastboot is used to flash kernel images; ADB provides shell access after the device has booted.Install platform tools
Enter fastboot mode
After powering on the device, select Volume Down. The serial console shows:The exact button combination varies by board. Refer to your development kit’s
hardware documentation if the above does not work.

