Development Environment Setup
Reference Configuration
Hardware Configuration
| Item | Recommended Configuration |
|---|---|
| CPU | x86 16-core 32-thread |
| DDR | 48 GB |
| Disk | 256 GB |
Software Configuration
- OS: Ubuntu 22.04 or later
Environment Setup
Source Code Integration
- Extract the source code:
tar -zxvf A6490MA1.tar.gz - Extract the Ubuntu image:
xz -d ubuntu.img.xz - Then copy the image to the build directory:
cp ubuntu.img A6490MA1/ubuntu/
Installing the Docker Environment
- Use the script provided by Aplux to build the Docker image.
- Download link: https://source.aidlux.com/Docker/
- Enter the Docker directory and run the installation script:
bash
cd Docker
./install.shTip
It is recommended to verify the source package and dependency packages in the source root directory before proceeding with the Docker installation.