User Tools

Site Tools


build

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. Use a production image (ost-distro-*), see https://wiki.bu.ost.ch/infoportal/software/linux/yocto/meta-ost. This image is write protected which make it safe to turn the power of at any instance. However, you must make sure to mount the system as writable, see Deploy to the Target.

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.txt · Last modified: 2023/05/31 16:37 by ursgraf