Browse Source

Add installation speed optimization note for Chinese users

Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
copilot-swe-agent[bot] 4 months ago
parent
commit
1eb8eda923
2 changed files with 5 additions and 0 deletions
  1. 2 0
      bsp/k230/README.md
  2. 3 0
      bsp/ultrarisc/ur_dp1000_evb/README.md

+ 2 - 0
bsp/k230/README.md

@@ -79,6 +79,8 @@ $ sudo apt install -y scons python3-pip u-boot-tools patch
 $ pip3 install git+https://github.com/sysprog21/Kconfiglib
 ```
 
+注意:如果下载速度较慢,可以使用 git 代理或设置 pip 镜像源来加速安装。
+
 另外还需要一些软件包用于 rttpkgtool 打包。
 
 ```shell

+ 3 - 0
bsp/ultrarisc/ur_dp1000_evb/README.md

@@ -53,6 +53,9 @@ export RTT_CC_PREFIX=riscv64-unknown-linux-musl-
 sudo apt install scons  python3-pip
 pip install git+https://github.com/sysprog21/Kconfiglib
 ```
+
+注意:如果下载速度较慢,可以使用 git 代理或设置 pip 镜像源来加速安装。
+
 ### 4.2.3. 编译
 
 ```shell