Hello,
Im working right now on a product which saves the update file (init + app packet) on its Flash in a specified memory section.
After "uploading" the file in the flash the product get sets in DFU mode from extern.
My question here: How to adjust the bootloader to do the firmware update with the already saved update file from the flash?
Is it possible to do this without transport layer? Is it easier to write a new transport layer? Are there any examples?
If its too complicated I still can work with the Serial UART DFU transport layer. Thanks!