Skip to content

Commit 25e4377

Browse files
nvlsianpurlubos
authored andcommitted
samples/nrf_compress/mcuboot_update: use nRF54l doc references
fota_update documentation was added so it can be referenced in the sample documentation. Signed-off-by: Andrzej Puzdrowski <[email protected]> Signed-off-by: Anna Wojdylo <[email protected]>
1 parent deb960e commit 25e4377

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/nrf_compress/mcuboot_update/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For the testing scenario to work, make sure you meet the following requirements:
6262
* Your update image differs from the base image so that the update can be applied.
6363
* You changed the firmware version by setting :kconfig:option:`CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION` to ``"2.0.0"``.
6464
* You set the :kconfig:option:`CONFIG_OUTPUT_BOOT_MESSAGE` Kconfig option to ``y``.
65-
* You are familiar with the FOTA over Bluetooth LE method (see :ref:`the guide for the nRF52840 DK <ug_nrf52_developing_ble_fota_steps>` and :ref:`the guide for the nRF5340 DK <ug_nrf53_developing_ble_fota_steps>`).
65+
* You are familiar with the FOTA over Bluetooth LE method (see :ref:`the guide for the nRF52840 DK <ug_nrf52_developing_ble_fota_steps>`, :ref:`the guide for the nRF5340 DK <ug_nrf53_developing_ble_fota_steps>`, and :ref:`the guide for the nRF54L15 DK <ug_nrf54l_developing_ble_fota_steps>`).
6666
* You have the `nRF Connect Device Manager`_ mobile app installed on your smartphone to update your device with the new firmware over Bluetooth LE.
6767

6868
Meeting these requirements requires rebuilding the sample.
@@ -77,7 +77,7 @@ Meeting these requirements requires rebuilding the sample.
7777

7878
* :ref:`Testing steps for FOTA over Bluetooth LE with nRF52840 <ug_nrf52_developing_ble_fota_steps_testing>`
7979
* :ref:`Testing steps for FOTA over Bluetooth LE with nRF5340 <ug_nrf53_developing_ble_fota_steps_testing>`
80-
* *Not yet available*: Testing steps for FOTA over Bluetooth LE with nRF54L15
80+
* :ref:`Testing steps for FOTA over Bluetooth LE with nRF54L15 <ug_nrf54l_developing_ble_fota_steps_testing>`
8181

8282
#. Once the firmware update has been loaded, check the UART output.
8383
See the following `Sample output`_ section.

0 commit comments

Comments
 (0)