mirzak
May 29, 2019, 9:38am
41
Also for reference, we recently did a board integration for i.MX8 on sumo branch (similar BSP to what you are using), you can take a look at the commit here,
committed 10:53AM - 15 May 19 UTC
A new vendor directory is added (meta-mender-imx), which will contain
boards int… egrations based on the NXP i.MX BSP, not to be confused with the
community BSP which can be found in meta-mender-nxp. This will also create
a clear seperation as you could potentionally have the same board integrated
in both BSP's.
Based-on-work-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
I would suggest this as a good template for how I would have done it for i.MX6ULL
And the post,
The official Mender documentation explains how Mender works. This is simply a board-specific complement to the official documentation.
Board description
The NXP® i.MX 8MQuad Evaluation Kit (EVK) provides a platform for rapid evaluation of the i.MX 8MQuad, i.MX 8MDual and i.MX 8MQuadLite Applications Processors, utilizing 2 to 4x Arm® Cortex®-A53s and 1x Cortex-M4 cores. It brings High-Performance with Low Power, Flexible options of Memory and High-Speed Interfaces as well as Industry-Leading Au…
But with these instructions,
mkdir mender-imx && cd mender-imx
repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml
wget --directory-prefix .repo/manifests https://raw.githubusercontent.com/mendersoftware/meta-mender-community/sumo/meta-mender-imx/scripts/imx-4.14.98-2.0.0_demo_mender.xml
repo init -m imx-4.14.98-2.0.0_demo_mender.xml
repo sync
DISTRO=fsl-imx-xwayland MACHINE=imx8mqevk . fsl-setup-mender.sh -b build
Which is not how it is currently done in that post as the imx-4.14.98-2.0.0_demo_mender.xml
file was up-streamed.