[PATCH 2/3] user: Add A53 Qemu run instructions

Kinsey Moore kinsey.moore at oarcorp.com
Fri Dec 11 18:58:29 UTC 2020


From: Gedare Bloom <gedare at rtems.org>
Sent: Friday, December 11, 2020 07:41
To: Kinsey Moore <kinsey.moore at oarcorp.com>
Cc: devel at rtems.org
Subject: Re: [PATCH 2/3] user: Add A53 Qemu run instructions



On Tue, Dec 8, 2020 at 11:03 AM Kinsey Moore <kinsey.moore at oarcorp.com<mailto:kinsey.moore at oarcorp.com>> wrote:
---
 user/bsps/aarch64/a53.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/user/bsps/aarch64/a53.rst b/user/bsps/aarch64/a53.rst
index 73735b1..e3a89f8 100644
--- a/user/bsps/aarch64/a53.rst
+++ b/user/bsps/aarch64/a53.rst
@@ -25,3 +25,10 @@ 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

Check the line break on PDF, maybe typeset an explicit line break \

I’ll break this one as well as the one in the ZynqMP BSP docs. Did you want to see another patchset or is it otherwise good to commit?

Kinsey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20201211/feb974f3/attachment.html>


More information about the devel mailing list