@@ -63,7 +63,3 @@ A guide on how to prepare the observer hardware is available [on request](people
...
@@ -63,7 +63,3 @@ A guide on how to prepare the observer hardware is available [on request](people
* Replace the public key in [`debian/config/user`](https://gitlab.ethz.ch/tec/public/flocklab/observer/-/tree/master/debian/config/user) with your own.
* Replace the public key in [`debian/config/user`](https://gitlab.ethz.ch/tec/public/flocklab/observer/-/tree/master/debian/config/user) with your own.
1. Run the [main setup script](https://gitlab.ethz.ch/tec/public/flocklab/observer/-/blob/master/setup_observer.sh) to install all required packages, tools and scripts on the BeagleBone: `./setup_observer.sh [beaglebone_address]`
1. Run the [main setup script](https://gitlab.ethz.ch/tec/public/flocklab/observer/-/blob/master/setup_observer.sh) to install all required packages, tools and scripts on the BeagleBone: `./setup_observer.sh [beaglebone_address]`
1. Pair the BeagleBone with a FlockLab 2 cape and install the correct calibration files. Don't forget to also connect the cape to the BB with a microUSB cable (you can use the one that comes with the BB).
1. Pair the BeagleBone with a FlockLab 2 cape and install the correct calibration files. Don't forget to also connect the cape to the BB with a microUSB cable (you can use the one that comes with the BB).
### Debian 10
It is also possible to use a Debian 10 image for the Beaglebone. If you choose to do so, you need to use the [`rl-2.0`](https://gitlab.ethz.ch/tec/public/flocklab/observer/-/tree/rl2.0) branch of the observer repository. However, the setup procedure is slightly different. Follow [this](https://github.com/ETHZ-TEC/RocketLogger/tree/flocklab/software/system#remote-setup) guide to install the system and necessary dependencies, then continue with step 6. above.