You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the behavior of the buttons in the A/B sample from toggling into
the other slot to binding each button to a single slot (button 0 -> slot
A, button 1 -> slot B).
Ref: NCSDK-36121
Signed-off-by: Tomasz Chyrowicz <[email protected]>
Copy file name to clipboardExpand all lines: samples/dfu/ab/README.rst
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,8 +72,8 @@ Otherwise, it is running from slot A.
72
72
If the project does not use the Partition Manager (a configuration currently only supported on the nRF54H20), the currently running slot can be identified by comparing the address pointed `zephyr,code-partition` to specific node addresses defined in the device tree.
73
73
The following node partitions are used by default:
74
74
75
-
* ``slot0_partition`` - Application core, slot A
76
-
* ``slot1_partition`` - Application core, slot B
75
+
* ``cpuapp_slot0_partition`` - Application core, slot A
76
+
* ``cpuapp_slot1_partition`` - Application core, slot B
77
77
* ``cpurad_slot0_partition`` - Radio core, slot A
78
78
* ``cpurad_slot1_partition`` - Radio core, slot B
79
79
@@ -83,7 +83,7 @@ For example, verifying that the application is running from slot A can be done b
0 commit comments