Back to Zephyr

Overview

boards/qemu/kvm_arm64/doc/index.rst

4.4.0848 B
Original Source

.. zephyr:board:: qemu_kvm_arm64

Overview


This board configuration will use QEMU to run a KVM guest on an AArch64 host.

This configuration provides support for an AArch64 Cortex-A CPU and these devices:

  • GICv3 interrupt controller
  • ARM architected timer
  • PL011 UART controller

Hardware


Supported Features

.. zephyr:board-supported-hw::

Devices

System Clock

This board configuration uses the host system clock frequency.

Serial Port

This board configuration uses a single serial communication channel with the CPU's UART0.

Programming and Debugging


.. zephyr:board-supported-runners::

Refer to the qemu_cortex_a53 board instructions for this part.

Debugging

Refer to the detailed overview about :ref:application_debugging.