mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-11-16 12:34:33 +00:00
Update BSP documentation to use sysprog21/Kconfiglib
Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
This commit is contained in:
@@ -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 打包。
|
||||
|
||||
@@ -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. 编译
|
||||
|
||||
|
||||
Reference in New Issue
Block a user