Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Notes:

More information on Hypervisorless virtio is available here: https://www.openampproject.org/news/hypervisorless-virtio-blog/

# Prerequisites
## Prerequisites

### Host tools:

Expand Down Expand Up @@ -39,7 +39,7 @@ Download ZCU102 BSP v2020.2 from https://www.xilinx.com/member/forms/download/xe

Update the XLNX_COMMON_PACKAGE and XLNX_ZCU102_BSP paths in build.sh

# Building hypervisorless virtio artifacts for ZCU102
## Building hypervisorless virtio artifacts for ZCU102

```
env HVL_WORKSPACE=/home/dan/workspaces/hvlws bash build.sh
Expand Down
12 changes: 11 additions & 1 deletion zephyr_r5/hello_r5/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Hello World
Overview
********

A simple sample that can be used with any :ref:`supported board <boards>` and
A simple sample that can be used with any :ref:`supported board <virtio_board_support>` and
prints "Hello World" to the console.

Building and Running
Expand All @@ -31,3 +31,13 @@ Sample Output
Hello World! x86

Exit QEMU by pressing :kbd:`CTRL+A` :kbd:`x`.


.. _virtio_board_support:


Supported Boards
================

* AMD `ZCU102 Evaluation Board <https://www.xilinx.com/products/boards-and-kits/ek-u1-zcu102-g.html#information>`_
* `QEMU <https://www.qemu.org/>`_ ZCU102 Virtual Machine in the :ref:`Docker Images References<docker-images-label>`