Lines Matching +full:- +full:- +full:update
3 Over-the-Air Update
9 Over-the-Air (OTA) Update is a method for delivering firmware updates to remote
14 when an update is available. Security is a concern with OTA updates; firmware
42 `Eclipse hawkBit`_ |trade| is an update server framework that uses polling on a
43 REST api to detect firmware updates. When a new update is detected, the binary
47 There is a :zephyr:code-sample:`hawkbit-api` sample included in the
48 Zephyr :zephyr:code-sample-category:`mgmt` section.
54 be manually triggered or monitored via polling. When a new update is detected,
58 There is an :zephyr:code-sample:`updatehub-fota` sample included in the Zephyr
59 :zephyr:code-sample-category:`mgmt` section.
64 A Simple Management Protocol (SMP) server can be used to update firmware via
69 There is an :zephyr:code-sample:`smp-svr` sample included in the Zephyr
70 :zephyr:code-sample-category:`mgmt` section.
75 The :ref:`lwm2m_interface` protocol includes support for firmware update via
77 connect to an LwM2M server using DTLS. A :zephyr:code-sample:`lwm2m-client` sample is
78 available but it does not demonstrate the firmware update feature.
82 .. _Golioth Firmware SDK repository: https://github.com/golioth/golioth-firmware-sdk/tree/main/exam…
83 .. _Golioth OTA documentation: https://docs.golioth.io/device-management/ota