This commit is contained in:
张健滢 2021-09-24 17:42:48 +08:00
commit 50e28a91fb
5 changed files with 10 additions and 8 deletions

View File

@ -33,14 +33,14 @@
#### 使用git的下载方式 #### 使用git的下载方式
``` ```
git clone https://git.talkweb.com.cn/oneos/openharmony/niobe.git git clone https://gitee.com/talkweb_oh/niobe.git
``` ```
#### 使用repo的下载方式 #### 使用repo的下载方式
``` ```
# 初始化 # 初始化
repo init -u git@git.talkweb.com.cn:houpengfei/manifest.git --no-repo-verify -m niobe.xml --depth=1 repo init -u git@git.talkweb.com.cn:houpengfei/manifest.git --no-repo-verify -m talkweb_niobe.xml --depth=1
# 同步代码 # 同步代码
repo sync -c repo sync -c
# 下载大文件 # 下载大文件

View File

@ -67,7 +67,7 @@ This framework consists of the following layers:
## Directory Structure<a name="section1464106163817"></a> ## Directory Structure<a name="section1464106163817"></a>
The root directory of the Hi3861 SDK is **device\\talkweb\\niobe\_board\\sdk\_liteos**. Its directory structure is as follows: The root directory of the Hi3861 SDK is **device\\talkweb\\niobe\\sdk\_liteos**. Its directory structure is as follows:
``` ```
device/talkweb/niobe/sdk_liteos device/talkweb/niobe/sdk_liteos

View File

@ -67,7 +67,7 @@ NiobeHi3861V100是一款高度集成的2.4GHz WiFi SoC芯片集成IEEE
## 目录 ## 目录
Hi3861的SDK软件包根目录结构所在位置device\\talkweb\\niobe\_board\\sdk\_liteos如下图所示 Hi3861的SDK软件包根目录结构所在位置device\\talkweb\\niobe\\sdk\_liteos如下图所示
``` ```
device/talkweb/niobe/sdk_liteos device/talkweb/niobe/sdk_liteos

View File

@ -2,11 +2,11 @@
## Introduction ## Introduction
This repository provides development boards with the code as well as the scripts used for compilation and building framework adaptation and solutions. The Niobe board is a development board built specifically for OpenHarmony systems by Talkweb, with an onboard Heath Hi3861/Hi3861L Wifi Soc chip with an extended version of the NFC expansion board and multi-module.
## Constraints ## Constraints
Currently, Niobe \(Hi3861 V100\) are supported. Currently, Niobe \(Hi3861 V100\ / Hi3861 LV100) are supported.
## Repositories Involved ## Repositories Involved

View File

@ -2,11 +2,13 @@
## 简介 ## 简介
参考开发板,编译框架适配、解决方案参考代码和脚本。 ### 开发板简介
Niobe开发板是一款由拓维信息专为OpenHarmony系统打造的开发板板载海思Hi3861/Hi3861L Wifi Soc芯片并有NFC扩展板以及多模块的扩展版。
## 约束 ## 约束
支持NiobeHi3861V100 支持NiobeHi3861V100/Hi3861LV100)。
## 对应仓库 ## 对应仓库