Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/traintastic/traintastic-cs-os

Traintastic CS :: Operating System
https://github.com/traintastic/traintastic-cs-os

raspberry-pi-4 traintastic

Last synced: 7 days ago
JSON representation

Traintastic CS :: Operating System

Awesome Lists containing this project

README

        

# Traintastic CS :: Operating System

Traintastic CS consists of three projects:
- [PCB and schemetic](https://github.com/traintastic/traintastic-cs-pcb)
- [Firmware for Raspberry Pi Pico](https://github.com/traintastic/traintastic-cs-firmware)
- Operating System for Raspberry Pi (this project)

## Building

The Traintastic CS operating system is Embedded Linux, it is a bare minimum operating system just enough to run [Traintastic](https://github.com/traintastic/traintastic).
The Traintastic CS operating system is build using [Buildroot](https:://buildroot.org).
Buildroot requires a Linux system approx 15GB of disk space, building it takes time, depending on the PC it can take about 1 hour!

### Raspberry Pi 4

To build the Traintastic CS operating system for a **Raspberry Pi 4** (all models) run:
```shell
cd buildroot
make BR2_EXTERNAL=../traintastic-cs traintastic_cs_rpi4_defconfig
make all
```