02-K3-Quick_Start_Guide
Last updated
Last updated
This guide is designed to help users quickly get started with the motherboard, covering topics such as powering on the board, connecting the display, using the debug serial port, ADB, and SSH connections.
SDK$
: Represents the source code path.
console$
: Generally refers to the motherboard's command-line console.
ADB$
: Android Debug Bridge command-line tool, generally refers to an environment where ADB can be run.
Currently, all series of boards are set to boot automatically upon power-on by default. The following describes the power supply methods for each board and the signs of normal board startup.
The K3 only supports 12V power supply through a DC12V socket. Connect a 12V power adapter to the motherboard to supply power.
The development board is equipped with two LEDs:
The green LED is the power indicator, which is normally on when powered on. The blue LED is the system heartbeat indicator. If the heartbeat LED flashes continuously, it indicates that the kernel is running normally.
In addition, the system heartbeat LED can be controlled for other functions as described below.
Plug in the DC12V power circular output interface to power on the board.
Initially judge the running status of the development board based on the status of the two LEDs:
The power indicator should be on when powered on. If it is not on, check the power supply section for abnormalities.
The heartbeat LED should flash continuously after the kernel starts. If it does not flash, the system may be running abnormally.
The display interfaces on the KICKPI development board are all used with the corresponding display adapter boards. The adapter boards will be pre-connected and shipped when you purchase the display.
The K3 is compatible with the LVDS 7-inch screen, MIPI 5-inch, 8-inch, and 10.1-inch screens sold by KICKPI by default.
Dual LVDS data interface
LVDS power supply voltage selection, options are 3.3V, 5V, and 12V. You must select the corresponding voltage according to the specification sheet; otherwise, the screen may not light up or may be damaged.
LVDS backlight power supply interface
The default usernames and passwords for different systems are as follows:
Debian
linaro
linaro
Debian
root
Ubuntu
kickpi
kickpi
Ubuntu
root
The root password is not set by default and needs to be set manually.
Example:
The debug serial port is a UART port on the motherboard, mainly used during the development and debugging phases to help developers understand the internal working status of the system. The debug serial port is sometimes also called the console port or debug terminal.
Baud rate: 1500000
The USB-to-UART cable connected to the socket also needs to support a baud rate of 1500000 for normal communication.
Debug Serial Cable Description
The currently provided debug serial cable has four wires: red for VCC
, green for TX
, white for RX
, and black for GND
. Generally, there is no need to connect the VCC
wire.
The same principle applies to other debug tool cables. Only connect TX, RX, and GND.
Viewing DEBUG Pins
Each model of the motherboard has a DEBUG debug serial port, which is located in the 20PIN/40PIN pins. You can view the location of the DEBUG port in the Expansion Pins section of the hardware introduction for each model of the motherboard in the motherboard introduction. The location is also marked with silkscreen on the front and back of the board.
Connecting the Debug Serial Port of the Development Board
Connect the TX
of the debug cable to the RX
of the motherboard, the RX
of the debug cable to the TX
of the motherboard, and the GND
of the debug cable to the GND
of the motherboard. There is no need to connect the VCC
wire.
UART_RX_DEBUG
TX
UART_TX_DEBUG
RX
GND
GND
Downloading Serial Assistant Software
There are many free/commercial serial assistant tools, no need to use a special one, you can choose the one you preferred. Here we use Mobaxterm as an example.
Mobaxterm software download address: https://mobaxterm.mobatek.net/
Mobaxterm Operation Steps
Open Mobaxterm and click the "Session" button to create a new session window.
In the session type list, select "Serial".
Select the serial port COM index, which can be retrieved by checking the Windows System Device Manager -> COM and LPT.
Set the serial port baud rate to 1500000.
Click "OK" to start the session window.
When the motherboard is connected to multiple peripherals, resulting in high power consumption, the power-on green LED may be dim or not stay on constantly after the power is connected, and the system startup may also be abnormal.
Solution: This is generally a power supply issue. Check whether the power consumption of the corresponding power supply is sufficient to support the power supply of the connected peripheral modules.
If the MIPI screen fails to display, check whether the wiring is correct and whether the backlight is lit normally.
Solution:
When using Mobaxterm software or other serial port tools to connect to the serial port, you may encounter issues such as garbled characters in the serial port or being able to display but not write.
Solution: This is generally because the debug serial port tool does not support a baud rate of 1500000. It is recommended to use a debug serial port tool that supports a baud rate of 1500000.
When logging in via ssh, the password may be incorrect.
Solution: Please confirm whether the relevant account exists and whether the password is correct. You can use the following command to change the user password:
Example:
The command-line console generally refers to an operating interface that allows users to interact with the computer system through text commands in the documentation. Users can execute operations (such as file management, program execution, system configuration, etc.) by entering specific instructions, rather than relying on graphical user interface (GUI) mouse clicks and visual operations.
Examples of command-line consoles:
For the Android system, you can use the serial port or adb shell to access the command-line console.
For the Debian system, you can use the serial port, adb shell, or ssh to access the command-line console.
For the Ubuntu system, you can use the serial port, adb shell, or ssh to access the command-line console.
The display interfaces available on the K3 motherboard can be found in the section, which shows the number of interfaces and the types of displays they are compatible with by default. You can choose to connect display peripherals as needed.
LVDS/MIPI interface:
The K3 Android/Debian system supports the use of the ADB function. For details, see the .
The K3 supports the use of the SSH function. For details, see .
If the backlight is not lit, check the wiring. If the backlight is lit, check the software. (The K7 V1.2 does not support automatic MIPI screen recognition yet. Different software needs to be flashed for different screens.)