User Tools

Site Tools


build

This is an old revision of the document!


Build the Software

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.

Preparations

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.

Getting the Sources

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

Compile

Start the compilation of the delta application with

$ ./make.sh

Next: Connect to the Target

build.1646292908.txt.gz · Last modified: 2022/03/03 08:35 by ursgraf