[nrfconnect] Extended DFU documentation about using mcumgr tool. (#7251)
Examples documentation about performing Device Firmware Upgrade
over BLE describes only case using Nordic mobile app. It would
be beneficial to have also documentation that shows how to perform
firmware upgrade from PC command line tool.
* Moved DFU description from examples to separate guide readme.
* Extended documentation by case using mcumgr command line tool
to perform DFU.
* Removed unnecessary part of the code allowing to advertise
over BLE with non conn type that was added in very early verison
of BLE Manager implementation.
diff --git a/examples/lighting-app/nrfconnect/README.md b/examples/lighting-app/nrfconnect/README.md
index e73c870..321a918 100644
--- a/examples/lighting-app/nrfconnect/README.md
+++ b/examples/lighting-app/nrfconnect/README.md
@@ -462,20 +462,6 @@
### Testing Device Firmware Upgrade
-> **_NOTE:_** Currently performing DFU over BLE is supported only using
-> smartphone with dedicated Nordic application installed.
-
-To upgrade your device firmware over Bluetooth LE using smartphone, complete the
-following tasks:
-
-1. Install on your smartphone
- [nRF Connect for Mobile](https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect-for-mobile)
- or
- [nRF Toolbox](https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Toolbox)
- application.
-2. Push **Button 4** on the device to start Bluetooth LE advertising.
-3. Push **Button 1** on the device to enable software update functionality.
-4. Follow the instructions in the section about downloading the new image to a
- device on the
- [FOTA upgrades](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html#fota-upgrades)
- page in the nRF Connect documentation.
+Read the
+[DFU tutorial](../../../docs/guides/nrfconnect_examples_software_update.md) to
+see how to upgrade your device firmware.
diff --git a/examples/lock-app/nrfconnect/README.md b/examples/lock-app/nrfconnect/README.md
index 436212b..056b49a 100644
--- a/examples/lock-app/nrfconnect/README.md
+++ b/examples/lock-app/nrfconnect/README.md
@@ -454,20 +454,6 @@
### Testing Device Firmware Upgrade
-> **_NOTE:_** Currently performing DFU over BLE is supported only using
-> smartphone with dedicated Nordic application installed.
-
-To upgrade your device firmware over Bluetooth LE using smartphone, complete the
-following tasks:
-
-1. Install on your smartphone
- [nRF Connect for Mobile](https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect-for-mobile)
- or
- [nRF Toolbox](https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Toolbox)
- application.
-2. Push **Button 4** on the device to start Bluetooth LE advertising.
-3. Push **Button 1** on the device to enable software update functionality.
-4. Follow the instructions in the section about downloading the new image to a
- device on the
- [FOTA upgrades](https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html#fota-upgrades)
- page in the nRF Connect documentation.
+Read the
+[DFU tutorial](../../../docs/guides/nrfconnect_examples_software_update.md) to
+see how to upgrade your device firmware.