Hello,
I'm trying to make a application bootable through MCUBoot but I'm having a hard time generating the .bin file with MCUBoot header.
According to this page I should be able to turn my application bootable by adding both CONFIG_BOOTLOADER_MCUBOOT and CONFIG_SECURE_BOOT configs to my prj.conf file, right?
Doing so I still don't get a .bin (or .signed.bin) file with MCUBoot header to upload through AuTerm as advised in the Academy guide.
I do generate a zephyr.bin in my ./build/APP_NAME/zephyr folder, but I can't upload it:
Am I missing some step?