Rpi 2 image for getting a satnogs client operational

Any software images available for a Rpi2 to setup another satnogs client GS or must I just do a non standard installation doing a rasbian image and then following this.

$ git clone https://gitlab.com/librespacefoundation/satnogs/satnogs-client-ansible.git    # Clone SatNOGS Client Ansible repository
$ cd satnogs-client-ansible                              # Change to cloned repository directory
$ git checkout stable                                    # Optionally, check out stable (Debian Buster 10) branch
$ cp -r production.dist production                       # Copy dist configuration
$ vi production/inventory/hosts                          # Update file with your own target host e.g. 127.0.0.1, user and SSH password
$ ssh youruser@yourtargetsystem true                     # Test SSH connection to target system
$ ansible-playbook -i production/inventory -K site.yml   # Run Ansible playbook
$ ssh -t youruser@yourtargetsystem sudo satnogs-setup    # Setup SatNOGS client (see below)

I tried a few of old images from github (https://gitlab.com/librespacefoundation/satnogs/satnogs-pi-gen/-/tags) but no luck

The images were intended for RPi 3, so will need to go manually to this.

1 Like

Thanks @fredy. This is what I wanted to know before I start this. I have a rpi2 lying around and extra RTLSDR just for this