Mender integration for atmel based boards
The supported and tested boards are:
Visit the individual board links above for more information on status of the integration and more detailed instructions on how to build and use images together with Mender for the mentioned boards.
This layer depends on:
URI: https://github.com/linux4sam/meta-atmel
branch: kirkstone
revision: HEAD
URI: https://github.com/mendersoftware/meta-mender.git
layers: meta-mender-core
branch: kirkstone
revision: HEAD
The following commands will setup the environment and allow you to build images that have Mender integrated.
mkdir mender-atmel && cd mender-atmel
repo init -u https://github.com/mendersoftware/meta-mender-community \
-m meta-mender-atmel/scripts/manifest-atmel.xml \
-b kirkstone
repo sync
source setup-environment atmel
MACHINE=sama5d27-som1-ek-sd bitbake core-image-base