From 1eb8eda923db26b3644aa6769f5a3411d8ac7c12 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 01:23:48 +0000 Subject: [PATCH] Add installation speed optimization note for Chinese users Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com> --- bsp/k230/README.md | 2 ++ bsp/ultrarisc/ur_dp1000_evb/README.md | 3 +++ 2 files changed, 5 insertions(+) diff --git a/bsp/k230/README.md b/bsp/k230/README.md index 64c8f60e04..8f6656804d 100644 --- a/bsp/k230/README.md +++ b/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 diff --git a/bsp/ultrarisc/ur_dp1000_evb/README.md b/bsp/ultrarisc/ur_dp1000_evb/README.md index 9c080169b9..56c4a6b75c 100644 --- a/bsp/ultrarisc/ur_dp1000_evb/README.md +++ b/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