apache / mynewt-newt

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
117 stars 96 forks source link

mfg: account for updated bootloader path in mfg command #440

Closed vikrant-proxy closed 3 years ago

vikrant-proxy commented 3 years ago

Bootloader binaries seem to have moved to app/@mcuboot, which causes mfg command to fail, see https://github.com/apache/mynewt-newt/issues/439. This PR attempts to account for this change.

marcoNexion commented 2 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 ?