Replies: 5 comments
|
我在 iMac 上运行 make ARCH=riscv64 A=apps/hv HV=y LOG=info run 报错:rootfs.img 文件找不到 |
0 replies
|
我增加阿了说明,要从百度网盘下载rootfs |
0 replies
|
下载两个文件后,运行仍有报错 opensbi-riscv64-virt-fw_jump.bin 找不到 |
0 replies
|
ubuntu 20.04 上默认安装的 qemu 版本是 4.2.1 ,需要手工升级到 6.2.0 |
0 replies
|
ubuntu 20.04 上 qemu 版本升级到 6.2.0之后,仍有报错 Unhandled trap Exception 如下: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
请先阅读 github : https://github.com/KuangjuX/hypercraft
下载源码
修改rust-toolchain.toml 文件
主要是 channel = "nightly-2023-01-01"
编译器要退回到 2023年1月,到底是哪个时间是边界未考察,主要是 hypervisor 扩展支持指令问题。
复制linuxbin,rootfs,从百度网盘下载后放在这里
链接: https://pan.baidu.com/s/1OGuOjMe0VEFvDhPg3nzSjA?pwd=5ewv 提取码: 5ewv 复制这段内容后打开百度网盘手机App,操作更方便哦 --来自百度网盘超级会员v2的分享
编译
运行结果:
All reactions