Hello,
trying to understand how to replace just the bootloader and s112 SD (app not installed), presently getting Insufficient resources.
First,
mergehex -m softdevice.hex bootloader.hex -o merged_SD_bootloader.hex
nrfjprog --program merged_SD_bootloader.hex --chiperase
Second, using the very same files,
nrfutil pkg generate --bootloader bootloader.hex --bootloader-version 1 --hw-version 52 --sd-req 0xB0 --softdevice softdevice.hex --key-file private.pem SD_bootloader.zip
During DfuTarg, I get Insufficient resources.
Is this scenario possible for s112?
(I also tried bootloader version 2, and I can replace without issue using s132 on the DK, only happens when trying to replace s112)
[sdk 15.2, s112, SES, DK, secure_bootloader, pca10040e_ble]
thank-you,