This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

what are the steps to implement Firmware update (DFU) from server or cloud ?

I can upload zip file from app, but i need to download it from server and upgrade the application

Parents
  • You can use the DFU library(Android / iOS) in your smartphone app to send the fw to the device, but from where you get this zip from is up to you. We don't provide any Android / iOS cloud-example for DFU. I assume different cloud companies have example code how you download things from the cloud to your smartphone app.

  • hey sigurd, thanks for reply

    My requirements are mentioned below

    How I can download program zip file from server using WiFi and store it in flash memory?  how to store data array into flash using FDS and read this zip file in nordic internal flash?

    get zip file from sever --> store in flash --> switch application to DFU / boot-loader mode using button less --> read this file from flash --->send this file for upgrade firmware and replace with existing firmware

    Thanks in advance

Reply
  • hey sigurd, thanks for reply

    My requirements are mentioned below

    How I can download program zip file from server using WiFi and store it in flash memory?  how to store data array into flash using FDS and read this zip file in nordic internal flash?

    get zip file from sever --> store in flash --> switch application to DFU / boot-loader mode using button less --> read this file from flash --->send this file for upgrade firmware and replace with existing firmware

    Thanks in advance

Children
Related