浏览代码

docs: add target system

Woshiluo Luo 6 月之前
父节点
当前提交
2c787b837d
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      docs/booting-openwrt-in-qemu-using-uboot-and-rustsbi.md

+ 7 - 0
docs/booting-openwrt-in-qemu-using-uboot-and-rustsbi.md

@@ -121,6 +121,13 @@ cd openwrt
 ./scripts/feeds install -a
 ./scripts/feeds install -a
 ```
 ```
 
 
+修改配置:
+```shell
+make -j$(nproc) menuconfig
+```
+
+进入 Target System,选中 SiFive U-based RISC-V boards
+
 修改内核配置:
 修改内核配置:
 ```shell
 ```shell
 make -j$(nproc) kernel_menuconfig
 make -j$(nproc) kernel_menuconfig