The application is developed on a Linux host machine and can then be deployed to the board. The software itself can be studied on https://github.com/eeduro/delta.
Install our Linux image on the target and install the necessary SDK and tools on the host as described in Installation on a Beaglebone Blue Board.
Fetch the EEDURO scripts on your host and change into the right directory
$ git clone https://github.com/eeduro/eeduro-scripts.git eeduro $ cd eeduro/delta
Run the clone.sh
script. This will clone the necessary repository.
$ ./clone.sh