From 3d02237aaab3bcbddb12b3c36b7d0866d434d879 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Thu, 6 Feb 2025 22:11:51 -0700 Subject: [PATCH] Update nrf52-erase.mdx --- docs/getting-started/flashing-firmware/nrf52/nrf52-erase.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/flashing-firmware/nrf52/nrf52-erase.mdx b/docs/getting-started/flashing-firmware/nrf52/nrf52-erase.mdx index 2c6b9179..4ab922ac 100644 --- a/docs/getting-started/flashing-firmware/nrf52/nrf52-erase.mdx +++ b/docs/getting-started/flashing-firmware/nrf52/nrf52-erase.mdx @@ -26,7 +26,7 @@ To reset the flash storage on your nRF52 board: 4. Notice a new drive will be mounted on your computer (Windows, Mac, or Linux) 5. Open this drive and you should see three files: `CURRENT.UF2`, `INDEX.HTM`, and `INFO_UF2.TXT` 6. Open the `INFO_UF2.TXT` file with a text editor and note the `SoftDevice` value. -7. Find the file included in the downloaded firmware matching your softdevice major version number (7.x.x or 6.x.x). Either use `Meshtastic_nRF52_factory_erase_v3_S140_7.3.0.uf2` or `Meshtastic_nRF52_factory_erase_v3_S140_6.3.0.uf2` and copy it onto the new drive. The device should reboot. +7. Find the file included in the downloaded firmware matching your softdevice major version number (7.x.x or 6.x.x). Either use `Meshtastic_nRF52_factory_erase_v3_S140_7.3.0.uf2` or `Meshtastic_nRF52_factory_erase_v3_S140_6.1.0.uf2` and copy it onto the new drive. The device should reboot. 8. With the [Meshtastic CLI](/docs/software/python/cli/) installed, open your Terminal/Console and enter the command: `meshtastic --noproto`. 9. You should see the message: `Formatting... Done`.