Skip to content

System Login

Account and Password

Default user and passwords for different systems are as follows:

System Username Password
Debian11 linaro linaro
Debian11 root root
Ubuntu20.04 kickpi kickpi
Ubuntu20.04 root root

MobaXterm

Board UART Pins

Before performing UART debugging, please locate the UART pins as described.

K7

  • Pinout Diagram

image-20251110100646978

  • Physical Diagram

image-20251110110647505

K7C

  • Pinout Diagram

image-20251110101840832

  • Physical Diagram

image-20251110110754769

Required Tools

  • Software: MobaXterm
  • Hardware: Serial Debug Cable

Note

Red: VCC (Do not connect); Green: TX; White: RX; Black: GND

image-20251110111232659

Connection Setup

K7

  • Schematic Diagram

82898321da0e1336f2011f6087aeccdb

K7C

  • Schematic Diagram

9bf716cccaa55801604e62e2b60e0573

MobaXterm Configuration

1. Click Session to create a new session window.

2. Select the session type as Serial.

3. Select the correct COM port number (Check in Windows Device Manager under Ports (COM & LPT)).

4. Set the Speed (bps) to 1500000.

5. Start the session.

As shown below, after clicking OK, the command line input window will open.

image-20251110105706274

With the board powered on and connected to the PC, MobaXterm will output boot information as follows.

image-20251110105820778

Once connection is successfully established, press Enter in the command line interface to input commands. You have now successfully logged into the board's console.

image-20251110110128039

ADB

The Android system supports ADB functionality. ADB (Android Debug Bridge) is a versatile command-line tool for Android development and debugging. It allows communication with a device over USB or a network for operations like app installation, file transfer, and command execution.

Required Tools

  • Hardware: USB Type-C Cable
  • Software: ADB_Tool

Hardware Setup

Connect one end of the USB Type-C cable to the board and the other end to your host PC.

KICKPI-K7

298bf0285f4dbe9fc5c669477f8bf530

KICKPI-K7C

fae73c9ec0acd217c5d14ef92756d362

ADB Installation

1. Extract the adb-tools.rar archive (e.g., to D:\ADB\adb-tools on Windows).

2. Open a Command Prompt (cmd) window and navigate to the extracted directory.

cd D:\ADB\adb-tools

3. Run the following command. A successful output confirms the installation.

adb --version

image-20251030103509920

4. Start an ADB shell session.

.\adb.exe shell