Hello
I'm wondering if it is possible to upgrade over-the-air from SDK11 to SDK15.
I know already that using the example bootloader from SDK11 will not work because the secured bootloader of SDK15 is bigger (24kB for SDK15 vs 16kB for SDK11)
Therefore I compiled the SDK11 bootloader with enough space so that the upgraded secured bootloader from SDK15 would have space on top of the memory.
I compiled the SDK11 project with modified bootloader, SD132 V2.0.1 and my application and flashed my the PCA10040 dev-board with it.
I also compiled the secured bootloader (with generated keys) and created several different zip-files for the DFU. Unfortunately I can't upload the new firmware with any of the generated DFU-files. nrfConnect can't start the DFU and nRF ToolBox has several Error messages (most of them indicate only that the DFU from Bootloader or Softdevice is not supported)
I tried the DFU with
- Bootloader only than SoftDevice only
- Bootloader + SD
- Bootloader + SD + App
Has anyone any ideas how this could be possible to upgrade from the legacy bootloader to the secured bootloader over the air??
Many thanks in advance