mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-10 07:34:11 -08:00
WIP flashing page
This commit is contained in:
parent
77fd1a9469
commit
fe14163281
|
@ -10,11 +10,12 @@ sidebar_position: 2
|
|||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
:::caution
|
||||
Make sure not to power the radio on without first attaching the antenna! You could damage the radio chip!
|
||||
:::
|
||||
The NRF52 based devices (LilyGO T-Echo, RAK Wisblock 4631) have the easiest firmware upgrade process. (No driver install is required on any platform)
|
||||
|
||||
You click the reset button on your device twice quickly and a drive will appear on Windows, Mac and Linux.
|
||||
|
||||
Drop the [appropriate .uf2 file from the release you want to install](https://github.com/meshtastic/Meshtastic-device/releases) onto this drive and the meshtastic firmware will be installed on the device.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
### Device connectivity
|
||||
|
||||
|
|
|
@ -13,6 +13,15 @@ import TabItem from '@theme/TabItem';
|
|||
Make sure not to power the radio on without first attaching the antenna! You could damage the radio chip!
|
||||
:::
|
||||
|
||||
## NRF52 Based Devices
|
||||
|
||||
|
||||
|
||||
## ESP32 Based Devices
|
||||
|
||||
For ESP32 devices if the device already has a version of Meshtastic installed using the OTA firmware upgrade tool in the Android app is the friendliest path for users. OTA firmware updates are not yet available on Apple platforms.
|
||||
|
||||
|
||||
Before you flash your device start by verifiying connectivity with the device being flashed. Outlined below are steps that can be taken to verify connectivity and, if necessary, to install the appropriate drivers. If you end up needing to install drivers be sure to reboot your computer afterwards to verify the installation is complete.
|
||||
|
||||
### Verify data cable
|
||||
|
|
Loading…
Reference in a new issue