diff --git a/applications/docs/代码获取.md b/applications/docs/代码获取.md index 8e706ea6..f501d795 100644 --- a/applications/docs/代码获取.md +++ b/applications/docs/代码获取.md @@ -33,14 +33,14 @@ #### 使用git的下载方式 ``` -git clone https://git.talkweb.com.cn/oneos/openharmony/niobe.git +git clone https://gitee.com/talkweb_oh/niobe.git ``` #### 使用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 # 下载大文件 diff --git a/device/talkweb/niobe/README.md b/device/talkweb/niobe/README.md index 2ea7c2ea..90b17093 100644 --- a/device/talkweb/niobe/README.md +++ b/device/talkweb/niobe/README.md @@ -67,7 +67,7 @@ This framework consists of the following layers: ## Directory Structure -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 diff --git a/device/talkweb/niobe/README_zh.md b/device/talkweb/niobe/README_zh.md index b1633650..c45b9f51 100644 --- a/device/talkweb/niobe/README_zh.md +++ b/device/talkweb/niobe/README_zh.md @@ -67,7 +67,7 @@ Niobe(Hi3861V100)是一款高度集成的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 diff --git a/vendor/talkweb/README.md b/vendor/talkweb/README.md index 96138d09..2e816b0b 100644 --- a/vendor/talkweb/README.md +++ b/vendor/talkweb/README.md @@ -2,11 +2,11 @@ ## 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 -Currently, Niobe \(Hi3861 V100\) are supported. +Currently, Niobe \(Hi3861 V100\ / Hi3861 LV100) are supported. ## Repositories Involved diff --git a/vendor/talkweb/README_zh.md b/vendor/talkweb/README_zh.md index 67fe1392..b08c75ed 100644 --- a/vendor/talkweb/README_zh.md +++ b/vendor/talkweb/README_zh.md @@ -2,11 +2,13 @@ ## 简介 -参考开发板,编译框架适配、解决方案参考代码和脚本。 +### 开发板简介 + +Niobe开发板是一款由拓维信息专为OpenHarmony系统打造的开发板,板载海思Hi3861/Hi3861L Wifi Soc芯片,并有NFC扩展板以及多模块的扩展版。 ## 约束 -支持Niobe(Hi3861V100)。 +支持Niobe(Hi3861V100/Hi3861LV100)。 ## 对应仓库