01-USB_Cable_Flashing
1. Image Flashing
The development board comes pre - flashed with an image by default. If you don't need to replace the system, you can skip this step and start the system directly.
Download Preparation Tools
The tools required for image flashing are as follows:
For image flashing, you must download the USB driver and the image burn tool.
You can choose to download the system image according to your actual needs or compile it yourself through the SDK.
Install the USB Driver
The cloud disk path of the USB driver is:
Obtain the Image File
You can obtain the image file in two ways: download from the cloud disk or compile through the SDK.
The network disk directory of the image file is:
Image name parsing:
Install the Image Burn Tool
The network disk directory of the image burn tool is:
After downloading the image burn tool from the network disk, unzip the folder to get the following directory list:
Please read the development tool usage documentation carefully for tool usage.
Modify the language of the image burn tool (optional)
The default interface of the image burn tool is in Chinese. You can modify it to the English interface as follows:
Open the burn tool
The interface of the burn tool is as follows:
Enter the Flashing Mode of the Development Board (Pic)
To flash an image, you must make the development board enter the flashing mode. The flashing modes of the Rockchip platform include LOADER mode and Maskrom mode.
The LOADER mode is commonly used for both full image flashing and partition flashing.
The Maskrom mode is commonly used for forced image flashing after the system is damaged.
You can view the buttons in the development board information section of the KICKPI - Hardware Introduction.
Operation steps:
Open the burn tool on a Windows computer (refer to the above instructions to install the burn tool).
Connect the OTG interface of the development board to the USB interface of the computer.
Keep pressing the Loader button and connect the DC power supply interface for power - on operation (if it is already powered on, you can press the reset button for reset operation).
Check whether the image burn tool can correctly recognize the Loader device/Maskrom device.
If the device is correctly recognized, you can release the Loader button. Otherwise, repeat the above steps and try several more times.
To enter the Maskrom mode, repeat the operation steps, but note that in step 3, press and hold the MASKROM button on the back of the board instead of the Loader button.
Flash the Image
Image flashing is divided into full image flashing and partition image flashing.
Full image flashing is commonly used for system flashing or replacing different systems on the development board.
Partition image flashing is commonly used in the debugging stage. You must clearly understand the function of each partition before flashing; otherwise, the system may be damaged.
Flash the Full Image
Operation steps:
Enter the full image flashing page.
Select the image path.
Start flashing the image.
Check the flashing log. After successful flashing, the system will automatically restart.
Flash the Partition Image
Partition images are mainly used for debugging normal compiled images. Multi - screen adaptive images cannot be replaced by flashing partition images. All the firmware in the network disk are multi - screen adaptive images.
Operation steps:
Enter the partition image flashing page.
Check the partition items to be flashed (the Parameter must be checked).
Select the storage path of the corresponding file.
Start flashing the image.
Check the flashing log. After successful flashing, the system will automatically restart.
Last updated