A version of Raspberry Pi OS that is inbetween light and full. Custom built using pi-gen.
Download the then extract it with
xz:
xz -dk LATEST_RELEASE_ARCHIVENote: This may take a while as the img was compressed with the highest level of compression.
After extracting the img burn it to the sdcard (by using for example) then plug the sdcard into the raspberry pi.
Note: The first time TritonOS is plugged into the raspberry pi, it takes a little while to boot, but after that boot time is lower.
In the full version, due to reasons beyond me (belive me, I have tried everything), the gui panel is incorrectly positioned on the bottom and is styled wrong, to fix it forever run the bash script Scripts/fix-theme.sh, then reboot. (I have tried everything to make it work without resorting to this, I have rebuilt the img tens of times, over tens of hours of uptime spent trying to fix this issue, it has been driving me insane and has made me lose sleep.)
- Preinstalled packages and programs (neovim, mavproxy, opencv, numpy, etc)
- Custom themed desktop enviroment (based on lxde)
- Cool designer wallpapers :)
First clone the repository, then run the following command:
PRESERVE_CONTAINER=1 ./build-docker.shAnd if the previous command, for what ever reason, fails mid-build, first keep calm, second run the following command to resume the build process:
PRESERVE_CONTAINER=1 CONTINUE=1 ./build-docker.shIf you want to know how the cheese is made, then look at the repository of pi-gen.



