Skip to content

Commit 33dfb55

Browse files
committed
samples: wifi: shell: Replace nrfjprog with nrfutil
Replace all instances of `nrfjprog` commands with `nrfutil` commands as nrfjprog is going to be deprecated. Fixes SHEL-3520. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
1 parent 8663873 commit 33dfb55

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

samples/wifi/shell/README.rst

+5-8
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,14 @@ The following is an example of the CLI commands:
9292
9393
west build -b thingy91x/nrf5340/cpuapp -- -DSB_CONFIG_THINGY91X_STATIC_PARTITIONS_NRF53_EXTERNAL_FLASH=y
9494
# Set SWD switch to nRF91 and check if you are connected to an nRF91:
95-
nrfjprog --deviceversion
96-
# If you see NRF9120_xxAA_REV3, proceed with erasing:
97-
nrfjprog --recover
95+
nrfutil device device-info
96+
# If you see deviceVersion as NRF9120_xxAA_REV3 in the above output, proceed with erasing:
97+
nrfutil device --recover
9898
# Flip the SWD switch back to nRF53.
99-
nrfjprog --deviceversion
100-
# If you see NRF5340_xxAA_REV1, proceed with flashing:
99+
nrfutil device device-info
100+
# If you see deviceVersion as NRF5340_xxAA_REV1 in the above output, proceed with flashing:
101101
west flash --erase
102102
103-
.. note::
104-
|nrfjprog_deprecation_note|
105-
106103
See also :ref:`cmake_options` for instructions on how to provide CMake options.
107104

108105

0 commit comments

Comments
 (0)