Sign inSign up

msalau/ses

By msalau

Updated almost 4 years ago

Segger Embedded Studio for headless building

Image
0

288

msalau/ses repository overview

Docker image for headless building Segger Embedded Studio Projects

About

The image contains git, wget and SES of the version defined during build. The IDE can only be used for headless builds only (e.g. CI).

SES is installed into /opt/ses/ and /opt/ses/bin has been added to the PATH environment variable.

The image is based on Ubuntu 20.04

Volume /src should be used to bind project directory for building.

Building an example project from nRF SDK

cd <...>/nRF5_SDK_17.1.0_ddde560
docker run --rm -v "${PWD}:/src" msalau/ses:4.52a emBuild -config Release ./examples/ant/ant_plus/ant_hrm/hrm_tx/pca10040/s212/ses/ant_hrm_tx_pca10040_s212.emProject -verbose

Source

The Dockerfile for this image can be found in GitHub repository msalau/docker-ses

Tag summary

Content type

Image

Digest

sha256:8685d2696

Size

497.9 MB

Last updated

almost 4 years ago

docker pull msalau/ses:4.52a