10-System image burning
1. mirror burning
The development board is factory-default burned with an image. If there is no need to change the system, this step can be skipped directly and the system can be started.
Download preparation tool
Mirror burning, the preparation tool is as follows
Mirror burning, you must download the USB driver and mirror burning tool
System image, you can choose to download according to actual needs, or compile through the SDK by yourself
Install the USB driver
USB drive network disk path
Get image file
The image file can be obtained in the following two ways: network disk download and SDK compilation
SDK compilation detailed steps reference document [SDK source code compilation] (11-SDK source code compilation .md)
Mirror file network disk directory:
Install the mirror burning tool
Mirror burning tool network disk directory
After downloading the mirror burning tool through the network disk, unzip the folder and get the following directory list
Please read the power builder documentation carefully for tool use.
Modify the mirror burning tool language (optional)
The default mirror burning tool is the Chinese interface, which can be modified to the English interface as follows
Open burning tool
The burning tool interface is as follows
The development board enters burn mode (Pic)
Burn the image, the development board must enter the burn mode. The burn mode of the Rockchip platform includes LOADER mode and Maskrom mode.
LOADER mode, often used for full image burning, partition burning can be
Maskrom mode, often used to force burning images after system damage
The buttons can be viewed through the KICKPI-Hardware Introduction, Development Board Information section
Operation steps:
Open the burning tool on the Windows computer (refer to the above instructions to install the burning tool)
Development board OTG interface, connection, computer USB interface
Keep pressing and holding the RECOVERY button, and connect the DC power supply interface for power-on operation (if it has been powered on, you can press the reset button for reset operation)
Check whether the mirror burning tool recognizes the Loader device/Maskrom device normally
If the device is recognized normally, you can release the RECOVERY button, otherwise repeat the above steps and try a few more times
Enter Maskrom mode, repeat the operation steps, and pay attention to step 3. Long press the MASKROM button on the back of the board, not the RECOVER button.
Burn mirror image
Burning mirrors is divided into complete mirror burning and partition mirror burning
Complete mirror burning, often used for flashing, or replacing different systems with development boards
Partition image burning is often used in the debugging stage. The function of each partition must be clarified before burning, otherwise it will cause system damage
Burn the full mirror
Operation steps:
The burning tool successfully recognizes the board device (if it cannot be recognized, return to the previous step to confirm the operation)
Enter the full mirror burning page
Select the mirror path Step 4 Start burning the image
Check the burning log, and automatically restart and enter the system after successful burning
Burn partition image
Operation steps:
Burn tool, successfully identify the board device (if not, return to the previous step to confirm the operation)
Enter the partition mirror burning page
Check the Burn partition item (be sure to check Parameter)
Select the mirror path Step 5 Start burning the image
Check the burning log, and automatically restart and enter the system after successful burning
2. system start-up
Linux system login user password
Debian system username/password: linaro/linaro
Ubuntu system username/password: kickpi/kickpi
Graphical desktop login
Default automatic login kickpi user
The graphic desktop relies on the display device, and needs to be connected to HDMI or LCD before booting.
Debugging serial port login
Default automatic login ROOT user
The ROOT user does not set a password by default. You can configure the ROOT password with the following commands
Last updated