Skip to content

Commit ffe25c5

Browse files
authored
Update README.md (#9959)
Fixed the issue where the absence of the u-boot-tools package caused rttpkgtools to fail to compile normally.
1 parent cfb44d1 commit ffe25c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/cvitek/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export RTT_EXEC_PATH=/opt/riscv64-linux-musleabi_for_x86_64-pc-linux-gnu/bin
128128
## 4.2. 依赖安装
129129

130130
```shell
131-
$ sudo apt install -y scons libncurses5-dev device-tree-compiler
131+
$ sudo apt install -y scons libncurses5-dev device-tree-compiler u-boot-tools
132132
```
133133

134134
## 4.3. 构建

0 commit comments

Comments
 (0)