File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,13 @@ check to ensure `qemu` or `qemu-kvm` is installed and the
42
42
43
43
R9 can be run using qemu for the various supported architectures:
44
44
45
- | Arch| Commandline|
46
- | ----| -----------|
47
- | aarch64| cargo xtask qemu --arch aarch64 --verbose|
48
- | x86-64| cargo xtask qemu --arch x86-64 --verbose|
49
- | x86-64 (with kvm)| cargo xtask qemu --arch x86-64 --kvm --verbose|
50
- | riscv| cargo xtask qemu --arch riscv64 --verbose|
45
+ | Arch| Platform| Commandline|
46
+ | ----| --------| -----------|
47
+ | aarch64| raspi3b| cargo xtask qemu --arch aarch64 --verbose|
48
+ | aarch64| raspi4b| cargo xtask qemu --arch aarch64 --config raspi4b --verbose|
49
+ | x86-64| q35| cargo xtask qemu --arch x86-64 --verbose|
50
+ | x86-64 (with kvm)| q35| cargo xtask qemu --arch x86-64 --kvm --verbose|
51
+ | riscv| virt| cargo xtask qemu --arch riscv64 --verbose|
51
52
52
53
## Running on Real Hardware™️
53
54
You can’t perform that action at this time.
0 commit comments