calliope-edu / CalliopEO_AstroPi

MIT License
1 stars 2 forks source link

Provide setup script #21

Closed rzbrk closed 3 years ago

rzbrk commented 3 years ago

George from Raspberry Pi Foundation recommended to provide a setup script that automates everything that is described in the README. Essentially, a script that would start from the latest Flight OS (download link provided via email) and leave the environment with everything that would be required for Calliope. He also noted, that payload developers prepare a compressed file that is uploaded to the ISS and is supposed to contain everything required for the update. So system updates will require uploading .deb files and Python updates will require uploading Python wheels.

rzbrk commented 3 years ago

Can be closed with #22.

But the setup.sh has to be tested on Astro Pi OS.

Amerlander commented 3 years ago

The script is tested on the astro Pi and works. I only had to make sure the file permissions are set correctly, see https://github.com/calliope-edu/CalliopEO_AstroPi/issues/24