Files
domo/bsp/buildroot/package/mender
NADAL Jean-Baptiste ce26524ecd
Some checks failed
continuous-integration/drone/push Build was killed
bump buildroot to 2019.02.2
2019-06-04 23:30:33 +02:00
..
2019-03-28 22:49:48 +01:00
2019-03-28 22:49:48 +01:00
2019-03-28 22:49:48 +01:00
2019-03-28 22:49:48 +01:00
2019-03-28 22:49:48 +01:00
2019-03-28 22:49:48 +01:00
2019-06-04 23:30:33 +02:00
2019-03-28 22:49:48 +01:00
2019-03-28 22:49:48 +01:00
2019-03-28 22:49:48 +01:00

=== Notes on using Mender on Buildroot
======================================
Default configurations files
----------------------------

Buildroot comes with a default artifact_info and device_type configuration files
in /etc/mender. They contain default values, and thus they should be overridden
on a production system.

The simplest way to do it is to change these files in an overlay or in a post
build script.

Configuring mender with certificates
------------------------------------

Mender uses TLS to communicate with the management server, and if you use a
CA-signed certificate on the server, you should select the ca-certificates
package otherwise it doesn't work.