As per DFU concept the image management command handlers makes it possible to upload, list, test and confirm the image(s), while the OS management command handlers makes it possible to reset the chip (and run the echo command). Since the DFU support is added to the application, the chip needs to be reset, to give control to MCUboot, which will validate the new uploaded image and swap it with the old image.
But I want to erase old image 1st then download new image using DFU because my application is occupy 90 % of memory so vacant space is not available to download new image and it is hard to add external flash memory because hardware design is completed.
How to do it ?
Any settings is there to do so.
Thanks ,
ram