Explorar o código

docs: add target system

Woshiluo Luo hai 6 meses
pai
achega
2c787b837d
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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
 ```
 
+修改配置:
+```shell
+make -j$(nproc) menuconfig
+```
+
+进入 Target System,选中 SiFive U-based RISC-V boards
+
 修改内核配置:
 ```shell
 make -j$(nproc) kernel_menuconfig