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