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

bootutil: Fix boot_set_next passing wrong image number #1763

Merged

Commits on Aug 2, 2023

  1. bootutil: Fix boot_set_next passing wrong image number

    The commit fixes boot_set_next always passing image 0 to
    boot_write_swap_info, instead of the proper image number.
    This has been affecting applications that tried to call boot_set_next
    in multi-image MCUboot configuration using scratch-swap algorithm.
    
    Fixes mcu-tools#1762
    
    Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
    de-nordic committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    429a4d5 View commit details
    Browse the repository at this point in the history