Development Environment Setup
Recommended Configuration
Hardware Configuration
| Item | Recommended Configuration |
|---|---|
| CPU | x86 16-core 32-thread |
| DDR | 48G |
| Disk | 256G |
Software Configuration
- System: Ubuntu22
Environment Setup
Source Integration
- Extract source package:
tar -zxvf a8625my1_xxx.tar.gz - Extract downloads in the source root directory:
tar -zxvf downloads.tar.gz - Copy
aidlux_ql8625_ubun2204.29.tar.gzto the source root and rename it toaidlux_ql8625_ubun2204.tar.gz
Install Docker Environment
- Use the script provided by us to build the Docker image.
- Enter the Docker directory and run the installation script:
bash
cd Docker
./install.shNote
It is recommended to verify source and dependency packages in the source root directory before running Docker installation.