The aim of this project is to make teensyduino self contained on linux since I hate to repeat the procedure every time I change OS or machine.
Make an executable with pyinstaller that can be installed and when called starts a docker conntainer containing Arduino IDE configured for Teensy boards tunnelling the UI though X.
The script takes care of connecting the container to the X server via xauth
.
Run the following command pyinstaller --onefile -w --clean --add-data "Dockerfile:." --add-data "docker-compose.yml:." teensyduino.py --icon="favicon.ico"
I am planning to automate the distribution process via CI/CD stuff.
- .desktop entry
- an icon