Skip to content

Commit ab8fe68

Browse files
MarekPietakapi-no
authored andcommitted
applications: nrf_desktop: Fix MCUboot serial recovery DFU image path
Change fixes path to DFU update image file in documentation (MCUboot serial recovery). Jira: NCSDK-31754 Signed-off-by: Marek Pieta <[email protected]>
1 parent 494031e commit ab8fe68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/nrf_desktop/bootloader_dfu.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,13 +401,13 @@ Once the device enters the serial recovery mode, you can use the :ref:`mcumgr <z
401401

402402
* Query information about the present image.
403403
* Upload the new image.
404-
The :ref:`mcumgr <zephyr:device_mgmt>` uses the :file:`<build_dir>/zephyr/nrf_desktop/zephyr.signed.bin` update image file.
404+
The :ref:`mcumgr <zephyr:device_mgmt>` uses the :file:`<build_dir>/nrf_desktop/zephyr/zephyr.signed.bin` update image file.
405405
It is generated by the build system when building the firmware.
406406

407407
For example, the following line starts the upload of the new image to the device:
408408

409409
.. code-block:: console
410410
411-
mcumgr -t 60 --conntype serial --connstring=/dev/ttyACM0 image upload build-nrf52833dongle/zephyr/nrf_desktop/zephyr.signed.bin
411+
mcumgr -t 60 --conntype serial --connstring=/dev/ttyACM0 image upload build/nrf_desktop/zephyr/zephyr.signed.bin
412412
413413
The command assumes that ``/dev/ttyACM0`` serial device is used by the MCUboot bootloader for the serial recovery.

0 commit comments

Comments
 (0)