ekut-es / autojail

Automated configuration of jailhouse hypervisor for ARM and AARCH64 based devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated Jailhouse configuration ARM and ARM64 based devices

Documentation

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 git@atreus.informatik.uni-tuebingen.de: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:

About

Automated configuration of jailhouse hypervisor for ARM and AARCH64 based devices

License:MIT License


Languages

Language:Python 76.0%Language:C 22.4%Language:Shell 1.6%Language:Makefile 0.0%