Kaynağa Gözat

Update BSP documentation to use sysprog21/Kconfiglib

Co-authored-by: BernardXiong <1241087+BernardXiong@users.noreply.github.com>
copilot-swe-agent[bot] 4 ay önce
ebeveyn
işleme
32afa64f94

+ 2 - 2
bsp/k230/README.md

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

+ 1 - 1
bsp/ultrarisc/ur_dp1000_evb/README.md

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