TACOS is the operating system that will be used on team Anant's CubeSat mission.
- Support for Linux 6.12
- Read-only root filesystem
pip install kasFirst, clone this repository
git clone https://github.com/team-anant/tacosNext, edit the local-env.sh file to match your build environment and then source it
cd tacos
source ./local-env.shNow you can start the build process with:
kas-container buildAlternatively, use kas-container checkout to checkout all the sources and make any required modifications
You can find the build artifacts in tacos/build/tmp/deploy/images/bleedingbone/
In order to transfer the image to a beaglebone black via an uSD card:
sudo bmaptool copy tmp/deploy/images/bleedingbone/taco.wic /dev/XYZ
#XYZ is the device node for your uSD cardAlternatively, you can just close your eyes and use any other image flasher to flash the .wic image onto the SD card.