You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When CONFIG_BOOTLOADER_MCUBOOT is enabled it would be really nice to have pio targets for bootloader stuff
buildbootloader to build mcuboot with the same BOARD settings
uploadbootloader to flash the bootloader image
Use imgtool to sign / encrypt the target firmware
Currently it seems like the only thing that happens is the program start address is changed to slot0 partition and thats it. I noticed mcuboot is fetched into framework-zephyr/_pio/bootloader but there really is no way to build it or upload it
When
CONFIG_BOOTLOADER_MCUBOOT
is enabled it would be really nice to have pio targets for bootloader stuffbuildbootloader
to build mcuboot with the same BOARD settingsuploadbootloader
to flash the bootloader imageimgtool
to sign / encrypt the target firmwareCurrently it seems like the only thing that happens is the program start address is changed to slot0 partition and thats it. I noticed mcuboot is fetched into framework-zephyr/_pio/bootloader but there really is no way to build it or upload it
Note: this is quite similar to this nrf issue: platformio/platform-nordicnrf52#150
The text was updated successfully, but these errors were encountered: