You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the authorization of CIX, Risha has released the publicly available part of the CIX SDK on GitLab. Users can conduct secondary development of the O6 through this SDK by themselves.
7
+
8
+
:::info
9
+
The CIX SDK only supports compilation on Debian 11 / Ubuntu 22.04 systems. The available storage space of the system should be at least 100GiB.
10
+
11
+
When the SDK runs in a container, permission issues may occur. It is recommended to use a physical machine or a virtual machine for compilation.
12
+
:::
13
+
14
+
## Obtain the `repo` Tool
15
+
16
+
The SDK provides a [manifest](https://gitlab.com/cix-linux/linux_repo/cix-manifest) that is compatible with the [`repo`](https://gerrit.googlesource.com/git-repo) tool to help users quickly restore the code file structure locally.
17
+
18
+
Before downloading the SDK, users should first install this tool on the system they are using. For Debian systems, you can refer to the following commands:
19
+
20
+
```bash
21
+
sudo apt-get update
22
+
sudo apt-get install repo
23
+
```
24
+
25
+
For reference on the usage of the `repo` command, please refer to the [`AOSP` documentation](https://source.android.com/docs/setup/reference/repo).
0 commit comments