-
Notifications
You must be signed in to change notification settings - Fork 1
Home
svc.swciuser edited this page Mar 16, 2026
·
10 revisions
Cix Linux Opensource
Prerequisites
- Compilation must be performed with root or sudo privileges.
Install all necessary system and build tools:
apt update
apt install -y git curl sudo wget python3-pip python-is-python3 \
lsb-release p7zip-full p7zip-rar bison build-essentialgit config --global user.name "your_account_name"
git config --global user.email "your_email@example.com"curl https://storage.googleapis.com/git-repo-downloads/repo -o repo
chmod +x repo
mv ./repo /usr/bin/Note: The
repotool requires Python 3. Thepython-is-python3package installed earlier ensures thepythoncommand is correctly symlinked.
mkdir workspace
cd workspace
repo init -b cix_p1_k6.6_master https://github.com/cixtech/cix-manifest/repo syncNote: Syncing the final repository may take a considerable amount of time and is subject to network fluctuations. Please be patient until the process completes.
source ./build-scripts/envtool.shexport USER=root
newer_envsource ./build-scripts/envtool.sh
updateres- Note: The resource packages are quite large, so an extended download time is expected.
- Troubleshooting: If you encounter an "incomplete resources" error or extraction fails, simply re-run the command until it succeeds.
source ./build-scripts/envtool.sh
export USER=root
build allUpon successful compilation, the generated output images are located in:
./output/cix_evb/images/