user: Add A53 Qemu run instructions

This commit is contained in:
Kinsey Moore
2020-12-07 12:10:50 -06:00
committed by Joel Sherrill
parent 9c407619c7
commit 94abaa3ab2

View File

@@ -25,3 +25,11 @@ Console Driver
--------------
The console driver supports the default Qemu emulated ARM PL011 PrimeCell UART.
Running Executables
-------------------
Executables generated by these BSPs can be run using the following command::
qemu-system-aarch64 -no-reboot -nographic -serial mon:stdio \
-machine virt,gic_version=3 -cpu cortex-a53 -m 4096 -kernel example.exe