Skip to content

Commit

Permalink
Update README.md (#9959)
Browse files Browse the repository at this point in the history
Fixed the issue where the absence of the u-boot-tools package caused rttpkgtools to fail to compile normally.
  • Loading branch information
ziyu04 authored Jan 30, 2025
1 parent cfb44d1 commit ffe25c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bsp/cvitek/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 构建
Expand Down

0 comments on commit ffe25c5

Please sign in to comment.