mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-16 03:33:48 +08:00
user: Add A53 Qemu run instructions
This commit is contained in:

committed by
Joel Sherrill

parent
9c407619c7
commit
94abaa3ab2
@@ -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
|
||||
|
Reference in New Issue
Block a user