Mender integration for nxp 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/Freescale/meta-freescale-3rdparty
branch: zeus
revision: HEAD
URI: https://github.com/Freescale/meta-freescale-distro
branch: zeus
revision: HEAD
URI: https://github.com/boundarydevices/meta-boundary
branch: zeus
revision: HEAD
The following commands will setup the environment and allow you to build images that have Mender integrated.
mkdir mender-nxp && cd mender-nxp
repo init -u https://github.com/mendersoftware/meta-mender-community \
-m meta-mender-nxp/scripts/manifest-nxp.xml \
-b zeus
repo sync
source setup-environment nxp
MACHINE=imx7s-warp bitbake core-image-base
The author(s) and maintainer(s) of this layer are:
- Pierre-Jean Texier - [email protected] - texierp
- Joris Offouga - [email protected] - jorisoffouga
Always include the maintainers when suggesting code changes to this layer.