Hi, teams.
I am trying to implement DFU functionality on mesh node devices.
Currently, I am using Mesh SDK 4.1.0 and have read DFU-related documents, but still something is not clear.
- Doing DFU via nRFConnect for Mobile in mesh device is not possible for now. Right?
- There are two kinds of bootloader: serial / non-serial. Which kind of bootloader should I use, if I want to do DFU over BLE, not using UART?
- The actual DFU process for each device is still unclear to me.
- "nrfutil dfu serial ..." command can send DFU over the air from first device to second device, Right?
- If a. is correct, what is the firmware requirement for two devices(sender / receiver)?
- "nrfutil dfu serial ..." command is the only method for DFU in Mesh ? Or there is other alternative?
TIA