File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -77,9 +77,21 @@ The :ref:`lwm2m_interface` protocol includes support for firmware update via
7777connect to an LwM2M server using DTLS. A :zephyr:code-sample: `lwm2m-client ` sample is
7878available 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
You can’t perform that action at this time.
0 commit comments