02-K8-Quick_Start_Guide
Last updated
Last updated
This guide aims to assist users in quickly getting started with the motherboard. It covers 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 referring 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 section describes the power supply methods for each board and the signs of normal board startup.
The K8 motherboard only supports 12V power supply. The power supply method is through a DC12V socket, which powers the motherboard by connecting a 12V power adapter.
Actual wiring diagram
The development board is equipped with two LEDs:
The green LED is the power indicator, which stays lit when powered on. The blue LED is the system heartbeat indicator. If the heartbeat light flashes continuously, it indicates that the kernel is running normally. In addition, the system heartbeat indicator can be controlled for other functions as described below.
Plug in the circular output interface of the DC12V power supply to power on the board.
Initially judge the operating status of the development board through the status of the two LED lights:
The power indicator should stay lit when powered on. If it doesn't, check the power supply for any abnormalities.
The heartbeat light should flash continuously after the kernel starts. If it doesn't, the system may be running abnormally.
The display interfaces of the KICKPI development board are all used with corresponding display adapter boards. The adapter boards will be pre-connected and shipped when you purchase the display.
The K8 is default compatible with the MIPI 5-inch, 8-inch, 10.1-inch, etc. displays sold by KICKPI.
Wiring method:
The motherboard is equipped with two HDMI OUT display interfaces. The interface type is HDMI-A, which supports hot-plugging.
There is one HDMI IN display interface. The interface type is HDMI-A, which supports hot-plugging.
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 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 referred to as 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. The red wire is VCC
, the green wire is TX
, the white wire is RX
, and the black wire is GND
. Generally, there is no need to connect VCC
.
The same applies to other debug tool cables. Only connect TX, RX, and GND.
Viewing DEBUG Pins
Each model of motherboard is equipped with 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 of each model 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 VCC
.
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 opening the Windows 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 light may be dim or not stay lit after power-on, and the system may also experience abnormal startup.
Solution: This is generally a power supply issue. Please check whether the power supply has sufficient power to support the connected peripheral modules.
If the MIPI screen fails to display, check the wiring and whether the backlight is lit properly.
Solution:
When using Mobaxterm or other serial port tools to connect to the serial port, you may encounter issues such as garbled characters or being able to only 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, you may enter the wrong password.
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, as referred to in this document, generally means an operating interface that allows users to interact with the computer system through text commands. Users can perform operations (such as file management, program execution, system configuration, etc.) by entering specific instructions, rather than relying on graphical user interface (GUI) operations such as mouse clicks and visual interactions.
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, ssh, etc. to access the command-line console.
For the Ubuntu system, you can use the serial port, adb shell, ssh, etc. to access the command-line console.
The K8 motherboard has display interfaces. You can check the number of interfaces and the default compatible display types in the section. You can connect display peripherals as needed.
MIPI 0 interface:
MIPI 1 interface:
The K8 Android/Debian system supports the use of ADB. For details, refer to the .
The K8 supports the use of SSH. For details, refer to the .
If the backlight is not lit, check the wiring. If the backlight is lit, check the software. (K7 V1.2 does not support automatic recognition of MIPI screens yet. Different screens require different software to be flashed.)