Difference between revisions of "Lindenis V853 Github"

From Lindenis Wiki
Jump to: navigation, search
Line 1: Line 1:
The SDK is available on [https://github.com/lindenis-org github]. For Chinese developer, it is available on [https://search.gitee.com/?skin=rec&type=repository&q=lindenis gitee] too.
+
The SDK is available on [https://github.com/lindenis-org github].
 
<br>
 
<br>
 
<br>We use Repo manage Git repositories. Clone Repo from [https://android.googlesource.com/tools/repo android Git repositories] or other mirrors and install it.
 
<br>We use Repo manage Git repositories. Clone Repo from [https://android.googlesource.com/tools/repo android Git repositories] or other mirrors and install it.

Revision as of 02:52, 31 January 2023

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 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