Skip to content

traintastic/traintastic-cs-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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