boards/qemu/cortex_r5/doc/index.rst
.. zephyr:board:: qemu_cortex_r5
Overview
This board configuration will use QEMU to emulate the Xilinx Zynq UltraScale+ (ZynqMP) platform.
This configuration provides support for an ARM Cortex-R5 CPU and these devices:
.. note:: This board configuration makes no claims about its suitability for use with an actual ZCU102 hardware system, or any other hardware system.
Hardware
.. zephyr:board-supported-hw::
This board configuration uses a system timer tick frequency of 1000 Hz.
This board configuration uses a single serial communication channel with the on-chip UART0.
The following platform features are unsupported:
Programming and Debugging
.. zephyr:board-supported-runners::
Use this configuration to run basic Zephyr applications and kernel tests in the
QEMU emulated environment, for example, with the :zephyr:code-sample:synchronization sample:
.. zephyr-app-commands:: :zephyr-app: samples/synchronization :host-os: unix :board: qemu_cortex_r5 :goals: run
This will build an image with the synchronization sample app, boot it using QEMU, and display the following console output:
.. code-block:: console
*** Booting Zephyr OS build v2.2.0 ***
threadA: Hello World from qemu_cortex_r5!
threadB: Hello World from qemu_cortex_r5!
threadA: Hello World from qemu_cortex_r5!
threadB: Hello World from qemu_cortex_r5!
threadA: Hello World from qemu_cortex_r5!
threadB: Hello World from qemu_cortex_r5!
threadA: Hello World from qemu_cortex_r5!
threadB: Hello World from qemu_cortex_r5!
threadA: Hello World from qemu_cortex_r5!
threadB: Hello World from qemu_cortex_r5!
Exit QEMU by pressing :kbd:CTRL+A :kbd:x.
Refer to the detailed overview about :ref:application_debugging.
References
.. target-notes::