Hello,
I'm developing a firmware based on Zigbee CLI sample and enabled DFU of app core and net core via serial.
Now I am setting a custom key for image signing and checking the verification. Verifing app core application works fine, but verifing net core application does not seem to work.
What I did,
I created a key A for image signing and set it to MCUBoot by CMakeList with
set(mcuboot_CONFIG_BOOT_SIGNATURE_KEY_FILE \"${CMAKE_CURRENT_SOURCE_DIR}/custom_key_dir/image_sign.pem\")