Please follow my official account [Jizhi Vision] for more notes to share
O_o >_< O_o O_o ~_~ O_o
Out of the ~
component | The number of |
---|---|
EAIDK – 610 core board | 1 |
MIPI touch screen | 1 |
Power adapter | 1 |
Type-C USB Cable | 1 |
EAIDK610 Basic hardware parameters
indicators | parameter |
---|---|
Master SoC | Rockchip RK3399(28nm HKMG process) |
CPU | 2 * Cortex-A72 + 4 * Cortex-A53 |
GPU | Arm Mali-T860 MP4 |
Video processor | K VP9 and 4K 10bits H265/H264 video decoding |
memory | 4GB dual-channel 64-bit LPDDR3 |
memory | 16 gb EMMC at a high speed |
The wireless network | 802.11 ac/a/b/g/n, 2.4 g / 5 GHZ, Bluetooth4.1 |
Ethernet | RJ45, 10/100/1000m adaptive |
IO extension | I2C, I2S, SPI, UART, ADC, GPIO |
Extended stored | MicroSD, up to 128GB supported |
The operating system | Android/Linux system |
The power supply | 12V/2A |
Video output | HDMI2.0, MIPI DSI, eDP1.3 |
audio | HDMI2.0, I2S |
camera | 2 * MIpi-CSI camera interface |
Type-C | Type-C |
USB | 2 * USB2.0, 3 * USB3.0 |
size | 150mm * 75mm |
PCB parameters | 8 layer board design, gold sinking process |
Brush data download
EAIDK materials are distributed at:
ftp://ftp.eaidk.net
-
There are three main data to download for the brush:
- DriverAssitant
- Tools
- Image
DriverAssitant used in installing EAIDK USB driver in CP terminal; Tools is the system burning software; There are Android, Fedora and Ubuntu systems in the Image. The commonly used Ubuntu system is selected here.
Copy the Image file to Tools/Images/Linux. Outside the chain picture archiving failure, the source station might be hotlinking prevention mechanism, proposed to directly upload picture preserved (img – dI41S8hz – 1621304149132) (5 eb752e6f4aa4918812a922cbdf70223)]
flash
- First look at the hardware interface
LOADER mode burning system
-
1. Power on the EAIDK610.
-
2. Use type-C USB cable to connect EAIDK610 to computer;
-
3. Press restart 1 and hold down restart 2 to restart the EAIDK610.
[question]
-
The system fails to Prepare IDB for burning in LOADER mode. What should I do?
When the loader mode fails to burn the system, enter Maskrom mode for brushing.
Maskrom mode burning system
-
1. Power on the EAIDK610.
-
2. Use type-C USB cable to connect EAIDK610 to computer;
-
3. Press reset and maskrom(red circle) button together, release reset first, release MaskROM 2 seconds later, enter maskROM mode;
-
4. Just click Flash and start swiping.
The system root directory is expanded
Problem: After installing the ubuntu system, you will find that the memory of the root directory is very small (about 3 gigabytes), so you need to find a way to expand the root directory.
The Root directory of the Ubuntu system was expanded
- The software required is GParted
## Sudo apt install gpartedCopy the code
Note that:
- The Free Space Preceding represents the compressed Space, above the disk;
- Free Space Following stands for compressed Space, below the disk.
- The space to be expanded can be expanded only when the compressed space is adjacent to the space to be expanded
Then select the root directory, resize/move, and add the compressed space to the root directory.