[rtems-docs commit] user: Add A53 Qemu run instructions

Joel Sherrill joel at rtems.org
Fri Dec 11 23:16:09 UTC 2020


Module:    rtems-docs
Branch:    master
Commit:    94abaa3ab2284cffbed11a8238bfcd24961a1610
Changeset: http://git.rtems.org/rtems-docs/commit/?id=94abaa3ab2284cffbed11a8238bfcd24961a1610

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Mon Dec  7 12:10:50 2020 -0600

user: Add A53 Qemu run instructions

---

 user/bsps/aarch64/a53.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

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



More information about the vc mailing list