Update flashing-nrf52.md

This commit is contained in:
apt105 2021-07-15 10:31:19 +01:00
parent 6b5cfbf8d7
commit 7945855649

View file

@ -40,15 +40,17 @@ Be careful to install the correct load for your board. While it is unlikely that
]}>
<TabItem value="linux">
</TabItem>
<TabItem value="macos">
* Connect your device to your computer with a USB cable. If you computer complains about needing to format the new drive, cancel the format command.
* Double click the reset button on your device, this will put it into boot loader mode.
* A new drive will then appear on your computer. Open this drive and you should see three files: `CURRENT.UF2`, `INDEX.HTM`, and `INFO_UF2.TXT`
* Copy the appropriate `firmware-xxxxx-1.2.x.uf2` file from the firmware zip file onto the new drive.
* Once the file has finished copying over, the device will reboot, loading the new firmware as it does.
</TabItem>
<TabItem value="windows">
@ -58,6 +60,7 @@ Be careful to install the correct load for your board. While it is unlikely that
* Copy the appropriate `firmware-xxxxx-1.2.x.uf2` file from the firmware zip file onto the new drive.
* Once the file has finished copying over, the device will reboot, loading the new firmware as it does.
</TabItem>
</Tabs>