Lindenis V853 Github
The SDK is available on github. For Chinese developer, it is available on gitee too.
We use Repo manage Git repositories. Clone Repo from android Git repositories or other mirrors and install it.
Becase there are some big files in the SDK, please run the following command before you start the downloading.
$ git config --global http.postBuffer 524288000
Then run this to check:
$ git config --list
For Lindenis-V853 AI EVB DevKit, download the SDK on Github via:
$ mkdir lindenis-v853 $ cd lindenis-v853 $ repo init -u https://github.com/lindenis-org/manifest.git -b v853 -m v853-v1.0.xml $ repo sync
The Download time depends on your network connection speed. After finish the download, you should get below directories and files:
build config Config.in device lichee Makefile package prebuilt rules.mk scripts softwinner target toolchain tools
Start a branch for local workspace:
$ repo start lindenis-v853 --all