File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ sudo apt install -y python3 python3-pip u-boot-tools device-tree-compiler
8181
82822 . 使用` 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
124130source ~ /.env/tools/scripts/pkgs --update
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ sudo apt install -y python3 python3-pip u-boot-tools device-tree-compiler
8181
82822 . 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
117117Navigate 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
You can’t perform that action at this time.
0 commit comments