Exoberry is an exokernel written for the Raspberry Pi 3.
To install Exoberry you will need
- Raspbery Pi 3 Model B
- USB to TTL serial cable
- SD card with installed Raspbian OS (2017 Version)
- The Exoberry image either built from source or downloaded from releases.
-
Copy
kernel8.img
file to theboot
partition of your Raspberry Pi flash card and delete the otherkernel*.img
files on your SD card. -
Put the following lines in config.txt
kernel_old=1 disable_commandline_tags=1
-
Connect the USB-to-TTL serial cable
-
Power on your Raspberry Pi
git clone https://github.com/MutexUnlocked/exoberry.git
cd exoberry
make
You should now see the kernel image in your current directory.
- raspberry-pi-os devs