Skip to content

Commit 54485a3

Browse files
authored
Merge pull request #17 from elisa-tech/pahmann/system-overview
example system: ease entry to documentation
2 parents 8d8bf60 + df736c0 commit 54485a3

File tree

4 files changed

+608
-3
lines changed

4 files changed

+608
-3
lines changed

Documentation/xen-demo-zcu102/Readme.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# Table of Contents
2+
3+
## Introduction
4+
5+
The example system setup should illustrate the interaction of different system components
6+
represented by Zephyr as RTOS running on the µProcessor on top of Xen as Hypervisor, and with a Linux flavour (yocto, Debian) as an additional domain/VM next to Zepyhr.
7+
8+
In the example system the hardware is represented by a Xilinx ZCU102. It can also be a
9+
Qemu image. The below image illustrates the essential blocks of the example system.
10+
11+
![System Overview](images/system-overview.drawio.svg)
12+
13+
An overview of the central elements involved in the build, as software elements,
14+
hardware and peripherals (local tools) can be depicted from the system component overview
15+
below:
16+
17+
![System Components Overview](images/system-components.drawio.svg)
18+
19+
It is intended to enhance the demo to further configurations and to replace central elements
20+
by adding alternative implementation for the hardware and system elements.
21+
22+
Demo cases should be enhanced to represent real world use cases and help as an example
23+
to create own use case on top.
24+
225
## Setup
326

427
[Overview to all parts of XEN demo](overview2parts.md)

0 commit comments

Comments
 (0)