- Linux Kernel build and source directory for the target board
- checkout of the jailhouse source code
- cross compiler installation for the target board
- working device tree compiler (dtc) installation
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: