An open API service indexing awesome lists of open source software.

https://github.com/ekut-es/autojail

Automated configuration of jailhouse hypervisor for ARM and AARCH64 based devices
https://github.com/ekut-es/autojail

configuration configuration-management jailhouse jailhouse-hypervisor linux

Last synced: 20 days ago
JSON representation

Automated configuration of jailhouse hypervisor for ARM and AARCH64 based devices

Awesome Lists containing this project

README

        

# Automated Jailhouse configuration ARM and ARM64 based devices

[Documentation](https://atreus.informatik.uni-tuebingen.de/~gerum/autojail/)

## Requirements

1. Linux Kernel build and source directory for the target board
2. checkout of the jailhouse source code
3. cross compiler installation for the target board
4. working device tree compiler (_dtc_) installation

## Getting started

To install the package in development mode:

git clone [email protected]:ties/autojailhouse/autojail.git
cd autojail
pip3 install poetry --user
poetry install
poetry shell

To start the documentation browser use:

mkdocs serve

To generate a new autojail project use:

mkdir project
cd project
autojail init

Example projects for Raspberry PI 4B are provided in: `projects`

Further usage information is provided in:

- [Commandline Usage](usage.md)
- [Configuration File Format](config_format.md)