Difference between revisions of "Lindenis V853 Github"

From Lindenis Wiki
Jump to: navigation, search
(Created page with "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 gite...")
 
Line 16: Line 16:
 
$ mkdir lindenis-v853
 
$ mkdir lindenis-v853
 
$ cd lindenis-v853
 
$ cd lindenis-v853
$ repo init -u https://github.com/lindenis-org/manifest.git -b v853 -m lindenis-v853.xml
+
$ repo init -u https://github.com/lindenis-org/manifest.git -b v853 -m v853-v1.0.xml
 
$ repo sync
 
$ repo sync
 
</pre>
 
</pre>
Line 22: Line 22:
 
The Download time depends on your network connection speed. After finish the download, you should get below directories and files:
 
The Download time depends on your network connection speed. After finish the download, you should get below directories and files:
 
<pre>
 
<pre>
build  config  Config.in  device dl  lichee  Makefile  package  prebuilt  rules.mk  scripts  softwinner  target  toolchain  tools
+
build  config  Config.in  device lichee  Makefile  package  prebuilt  rules.mk  scripts  softwinner  target  toolchain  tools
 
</pre>
 
</pre>
  

Revision as of 02:44, 31 January 2023

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