Skip to content

Commit fa29622

Browse files
doc: services: device_mgmt: add mender-mcu to OTA examples
Add mender-mcu entry to `Examples of OTA` list. Signed-off-by: Daniel Skinstad Drabitzius <[email protected]>
1 parent 2cfd924 commit fa29622

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/services/device_mgmt/ota.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,21 @@ The :ref:`lwm2m_interface` protocol includes support for firmware update via
7777
connect to an LwM2M server using DTLS. A :zephyr:code-sample:`lwm2m-client` sample is
7878
available but it does not demonstrate the firmware update feature.
7979

80+
mender-mcu
81+
==========
82+
83+
`mender-mcu`_ enables robust firmware updates on resource-constrained devices by
84+
integrating with Zephyr. It implements an Update Module interface and provides
85+
a default Update Module that integrates with MCUboot to provide A/B updates.
86+
This allows microcontroller units (MCUs) to perform atomic, fail-safe OTA
87+
updates with automatic rollback on failure.
88+
89+
See :ref:`external_module_mender_mcu` for integration details and examples.
90+
8091
.. _MCUboot bootloader: https://mcuboot.com/
8192
.. _Golioth: https://golioth.io/
8293
.. _Golioth Firmware SDK repository: https://github.com/golioth/golioth-firmware-sdk/tree/main/examples/zephyr/fw_update
8394
.. _Golioth OTA documentation: https://docs.golioth.io/device-management/ota
8495
.. _Eclipse hawkBit: https://www.eclipse.org/hawkbit/
8596
.. _UpdateHub: https://updatehub.io/
97+
.. _mender-mcu: https://github.com/mendersoftware/mender-mcu

0 commit comments

Comments
 (0)