Hello everyone,
I'm working on a project based on the nRF52840, and I'm using nRF Connect SDK 2.9.0. The project uses MCUboot, but the firmware image is signed externally — outside of the build system. I'm looking for guidance on how to configure the project to disable automatic image signing during the build process. Specifically, I want to:
- Provide the public key to the MCUboot build process (so it can verify signatures). I do not have access to firmware private key.
- Prevent automatic image signing (image_signing.cmake) by the build system, as signing will be handled separately.
Any suggestions on the correct configuration for this setup?