diff --git a/docs/getting-started/flashing-firmware/nrf52/update-booloader.mdx b/docs/getting-started/flashing-firmware/nrf52/update-booloader.mdx index 46ee3a84..4c19e41b 100644 --- a/docs/getting-started/flashing-firmware/nrf52/update-booloader.mdx +++ b/docs/getting-started/flashing-firmware/nrf52/update-booloader.mdx @@ -63,7 +63,7 @@ pip install adafruit-nrfutil 4. In the terminal or command prompt, navigate to the directory where you downloaded the bootloader zip package and execute the following command, replacing /dev/ttyACM0 with the correct port for your device (Windows users might use COMx): ```bash -adafruit-nrfutil --verbose dfu serial --package .zip -p /dev/ttyACM0 -b 115200 --singlebank --touch 1200 +adafruit-nrfutil --singlebank --touch 1200 --verbose dfu serial --package .zip -p /dev/ttyACM0 -b 115200 ``` 5. Once the process finishes, the update is complete. Your device is now running the latest bootloader version and you can proceed with [flashing the firmware](/docs/getting-started/flashing-firmware/nrf52/drag-n-drop/).