Closed vikrant-proxy closed 3 years ago
Hi, after pulling this commit I've a compatibility issue. Since my own bootloader (a stub) is located in the bootloader area and not dependent of @mcuboot. Do I need to change my bsp.flash_map when bootloader is not based on mcuboot ?
Bootloader binaries seem to have moved to
app/@mcuboot
, which causesmfg
command to fail, see https://github.com/apache/mynewt-newt/issues/439. This PR attempts to account for this change.