Lindenis V853 Github

From Lindenis Wiki
Jump to: navigation, search

The SDK is available on github.

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 like this:

$ 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 v853-v1.0 --all