I can get certain MCUboot features working for the Lesson 8 test program. However, these features don't work when I try to port them over to a fully fledged project. I think the problem may stem from the board files in my actual project being local, instead of in some global location like in the Lesson 8 DevAcademy test program.
What do I need to do to make things work?
thanks
** Edit - I've tried rebuilding my project on top of the example. Slowly, adding bit after bit, it seems to work. I'm not sure why it doesn't work the other way around, adding in MCUboot to the actual project files.