mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
Update flashing-nrf52.md
This commit is contained in:
parent
6b5cfbf8d7
commit
7945855649
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue