diff --git a/samples/nrf_compress/mcuboot_update/README.rst b/samples/nrf_compress/mcuboot_update/README.rst index c72bac51762c..41ee383e5afe 100644 --- a/samples/nrf_compress/mcuboot_update/README.rst +++ b/samples/nrf_compress/mcuboot_update/README.rst @@ -62,7 +62,7 @@ For the testing scenario to work, make sure you meet the following requirements: * Your update image differs from the base image so that the update can be applied. * You changed the firmware version by setting :kconfig:option:`CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION` to ``"2.0.0"``. * You set the :kconfig:option:`CONFIG_OUTPUT_BOOT_MESSAGE` Kconfig option to ``y``. -* You are familiar with the FOTA over Bluetooth LE method (see :ref:`the guide for the nRF52840 DK ` and :ref:`the guide for the nRF5340 DK `). +* You are familiar with the FOTA over Bluetooth LE method (see :ref:`the guide for the nRF52840 DK `, :ref:`the guide for the nRF5340 DK `, and :ref:`the guide for the nRF54L15 DK `). * You have the `nRF Connect Device Manager`_ mobile app installed on your smartphone to update your device with the new firmware over Bluetooth LE. Meeting these requirements requires rebuilding the sample. @@ -77,7 +77,7 @@ Meeting these requirements requires rebuilding the sample. * :ref:`Testing steps for FOTA over Bluetooth LE with nRF52840 ` * :ref:`Testing steps for FOTA over Bluetooth LE with nRF5340 ` - * *Not yet available*: Testing steps for FOTA over Bluetooth LE with nRF54L15 + * :ref:`Testing steps for FOTA over Bluetooth LE with nRF54L15 ` #. Once the firmware update has been loaded, check the UART output. See the following `Sample output`_ section.