Skip to content

Commit e260a69

Browse files
kyberdinfabiobaltieri
authored andcommitted
samples: boards: nordic: Update command for checking ironside
Uses the modern nrfutil command for checking ironside versions through the boot report, rather than hardcoded addressing. Signed-off-by: Stephen Stauts <[email protected]>
1 parent 33f50ee commit e260a69

File tree

1 file changed

+4
-7
lines changed
  • samples/boards/nordic/nrf_ironside/update

1 file changed

+4
-7
lines changed

samples/boards/nordic/nrf_ironside/update/README.rst

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,12 @@ Building and running the application for nrf54h20dk/nrf54h20/cpuapp
6060

6161
#. Trigger a reset:
6262

63-
.. code-block:: console
63+
.. code-block:: console
6464
65-
nrfutil device reset --reset-kind RESET_PIN --traits jlink
65+
nrfutil device reset --reset-kind RESET_PIN --traits jlink
6666
67-
#. Check that the new version is installed:
67+
#. Check the boot report to verify that the new versions have been installed:
6868

6969
.. code-block:: console
7070
71-
# Read the version fields from the boot report
72-
nrfutil x-read --direct --address 0x2f88fd04 --bytes 16 --traits jlink
73-
# Read the update status in the boot report
74-
nrfutil x-read --direct --address 0x2f88fd24 --bytes 4 --traits jlink
71+
nrfutil device x-ironside-boot-report-read --traits jlink

0 commit comments

Comments
 (0)