Difference between revisions of "Lindenis V833 Gitee"

From Lindenis Wiki
Jump to: navigation, search
Line 17: Line 17:
 
</pre>
 
</pre>
  
And then download the listing files from Baidu NetDisk, and then copy them into the target directory follow below steps:
+
And then download the listing files from Baidu NetDisk,  
 
<br>
 
<br>
下载源码后,请在百度云上把下表中的依赖包下载下来,并按照以下方式放入指定SDK目录中:[https://pan.baidu.com/s/1oG_H-nUi1mbMK075ZDVeCQ 下载链接]  (提取码: v833)
+
下载源码后,请在百度云上把下表中的依赖包下载下来:[https://pan.baidu.com/s/1oG_H-nUi1mbMK075ZDVeCQ 下载链接]  (提取码: v833)
 
<pre>
 
<pre>
 
1. dl.tar.gz
 
1. dl.tar.gz
Line 25: Line 25:
 
3. libs.tar.gz
 
3. libs.tar.gz
 
</pre>
 
</pre>
 
+
Copy them into the target directory follow below steps:
 +
<br>
 +
并按照以下方式放入指定SDK目录中:
 
<pre>
 
<pre>
 
$ cp dl.tar.gz v833-lindenis
 
$ cp dl.tar.gz v833-lindenis

Revision as of 03:59, 22 July 2021

Chinese developers can install Repo follow these steps:
国内开发者可以使用此方法下载安装Repo脚本:

$ git clone http://mirrors.ustc.edu.cn/aosp/git-repo.git ~/.bin/repo
$ echo "export PATH=~/.bin/repo:$PATH" >> ~/.bashrc
$ source ~/.bashrc

We recommend the Chinese developer download the SDK source code on gitee via:
国内的开发者我们推荐使用国内的源来进行源代码下载:

$ mkdir v833-lindenis
$ cd v833-lindenis
$ repo init -u https://gitee.com/lindenis/manifest.git -b v833 -m v833-lindenis.xml
$ repo sync

And then download the listing files from Baidu NetDisk,
下载源码后,请在百度云上把下表中的依赖包下载下来:下载链接 (提取码: v833)

1. dl.tar.gz
2. gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabi.tar.xz
3. libs.tar.gz

Copy them into the target directory follow below steps:
并按照以下方式放入指定SDK目录中:

$ cp dl.tar.gz v833-lindenis
$ tar xzvf dl.tar.gz dl/
$ cp libs.tar.gz v833-lindenis/package/cortana/cortana-sdk
$ cd v833-lindenis/package/cortana/cortana-sdk
$ tar xzvf libs.tar.gz libs/

The Download time depends on your network connection speed. After finish the download, you should get below directories and files: 当上述下载工作完成后,你会得到下面的完整的SDK工作目录:

build  config  Config.in  device  dl  lichee  Makefile  package  prebuilt  rules.mk  scripts  softwinner  target  toolchain  tools

Start a branch for local workspace:

$ repo start v833-lindenis --all