Update BSP documentation to use sysprog21/Kconfiglib

Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-25 01:19:02 +00:00
parent 30be0be690
commit 32afa64f94
2 changed files with 3 additions and 3 deletions

View File

@@ -73,10 +73,10 @@ $ sudo apt install -y scons python3-pip u-boot-tools patch
### 3.2.2. 一些 python 软件包
因为本 BSP 只在 RT-Thread v5.1.0 以上才支持,所以需要确保本地已经安装过 kconfiglib。采用清华源是为了加快安装速度。
因为本 BSP 只在 RT-Thread v5.1.0 以上才支持,所以需要确保本地已经安装过 kconfiglib。
```shell
$ pip3 install kconfiglib -i https://pypi.tuna.tsinghua.edu.cn/simple
$ pip3 install git+https://github.com/sysprog21/Kconfiglib
```
另外还需要一些软件包用于 rttpkgtool 打包。

View File

@@ -51,7 +51,7 @@ export RTT_CC_PREFIX=riscv64-unknown-linux-musl-
```shell
sudo apt install scons python3-pip
pip install kconfiglib
pip install git+https://github.com/sysprog21/Kconfiglib
```
### 4.2.3. 编译