Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate mcuboot in framework-zephyr when using CONFIG_BOOTLOADER_MCUBOOT #13

Open
shlomozippel opened this issue Feb 3, 2023 · 0 comments

Comments

@shlomozippel
Copy link

When CONFIG_BOOTLOADER_MCUBOOT is enabled it would be really nice to have pio targets for bootloader stuff

  1. buildbootloader to build mcuboot with the same BOARD settings
  2. uploadbootloader to flash the bootloader image
  3. 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

Note: this is quite similar to this nrf issue: platformio/platform-nordicnrf52#150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant