Tiny Linux based OS for probing, discovering and provisioning new nodes.
The project is built by Makefile so you need to run:
make
to build whole project.
You may build only parts of the project:
- Kernel
- Python
- Initramfs
To build kernel from scratch you need to run:
make kernel
To clean the project you need to run:
make clean