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

mynewt: Add single_loader support #1934

Merged
merged 1 commit into from
Apr 14, 2024
Merged

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Apr 9, 2024

There is existing functionality for Zephyr where mcuboot works with single slot (no swap) and image can be updated via boot_serial.

To have same functionality in mynewet single_loader.c file is copied from zephyr tree and 2 pkg.yml files are modified to utilize new file when BOOTUTIL_SINGLE_APPLICATION_SLOT is defined

There is existing functionality for Zephyr where mcuboot works
with single slot (no swap) and image can be updated via boot_serial.

To have same functionality in mynewet single_loader.c file is copied
from zephyr tree and 2 pkg.yml files are modified to utilize new
file when BOOTUTIL_SINGLE_APPLICATION_SLOT is defined

Signed-off-by: Jerzy Kasenberg <[email protected]>
@kasjer kasjer marked this pull request as ready for review April 10, 2024 06:10
Copy link
Member

@utzig utzig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@utzig utzig merged commit ed6460b into mcu-tools:main Apr 14, 2024
55 checks passed
@kasjer kasjer deleted the mynewt-single-loader branch April 16, 2024 09:16
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

Successfully merging this pull request may close these issues.

2 participants