Hi
For a product, I'd like to have (well it's a requirement) the firmware update encrypted.
So I set the following in sysbuild.conf:...SB_CONFIG_BOOT_ENCRYPTION=ySB_CONFIG_BOOT_ENCRYPTION_ALG_AES_256=ySB_CONFIG_BOOT_ENCRYPTION_KEY_FILE="PATH_TO/encryption-key.pem"...
As I'like to use AES-256, I also set CONFIG_PSA_CRYPTO=y in mcuboot.conf as tinycrypt does only support AES-128.
Unfortunately the generating the signed_by_mcuboot_and_b0_ipc_radio.hex file now fiails with:
Usage: imgtool.py sign [OPTIONS] INFILE OUTFILETry 'imgtool.py sign --help' for help.
Error: Can not set rom_fixed and load_addr at the same time
surprisingly, using SB_CONFIG_BOOT_ENCRYPTION_ALG_AES_128=y works
I use NCS-3.4.0