mirror of https://github.com/wolfSSL/wolfBoot.git
Simplified qemu command line for raspi3b
parent
8945c2a93e
commit
32c99d4687
|
@ -840,7 +840,7 @@ dd if=bcm2710-rpi-3-b.dtb of=wolfboot_linux_raspi.bin bs=1 seek=128K conv=notrun
|
||||||
* Test boot using qemu
|
* Test boot using qemu
|
||||||
|
|
||||||
```
|
```
|
||||||
qemu-system-aarch64 -M raspi3b -m 1024 -serial stdio -kernel wolfboot_linux_raspi.bin -append "terminal=ttyS0 rootwait" -cpu cortex-a53
|
qemu-system-aarch64 -M raspi3b -m 1024 -serial stdio -kernel wolfboot_linux_raspi.bin -cpu cortex-a53
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue