Development Environment Setup
Reference Configuration
Hardware Configuration
| Item | Recommended Configuration |
|---|---|
| CPU | X86 16 cores 32 threads |
| DDR | 48G |
| Disk | 256G |
Software Configuration
- OS: Ubuntu 22.04 or later
Environment Setup
Source Code Integration
- Extract the source code:
tar -zxvf A8550MA1_xxx.tar.gz - Extract
downloadsin the source root directory:tar -zxvf downloads.tar.gz - Copy
aidlux_ql8550_ubun2204.29.tar.gzto the source root directory and rename it toaidlux_ql8550_ubun2204.tar.gz
Installing the Docker Environment
- Use the script provided by our company to build the Docker image.
- Link: https://source.aidlux.com/Docker/
- Enter the Docker directory and run the installation script:
bash
cd Docker
./install.shNote
It is recommended to check the source package and dependency packages in the source root directory before running the Docker installation process.