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

i want to update (dfu)from sdcard .

update from sdcard ,read sdcard file and to update  ,have the example ? if no  ,can you tell me how to do it?

Parents
  • Hi, 

    We currently don't have an example on that particular feature. I assume it's a single chip setup ? You want the bootloader to read the SDcard and update the application firmware on the same chip ? We only have example for 2 chip solution where the image sent from one chip/PC to the nRF52. You would need to write your own code to read the SD card and store the image to flash. You can reuse some part of the bootloader, for example flash storing, init packet checking, image swapping. 

Reply
  • Hi, 

    We currently don't have an example on that particular feature. I assume it's a single chip setup ? You want the bootloader to read the SDcard and update the application firmware on the same chip ? We only have example for 2 chip solution where the image sent from one chip/PC to the nRF52. You would need to write your own code to read the SD card and store the image to flash. You can reuse some part of the bootloader, for example flash storing, init packet checking, image swapping. 

Children
Related