summaryrefslogtreecommitdiffstats
path: root/user/bsps/aarch64
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2020-12-07 12:10:50 -0600
committerJoel Sherrill <joel@rtems.org>2020-12-11 17:16:01 -0600
commit94abaa3ab2284cffbed11a8238bfcd24961a1610 (patch)
tree4b5e372aa4d892e5a078af09b2138e5c61603d86 /user/bsps/aarch64
parentaarch64: Update interrupt details (diff)
downloadrtems-docs-94abaa3ab2284cffbed11a8238bfcd24961a1610.tar.bz2
user: Add A53 Qemu run instructions
Diffstat (limited to 'user/bsps/aarch64')
-rw-r--r--user/bsps/aarch64/a53.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/user/bsps/aarch64/a53.rst b/user/bsps/aarch64/a53.rst
index 73735b1..02891e0 100644
--- a/user/bsps/aarch64/a53.rst
+++ b/user/bsps/aarch64/a53.rst
@@ -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