This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF5340 : How to update encrypted net core app update bin to network core

`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 ?

Parents
  • Hi Siddharth,

    For encrypted images on both cores, we can talk about it in 287470.

    4) Can I use MCUBOOT's -  "CONFIG_BOOT_ENCRYPT_EC256" kconfig option to netboot of nRF5340 ?

    No, this option is not available for netboot.
    The netboot bootloader does not have support for encryption.

    Regards,
    Sigurd Hellesvik

Reply
  • Hi Siddharth,

    For encrypted images on both cores, we can talk about it in 287470.

    4) Can I use MCUBOOT's -  "CONFIG_BOOT_ENCRYPT_EC256" kconfig option to netboot of nRF5340 ?

    No, this option is not available for netboot.
    The netboot bootloader does not have support for encryption.

    Regards,
    Sigurd Hellesvik

Children
Related