doc: nrf-bm: includes: softdevice_flash: edit with recent updates#457
Merged
eivindj-nordic merged 1 commit intoNov 7, 2025
Merged
Conversation
|
You can find the documentation preview for this PR here. |
b-gent
approved these changes
Nov 4, 2025
MirkoCovizzi
reviewed
Nov 6, 2025
| For example, for the ``bm_nrf54l15dk/nrf54l15/cpuapp/s115_softdevice`` board target, you must use the SoftDevice binary :file:`s115_nrf54l15_9.0.0-4.prototype_softdevice.hex` . | ||
| The SoftDevice is included as part of the build process and output as a separate ``SoftDevice`` image in the build directory. | ||
| With the MCUboot board target, the SoftDevice is signed and included as part of the MCUboot image. | ||
| When using ``west flash`` to program the application, the SoftDevice image is programmed together with the other images. |
Contributor
There was a problem hiding this comment.
I would also mention that the same applies when using the GUI from the VSCode extension.
The SoftDevice is now flashed automatically also for non-MCUboot board targets. Update documentation accordingly. Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
9b0070c to
21b8f8e
Compare
MirkoCovizzi
approved these changes
Nov 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The SoftDevice is now flashed automatically also for non-MCUboot board targets. Update documentation accordingly.