Browse Source

Linux_SDK_V1.0.3

yanhe 1 year ago
parent
commit
0f045ce725
2 changed files with 4 additions and 4 deletions
  1. 2 2
      README.md
  2. 2 2
      README_en.md

+ 2 - 2
README.md

@@ -2,7 +2,7 @@
 本文介绍了如何使用 Linux Yocto 构建环境下载和编译 TH1520 Linux SDK。Linux SDK 包含了源码和二进制文件,支持用户开发 Linux 应用程序,并可以构建运行在 evt 开发板上的完整镜像。
 
 - SDK 代码仓库:[https://gitee.com/thead-yocto](https://gitee.com/thead-yocto)
-- SDK 代码仓库 tag:**Linux_SDK_V1.0.2**
+- SDK 代码仓库 tag:**Linux_SDK_V1.0.3**
 # 搭建编译环境
 Linux SDK 使用 Yocto 构建镜像。Yocto 编译环境使用 Ubuntu 18.04,推荐使用Linux + docker 的方式部署,也可以直接在 Ubuntu 系统搭建编译环境。
 具体搭建环境方法,请查看文档《[T-Head曳影1520Yocto用户指南.pdf](https://gitee.com/thead-yocto/documents/blob/master/zh/user_guide/T-Head曳影1520Yocto用户指南.pdf)》。
@@ -10,7 +10,7 @@ Linux SDK 使用 Yocto 构建镜像。Yocto 编译环境使用 Ubuntu 18.04,
 # 下载
 下载 Yocto 构建包(不含 SDK 源码):
 ```
-git clone https://gitee.com/thead-yocto/xuantie-yocto.git -b Linux_SDK_V1.0.2
+git clone https://gitee.com/thead-yocto/xuantie-yocto.git -b Linux_SDK_V1.0.3
 ```
 
 下载开源软件包(仅在第一次获取 SDK 时下载):

+ 2 - 2
README_en.md

@@ -3,7 +3,7 @@
 This article describes how to download and compile the TH1520 Linux SDK using the Linux Yocto build environment. The Linux SDK contains source code and binary files, which support users to develop Linux applications and build a complete image running on the evt development board.
 
 - SDK code repository: https://gitee.com/thead-yocto
-- SDK code repository tag: **Linux_SDK_V1.0.2**
+- SDK code repository tag: **Linux_SDK_V1.0.3**
 
 # 2 Build the Compilation Environment
 
@@ -14,7 +14,7 @@ The Linux SDK uses Yocto to build images. The Yocto compilation environment uses
 1. Download the Yocto buildpack (without SDK source code):
 
    ```
-   git clone https://gitee.com/thead-yocto/xuantie-yocto.git -b Linux_SDK_V1.0.2
+   git clone https://gitee.com/thead-yocto/xuantie-yocto.git -b Linux_SDK_V1.0.3
    ```