Skip to content

Commit 76259e0

Browse files
greg-fercarlescufi
authored andcommitted
doc: audio: nrfjprog to nrfutil update
Replaced nrfjprog with nrfutil in the Audio app documentation. NCSDK-30139. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
1 parent e9b6728 commit 76259e0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

applications/nrf5340_audio/doc/building.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ When preparing the JSON file, update the following fields:
6262

6363
* ``nrf5340_audio_dk_snr`` -- This field lists the SEGGER serial number.
6464
You can check this ten-digit number on the sticker on the nRF5340 Audio development kit.
65-
Alternatively, connect the development kit to your PC and run ``nrfjprog -i`` in a command window to print the SEGGER serial number of all connected kits.
65+
Alternatively, connect the development kit to your PC and run ``nrfutil device list`` in a command window to print the SEGGER serial number of all connected kits.
6666
* ``nrf5340_audio_dk_dev`` -- This field assigns the specific nRF5340 Audio development kit to be ``headset`` or ``gateway``.
6767
* ``channel`` -- This field is valid only for headsets.
6868
It sets the channels on which the headset is meant to work.
@@ -298,21 +298,21 @@ After building the files for the development kit you want to program, follow the
298298
When using the default CIS configuration, if you want to use two headset devices, you must also populate the UICR with the desired channel for each headset.
299299
Use the following commands, depending on which headset you want to populate:
300300

301-
* Left headset (``--val 0``):
301+
* Left headset (``--value 0``):
302302

303303
.. code-block:: console
304304
305-
nrfjprog --memwr 0x00FF80F4 --val 0
305+
nrfutil device x-write --address 0x00FF80F4 --value 0
306306
307-
* Right headset (``--val 1``):
307+
* Right headset (``--value 1``):
308308

309309
.. code-block:: console
310310
311-
nrfjprog --memwr 0x00FF80F4 --val 1
311+
nrfutil device x-write --address 0x00FF80F4 --value 1
312312
313313
Select the correct board when prompted with the popup.
314-
Alternatively, you can add the ``--snr`` parameter followed by the SEGGER serial number of the correct board at the end of the ``nrfjprog`` command.
315-
You can check the serial numbers of the connected devices with the ``nrfjprog -i`` command.
314+
Alternatively, you can add the ``--serial-number`` parameter followed by the SEGGER serial number of the correct board at the end of the ``nrfutil device`` command.
315+
You can check the serial numbers of the connected devices with the ``nrfutil device list`` command.
316316

317317
.. note::
318318
|usb_known_issues|

0 commit comments

Comments
 (0)