mcuboot, Image in the primary slot is not valid, Unable to find bootable image

I followed the course to enable MCUBOOT over BLE it is successful for the project peripheral_lbs but not my application.

uart log;


build log:

prj.conf



Parents Reply
  • Does it mean we can not disable the features individually?  such as "Coded PHY (Long Range)", "Connectionless CTE Advertising" and "Connection CTE Response", we can not disable them if we use multiole, is that so?

Children
  • Yes, you can disable individual features that you don't need. For instance, coded PHY. The linker will remove sections from the library if it is able to determine that they are not being used.