Skip to content

Commit 1eb8eda

Browse files
CopilotBernardXiong
andcommitted
Add installation speed optimization note for Chinese users
Co-authored-by: BernardXiong <[email protected]>
1 parent 32afa64 commit 1eb8eda

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

bsp/k230/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ $ sudo apt install -y scons python3-pip u-boot-tools patch
7979
$ pip3 install git+https://github.com/sysprog21/Kconfiglib
8080
```
8181

82+
注意:如果下载速度较慢,可以使用 git 代理或设置 pip 镜像源来加速安装。
83+
8284
另外还需要一些软件包用于 rttpkgtool 打包。
8385

8486
```shell

bsp/ultrarisc/ur_dp1000_evb/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ export RTT_CC_PREFIX=riscv64-unknown-linux-musl-
5353
sudo apt install scons python3-pip
5454
pip install git+https://github.com/sysprog21/Kconfiglib
5555
```
56+
57+
注意:如果下载速度较慢,可以使用 git 代理或设置 pip 镜像源来加速安装。
58+
5659
### 4.2.3. 编译
5760

5861
```shell

0 commit comments

Comments
 (0)