Replies: 7 comments 2 replies
|
编译全程无报错,最后生成的可执行文件就在当前 qemu 项目的 build 目录下,版本号为 QEMU emulator version 6.2.50 : |
0 replies
|
新编译出来的版本 qemu 已经支持 树莓派4,可以对比一下 下面是新编译出的(执行需要用 ./qemu-system-aarch64 指定当前目录下执行) |
0 replies
|
初步尝试了一下用 -machine raspi4b2g 来运行 A=apps/helloworld ,结果 qemu 执行时卡住,没有看到任何输出 其间遇到了有2个报错,说明如下: 所以最终 qemu 运行时的参数为 执行时没有任何输出的原因,还没有找到。可能是 qemu 不能直接运行 arceos ,需要先运行树莓派自己的 bootcode.bin 才行? |
1 reply
|
shell_aarch64-raspi4.bin 在 qemu 模拟器里和在实际硬件板子上运行,报了同样的错 No block device found! |
0 replies
|
shell_aarch64-raspi4.bin 在 qemu 模拟器里和在实际硬件板子上运行,报了同样的错 No block device found! |
1 reply
|
正确编译和启动 arceos + virt 驱动的 shell 输出日志 |
0 replies
|
搞定了!😄 需要增加2个编译参数: 正确编译和启动 arceos PLATFORM=aarch64-raspi4 的 shell 输出日志: |
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.
https://github.com/0xMirasio/qemu-patch-raspberry4
All reactions