4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-07 18:44:34 +08:00

Update README.md (#9959)

Fixed the issue where the absence of the u-boot-tools package caused rttpkgtools to fail to compile normally.
This commit is contained in:
qilian 2025-01-30 20:15:18 +08:00 committed by GitHub
parent cfb44d1f7f
commit ffe25c58b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,7 +128,7 @@ export RTT_EXEC_PATH=/opt/riscv64-linux-musleabi_for_x86_64-pc-linux-gnu/bin
## 4.2. 依赖安装
```shell
$ sudo apt install -y scons libncurses5-dev device-tree-compiler
$ sudo apt install -y scons libncurses5-dev device-tree-compiler u-boot-tools
```
## 4.3. 构建