Hello,
I wish to store update zip file for nRF52 in an external memory (not in an internal reserved slot), is that possible ?
Hello,
I wish to store update zip file for nRF52 in an external memory (not in an internal reserved slot), is that possible ?
Hello,
It is certainly possible and should not be much different from storing it in internal flash. However, the SD_MBR_COMMAND_COPY_BL and SD_MBR_COMMAND_COPY_SD command will only work with source address located in internal memory so the bootloader example will have to be modified.
Hello, Thank you for theses elements, is there any detailled document with this kind of information about update for nRF52 with SDK11 ?
Unfortunately we don't have that at the moment, but have some comments that you can consider:
This is what came to mind so I may have missed something, but just let me know if you run into any problems.