02-K1-Quick_Start_Guide
Last updated
Last updated
This guide is designed to assist users in quickly getting started with the motherboard, covering topics such as powering on the board, connecting a display, using the debug serial port, ADB, and setting up 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 introduces the power supply methods for each board and the signs of normal board startup.
The K1 motherboard only supports 12V power supply. The power supply method is through a DC12V socket, and the motherboard is powered by connecting a 12V power adapter.
Actual wiring diagram
The development board is equipped with 2 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 indicator flashes continuously, it indicates that the kernel is running normally. Additionally, the system heartbeat indicator can be controlled for other functions as described below.
Plug in the DC12V power supply to board.
checking the status of the two LED lights:
The power indicator should be constantly ON after powered on. If it keeps off, check if there are any abnormalities in the power supply section.
The heartbeat indicator should keep blinking after the kernel starts. If not, the system may be running abnormally.
All display interfaces on the KICKPI development board are used with the corresponding display adapter boards. The adapter boards will be pre-connected and shipped when you purchase the display.
The K1 is default compatible with LVDS 7-inch screens, MIPI 5-inch, 8-inch, and 10.1-inch screens sold by KICKPI.
Wiring method:
The K1 board is designed with one eDP screen interface.
The motherboard is equipped with an HDMI OUT display interface. The interface type is HDMI Type-A, which supports hot-plugging.
The default username and password 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 conditions of the system. The debug serial port is sometimes also referred to as the console port or the 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 one is VCC
, the green one is TX
, the white one is RX
, and the black one is GND
. VCC
is not needed actually.
The same applies to other debug tool cables. Only connect TX, RX, and GND.
Viewing the DEBUG Pins
Each model of the motherboard is equipped with a DEBUG serial port, which is located in the 20PIN/40PIN pins section. You can locate the DEBUG port in the Expansion Pins section of the hardware introduction for each model of the motherboard in the motherboard introduction. Additionally, the location is 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
.
UART_RX_DEBUG
TX
UART_TX_DEBUG
RX
GND
GND
Downloading the 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 link : https://mobaxterm.mobatek.net/
Mobaxterm Setup 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, after connecting the power supply, the power-on green light may be dim or not remain constantly on, and the system startup may also be abnormal.
Solution: This is generally a power supply issue. Please check if 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 if the wiring is correct and if the backlight is lit normally.
Solution:
When using Mobaxterm software or other serial port tools to connect to the serial port, you may find that the serial port displays garbled characters or can only display but cannot be written to.
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 is incorrect.
Solution: Please confirm if the relevant account exists and if 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 in the documentation that allows users to interact with the computer system through text commands. Users can perform operations (such as file management, program execution, and system configuration) by entering specific instructions, rather than relying on the graphical user interface (GUI) for mouse clicks and visual operations.
Examples of command-line consoles:
For the Android system, you can use the serial port or adb shell to use the command-line console.
For the Debian system, you can use the serial port, adb shell, ssh, etc., to use the command-line console.
For the Ubuntu system, you can use the serial port, adb shell, ssh, etc., to use the command-line console.
The K1 motherboard has display interfaces. The number of interfaces and the default compatible display types can be found in the section. You can connect display peripherals as needed.
LVDS/MIPI 0 interface:
LVDS/MIPI 1 interface:
eDP interface:
The K1 Android/Debian system supports the use of the ADB function. For details, refer to the .
The K1 supports the use of the SSH function. For details, refer to .
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 software needs to be burned for corresponding screens.)