Difference between revisions of "iMX8M Industrial Mender"

From Voipac Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
<div style="float:right">__TOC__</div>
 
<div style="float:right">__TOC__</div>
  
This Wiki page describes [https://hub.mender.io/t/voipac-imx8m-industrial-development-kit/5865 Mender OTA updater integration] into the Yocto Project for the iMX8M Industrial Development Kit. Mender is a secure and robust software update system capable to handle a large number of devices.
+
This Wiki page describes [https://hub.mender.io/t/voipac-imx8m-industrial-development-kit/5865 Mender OTA updater integration] into the Yocto Project for the iMX8M Industrial Development Kit. Mender is a secure robust and industry leading software update system capable to handle a large number of devices.
  
 
Mender supports several extensions enabling features like Remote Terminal, Port Forward, File Transfer, and Device Configuration, together with the ability to monitor and alert.
 
Mender supports several extensions enabling features like Remote Terminal, Port Forward, File Transfer, and Device Configuration, together with the ability to monitor and alert.
  
The steps described on this page are primarily focused on integrating Mender updater into the Yocto Project. The well written [https://docs.mender.io/ official Mender documentation] covers all the other important aspects of this utility.
+
The steps described on this Wiki page are primarily focused on integrating Mender updater into the Yocto Project. The well written [https://docs.mender.io/ official Mender documentation] covers all the other important aspects of this utility.
 +
 
 +
== Prerequisites ==
 +
In this case the utility was integrated into the Yocto Project Release 3.1 (dunfell), allowing the Mender layer to share the same steps for host machine as for the Yocto Project by itself. Additional information can be found in the [https://docs.yoctoproject.org/3.1/mega-manual/mega-manual.html Yocto mega manual], a forum thread concerning [https://hub.mender.io/t/google-repo/58 repo usage for Mender] integration can provide insight as well.
 +
 
 +
To prepare the machine, follow the [[iMX8M Industrial Yocto Prerequisites|Yocto Project prerequisites]] Wiki page.

Revision as of 19:31, 9 December 2023

This Wiki page describes Mender OTA updater integration into the Yocto Project for the iMX8M Industrial Development Kit. Mender is a secure robust and industry leading software update system capable to handle a large number of devices.

Mender supports several extensions enabling features like Remote Terminal, Port Forward, File Transfer, and Device Configuration, together with the ability to monitor and alert.

The steps described on this Wiki page are primarily focused on integrating Mender updater into the Yocto Project. The well written official Mender documentation covers all the other important aspects of this utility.

Prerequisites

In this case the utility was integrated into the Yocto Project Release 3.1 (dunfell), allowing the Mender layer to share the same steps for host machine as for the Yocto Project by itself. Additional information can be found in the Yocto mega manual, a forum thread concerning repo usage for Mender integration can provide insight as well.

To prepare the machine, follow the Yocto Project prerequisites Wiki page.