samples: DFU over Bluetooth SMP rework#117
Conversation
edmont
commented
Jun 19, 2026
- Add DFU over Bluetooth SMP support for the light bulb sample
- Create a snippet for the Zigbee FOTA support, used by both light bulb and light switch samples
- Update documentation with DFU over Bluetooth SMP support
Documentation PreviewThe documentation has been built successfully. You can view the preview here: preview Generated at: Expand to view changed pages
|
04f3a61 to
1596396
Compare
|
|
||
| .. |bt device name| replace:: MatterZigbee | ||
| .. |app name| replace:: light_bulb | ||
| .. |matter mcumgr smp upload| replace:: mcumgr --conntype ble --hci 0 --connstring peer_name='MatterZigbee' image upload build/light_bulb/zephyr/zephyr.signed.bin |
There was a problem hiding this comment.
This is not quite complete command. For the app core with nRF54L it's enough, but for the two-core scenario we need to update app and net core separately using -w and -n flags. See the guide here: https://nrfconnectdocs.nordicsemi.com/ncs/latest/matter/nrfconnect_examples_software_update.html
- Add DFU over Bluetooth SMP support for the light bulb sample - Create a snippet for the Zigbee FOTA support, used by both light bulb and light switch samples - Update documentation with DFU over Bluetooth SMP support Signed-off-by: Eduardo Montoya <eduardo.montoya@nordicsemi.no>