From ffe25c58b91e12a9a75ed4e47e611ce1427237e4 Mon Sep 17 00:00:00 2001 From: qilian <87816729+ziyu04@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:15:18 +0800 Subject: [PATCH] Update README.md (#9959) Fixed the issue where the absence of the u-boot-tools package caused rttpkgtools to fail to compile normally. --- bsp/cvitek/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/cvitek/README.md b/bsp/cvitek/README.md index 864d54d43b..91b99895de 100755 --- a/bsp/cvitek/README.md +++ b/bsp/cvitek/README.md @@ -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. 构建