samples/dfu/single_slot: Application entering fw_loader via USB MCUmgr#27416
Conversation
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: a2fe4c2be7e07e1509f6a45b7b1dbc9d1ed07b53 more detailssdk-nrf:
Github labels
List of changed files detected by CI (21)Outputs:ToolchainVersion: 911f4c5c26 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsbmdoc.z6.web.core.windows.net/ncs/PR-27416/nrf/samples/dfu/single_slot/README.html |
92de9b1 to
b44fc63
Compare
b44fc63 to
ce9e2cc
Compare
cc8030a to
6b1f238
Compare
6b1f238 to
bb0ad8d
Compare
1456564 to
0880ad2
Compare
FrancescoSer
left a comment
There was a problem hiding this comment.
Approving not to block but please implement these suggestions
283d316 to
e0ed7ae
Compare
9b83341 to
d25dc97
Compare
d25dc97 to
22bb5ca
Compare
| * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause | ||
| */ | ||
|
|
||
| /*#include "../../../boards/nrf54lm20dk_nrf54lm20a_cpuapp.overlay"*/ |
There was a problem hiding this comment.
Looks like a leftover comment - however, theoretically this is the correct way of passing memory map partitioning to sub images according to the build system owners.
8715be0 to
531f475
Compare
531f475 to
b53ccbb
Compare
b53ccbb to
0f94ab3
Compare
af82601 to
8a63a62
Compare
1) Added configuration which allows enabling MCUboot's boot_mode sensing trought gpregret register for nRF54lm20dk. This configuration is supposed to be used along with FILE_SUFFIX=usb_enter. 2) Added support for enetering the firmware loader mode using SMP MCUmgr protocol. This can be done using OS reboot command with boot_mode parameter set to `1`. Functionality is added for nRF54LM20 DK board. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> dk
Application is blinking the LED when it is running. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Setup VID & PID for the nRF54lm20 dongle. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Extend sample's configuration to support nRF54LM20dongle with usb fw_loader and buttonles DFU enter via mcumgr (via USB serial) in the application. This peculiar configuration for the nrf54lm20dongle/nrf54lm20b/cpuapp It has to be build with the FILE_SUFFIX="usb_enter_dongle". Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Added peculiar configuration for the nrf54lm20dongle/nrf54lm20b/cpuapp It has only to build sucessfully as this sample is supposed to be use as part of a DFU multiimage sysbuild project. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Added nrf54lm20dk/nrf54lm20b/cpuapp as test-build platform. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
Added doc on USB buttonelss DFU for nRF54lm20dk and nRF54lm20dongle. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
8a63a62 to
a2fe4c2
Compare
goes after #27185
Review only commit after this commits (by title): changelog: entry on usb_mcumgr firmware_loader