Skip to content

Commit c2c7210

Browse files
committed
doc: nrf: app_dev: bootloaders: Update QSPI XIP split image flash
Updates these instructions to refer to nrfutil instead of nrfjprog Signed-off-by: Jamie McCrae <[email protected]>
1 parent e531cd9 commit c2c7210

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/nrf/app_dev/bootloaders_dfu/qspi_xip_split_image.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,7 @@ Programming with the QSPI XIP split image
215215
*****************************************
216216

217217
Programming of the application is supported using the :ref:`standard procedure <programming>`.
218-
The standard procedure will program the firmware using the default nrfjprog configuration which, for QSPI, is PP4IO mode.
219-
220-
.. note::
221-
|nrfjprog_deprecation_note|
218+
The standard procedure programs the firmware using the default nRF Util configuration, which, for QSPI, is the PP4IO mode.
222219

223220
Programming using a different SPI mode
224221
======================================
@@ -233,8 +230,8 @@ To use this file when programming, add the following lines to the application's
233230
.. code-block:: cmake
234231
235232
macro(app_set_runner_args)
236-
# Replace with the filename of your ini file
237-
board_runner_args(nrfjprog "--qspiini=${CMAKE_CURRENT_SOURCE_DIR}/Qspi_thingy53.ini")
233+
# Replace with the filename of your json file
234+
board_runner_args(nrfutil "--ext-mem-config-file=${CMAKE_CURRENT_SOURCE_DIR}/qspi_thingy53.json")
238235
endmacro()
239236
240237
This will enable programming the target board successfully when using ``west flash``.

0 commit comments

Comments
 (0)