-
I have enabled support for encrypting the image in slot1, since it sits in external flash. I also want to enable serial recovery using a GPIO line to stay in the bootloader. In the current build I have, the only way you can have an encrypted image is if you enable single slot application (CONFIG_SINGLE_APPLICATION_SLOT=y). I am using the latest version of ncs/Nordic. If I don't enable single slot application, then I get the following error: In the bootloader itself, I don't care if I update slot 0 or slot1 using serial recovery, but I can't enable single slot application because in DFU mode on my application, I do need two slots. Shouldn't serial recovery be supported when you turn on image encryption without having to enable single slot applications ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This has been fixed but ncs lags behind |
Beta Was this translation helpful? Give feedback.
This has been fixed but ncs lags behind
main
of mcuboot andmain
of zephyr, so would need to wait for an upmerge to be completed which should provide support