调整脚本,使得能够创建riscv的磁盘镜像,并引导进入riscv下的grub (#450)

* 安装musl toolchain以及riscv相关的工具链

* 调整脚本,使得能够创建riscv的磁盘镜像,并引导进入riscv下的grub

```shell
export ARCH=riscv64
make write_diskimage
make qemu
```

即可在serial_opt.txt看到进入grub的提示信息
This commit is contained in:
LoGin
2023-11-21 13:42:18 +08:00
committed by GitHub
parent 48a3baa9b1
commit c75089286e
7 changed files with 148 additions and 36 deletions

1
tools/arch/riscv64/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/u-boot*