-
It would be great, if we can have DFU over thread network feature in zephyr or may be a network agnostic dfu system. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Nashif Thanks, NM |
Beta Was this translation helpful? Give feedback.
-
Thread specification per se does not specify any particular DFU mechanism, so deploying DFU over Thread network is rather a matter of running any of the existing network-agnostic DFU protocols over Thread. You could use for instance LwM2M with its Firmware Update object, updatehub or hawkbit. But there's no out-of-the box example demonstrating how to combine these DFU protocols with Thread. Please also see #29740, which covered the same topic. |
Beta Was this translation helpful? Give feedback.
Thread specification per se does not specify any particular DFU mechanism, so deploying DFU over Thread network is rather a matter of running any of the existing network-agnostic DFU protocols over Thread. You could use for instance LwM2M with its Firmware Update object, updatehub or hawkbit. But there's no out-of-the box example demonstrating how to combine these DFU protocols with Thread.
Please also see #29740, which covered the same topic.