IDMIL / T-Tree

An interactive musical system and hub for T-Sticks
https://www.idmil.org/project/t-tree/
1 stars 2 forks source link

Simplify installation #9

Open p42ul opened 1 year ago

p42ul commented 1 year ago

Currently, the T-Tree software needs to be installed on top of Puara, and although we have systemd units for this, the setup process is very manual.

Creating a ready-to-go image for the T-Tree could be a good way to simplify the installation. Or create an install script that handles everything for you.

p42ul commented 1 year ago

From lightest to heaviest, some potential ways to do this:

  1. Create script that automates T-Tree software install on top of a clean Puara install
  2. Create fork of Puara that installs T-Tree software and enables I2C, GPIO, etc. (Maybe upstream this back to Puara image?)
  3. Create image of T-Tree software based on custom Linux installation like DietPi, Yocto, Buildroot, Ubuntu IOT, etc.