Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 913 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 913 Bytes

Traintastic CS :: Operating System

Traintastic CS consists of three projects:

Building

The Traintastic CS operating system is Embedded Linux, it is a bare minimum operating system just enough to run Traintastic. The Traintastic CS operating system is build using Buildroot. 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:

cd buildroot
make BR2_EXTERNAL=../traintastic-cs traintastic_cs_rpi4_defconfig
make all