Skip to content

Commit 42b4fd2

Browse files
committed
更新menuconfig相关内容
1 parent d62e6b1 commit 42b4fd2

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

bsp/rockchip/rk3500/Taishanpi-RK3566_CN.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sudo apt install -y python3 python3-pip u-boot-tools device-tree-compiler
8181

8282
2. 使用`pip`安装工具:
8383
```bash
84-
pip3 install --user tqdm
84+
pip3 install --user tqdm scons
8585
```
8686

8787

@@ -118,7 +118,13 @@ export PATH="$RTT_EXEC_PATH:$PATH"
118118

119119
进入`rt-thread/bsp/rockchip/rk3566`目录下输入下面的命令:
120120

121-
> 这个用于拉取`zlib`软件包,我们编译的时候需要用到。
121+
进入 `menuconfig` 后直接 保存退出,生成一个 `.config` 文件:
122+
123+
```bash
124+
scons --menuconfig
125+
```
126+
127+
> 拉取`zlib`软件包,我们编译的时候需要用到。
122128
123129
```bash
124130
source ~/.env/tools/scripts/pkgs --update

bsp/rockchip/rk3500/Taishanpi-RK3566_ZH.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sudo apt install -y python3 python3-pip u-boot-tools device-tree-compiler
8181

8282
2. Install tools using `pip`:
8383
```bash
84-
pip3 install --user tqdm
84+
pip3 install --user tqdm scons
8585
```
8686

8787

@@ -116,6 +116,12 @@ export PATH="$RTT_EXEC_PATH:$PATH"
116116

117117
Navigate to the `rt-thread/bsp/rockchip/rk3566` directory and run:
118118

119+
After entering `menuconfig`, simply save and exit to generate a `.config` file:
120+
121+
```bash
122+
scons --menuconfig
123+
```
124+
119125
> This command pulls the `zlib` package required for compilation.
120126
121127
```bash

0 commit comments

Comments
 (0)