ota error:The image does not have a valid mcu header

Hi all,

nrf54l15dk,v3.0.1,peripheral_uart demo and no changes have been made.

Then add the following content to prj.conf

sysbuild.conf

mcuboot.conf

Finally, use the OTA file under build to upgrade

Looking forward to your reply!

Parents Reply
  • In autoconf.h, the same configuration is v3.0.1 on the left and v2.8.0 on the right; It can be found that the same configuration can be compiled with different key configurations. I don't know if this will have an impact. Moreover, v3.0.1 also defaults to enabling SB_CONFIG_SUPPORT_BOOT_ENCRYPTION. When I set it to n, it will compile and report an error. Changing it to SB_CONFIG_BOOT_SIGNATURE_TYPE_RSA=y will also cause OTA to fail. Do you have any suggestions?

Children
Related