Skip to content

Commit 32afa64

Browse files
CopilotBernardXiong
andcommitted
Update BSP documentation to use sysprog21/Kconfiglib
Co-authored-by: BernardXiong <[email protected]>
1 parent 30be0be commit 32afa64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bsp/k230/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ $ sudo apt install -y scons python3-pip u-boot-tools patch
7373

7474
### 3.2.2. 一些 python 软件包
7575

76-
因为本 BSP 只在 RT-Thread v5.1.0 以上才支持,所以需要确保本地已经安装过 kconfiglib。采用清华源是为了加快安装速度。
76+
因为本 BSP 只在 RT-Thread v5.1.0 以上才支持,所以需要确保本地已经安装过 kconfiglib。
7777

7878
```shell
79-
$ pip3 install kconfiglib -i https://pypi.tuna.tsinghua.edu.cn/simple
79+
$ pip3 install git+https://github.com/sysprog21/Kconfiglib
8080
```
8181

8282
另外还需要一些软件包用于 rttpkgtool 打包。

bsp/ultrarisc/ur_dp1000_evb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export RTT_CC_PREFIX=riscv64-unknown-linux-musl-
5151

5252
```shell
5353
sudo apt install scons python3-pip
54-
pip install kconfiglib
54+
pip install git+https://github.com/sysprog21/Kconfiglib
5555
```
5656
### 4.2.3. 编译
5757

0 commit comments

Comments
 (0)