Development Environment Setup
Reference Configuration
Hardware Configuration
| Item | Recommended |
|---|---|
| CPU | X86 16-core 32-thread |
| DDR | 48 GB |
| Disk | 256 GB |
Software Configuration
- OS: Ubuntu 22
Environment Setup
Source Integration
- Extract source:
tar -zxvf A8550MA1_xxx.tar.gz - Extract downloads in the source root:
tar -zxvf downloads.tar.gz - Copy
aidlux_ql8550_ubun2204.29.tar.gzto the source root and rename it toaidlux_ql8550_ubun2204.tar.gz
Install Docker Environment
- Use our provided scripts to build the Docker image.
- Access link: https://source.aidlux.com/Docker/
- Enter the Docker directory and run the installation script:
bash
cd Docker
./install.shTip
We recommend verifying the source and dependency packages in the source root before running the Docker installation procedure.