Hi,
We are currently considering the performing DFU with UART with another MCU. Is there a sample for this application where nRF54L SoC is being updated by another embedded MCU ?
Best regards,
Emre.
Hi,
We are currently considering the performing DFU with UART with another MCU. Is there a sample for this application where nRF54L SoC is being updated by another embedded MCU ?
Best regards,
Emre.
Hi Emre,
There is support for DFU over UART as demonstrated by the SMP server sample when you build for that. See also Lesson 9 – Bootloaders and DFU/FOTA in the nRF Connect SDK Intermediate course. However, the SMP client needs to be implemented on the other MCU and I do not have any suggestiosn about how to go about doing that. (An alaternative could be to implement your own custom solution where you transport the new image to the secondary slot, and handle the logic yourself, writing metadata before resetting to make MCUboot perform the update, in the same way as you would normally do vi athe SMP protocol).