@@ -34,8 +34,8 @@ Building and running
3434
3535.. |sample path | replace :: :file: `samples/dfu/single_slot `
3636
37- Sample by defult is building with :ref: `fw_loader_ble_mcumgr ` firmware loader image.
38- To build with :ref: `fw_loader_usb_mcumgr ` firmware loader image, use the following provide FILE_SUFFIX=usb to the build command.
37+ By default, the sample builds with the :ref: `fw_loader_ble_mcumgr ` firmware loader image.
38+ To build with the :ref: `fw_loader_usb_mcumgr ` firmware loader image, append `` FILE_SUFFIX=usb `` to the build command.
3939
4040.. include :: /includes/build_and_run.txt
4141
@@ -52,13 +52,22 @@ After programming the sample to your development kit, perform the following step
5252
5353#. Build a second version of the sample.
5454#. Enter the firmware loader mode by holding the **Button 0 ** on your development kit while you reset the device.
55- #. For Bluetooth firmware loader: Open the `nRF Connect Device Manager `_ mobile app to perform DFU over Bluetooth LE.
56- The firmware loader advertises itself as **FW loader ** and accepts MCUmgr image upload.
57- #. Send the generated update package for the second version of the sample.
58- See :ref: `ug_nrf54l_developing_ble_fota_steps_testing ` for details on how to use the mobile app to perform the DFU.
59- #. For USB CDC ACM serial firmware loader: Use `nRF Util mcu-manager serial ` to perform DFU over serial port.
60- #. Send the generated update package for the second version of the sample.
61- See `nRF Util mcu-manager serial `_ for details on how to use the command to perform the DFU.
55+
56+ a. Bluetooth firmware loader:
57+
58+ Open the `nRF Connect Device Manager `_ mobile app to perform DFU over Bluetooth® LE.
59+
60+ * The firmware loader advertises itself as *FW loader * and accepts MCUmgr image upload.
61+ * Send the generated update package for the second version of the sample.
62+ See :ref: `ug_nrf54l_developing_ble_fota_steps_testing ` for details on how to use the mobile app to perform the DFU.
63+
64+ b. USB CDC ACM serial firmware loader:
65+
66+ Use `nRF Util mcu-manager serial ` to perform DFU over serial port.
67+
68+ * Send the generated update package for the second version of the sample.
69+ See `nRF Util mcu-manager serial `_ for details on how to use the command to perform the DFU.
70+
6271#. Verify that the printed build time corresponds to the new version once the update is complete and the device reboots into the main application.
6372
6473Dependencies
0 commit comments