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

sysbuild: MCUboot fixes #15491

Merged
merged 3 commits into from
Jun 5, 2024
Merged

Commits on May 24, 2024

  1. sysbuild: Fix issue with not signing MCUboot secure boot images

    Fixes an issue whereby MCUboot updates for secure boot were not
    signed and thus could not be used
    
    Signed-off-by: Jamie McCrae <[email protected]>
    nordicjm committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4322d89 View commit details
    Browse the repository at this point in the history
  2. sysbuild: Add fixed address when signing in direct XIP mode

    Adds the fixed ROM address of images to the signed images when
    direct XIP mode is enabled
    
    Signed-off-by: Jamie McCrae <[email protected]>
    nordicjm committed May 24, 2024
    Configuration menu
    Copy the full SHA
    34276af View commit details
    Browse the repository at this point in the history
  3. sysbuild: Allow de-synchronising updateable images with main app

    Adds an option that allows for not setting the number of updateable
    images in the main application to the number that MCUboot supports,
    this is needed for some nrf9160dk projects that have a single
    update slot but use it for updating application and secure
    bootloader
    
    Signed-off-by: Jamie McCrae <[email protected]>
    nordicjm committed May 24, 2024
    Configuration menu
    Copy the full SHA
    bdf5888 View commit details
    Browse the repository at this point in the history