`Hi There,
For nRF5340 board, If I want to update encrypted net core bin file using FOTA, then what are the options to achieve it.
I have created encrypted image manually by applying --encrypt option with imgtool python script. I have used net_core_app_to_sign.bin and encrypted it with imgtool manually.
Questions:
1) Can I update net core of nRF5340 with encryption ?
2) Do netboot of nRF5340 provides support of encrypt/decrypt option ?
3) I have tried to update encrypted net core image similar way as app core but did not succeed.
4) Can I use MCUBOOT's - "CONFIG_BOOT_ENCRYPT_EC256" kconfig option to netboot of nRF5340 ?