CM-QS600: Android: Serial console connection

From Compulab Mediawiki
Revision as of 12:01, 7 August 2014 by Nadav (talk | contribs) (New page: By default, the serial console provides access to * kernel console * bootloader command line interface == Connecting to serial console == The serial console is routed, via serial to USB c...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

By default, the serial console provides access to

  • kernel console
  • bootloader command line interface

Connecting to serial console

The serial console is routed, via serial to USB converter, to (P16) mini-USB jack.
The line speed is pre-set to 115200 bps.

Below provided directions for configuring PuTTY (or its fork project KiTTY).
Notice, on Ubuntu Linux, the user running PuTTY might be required to belong to dialout user group.

  • Launch PuTTY.
  • Change the Connection type to Serial.
  • Set the following configuration options:
    • Serial line
    • Speed

PuTTY-1-options.jpg

  • From the Connection menu on the left, select Serial
  • Configure the serial line:
    • Speed (baud): 115200
    • Data bits: 8
    • Stop bits: 1
    • Parity: none
    • Flow control: none

PuTTY-2-config.jpg

  • Click Open.