mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
add RP2040 to drag-and-drop
This commit is contained in:
parent
ac3da7c885
commit
379dcd9d7f
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
id: drag-n-drop
|
id: drag-n-drop
|
||||||
title: Drag & Drop nRF52 Firmware Updates
|
title: Drag & Drop nRF52 & RP2040 Firmware Updates
|
||||||
sidebar_label: Drag & Drop (recommended)
|
sidebar_label: Drag & Drop (recommended)
|
||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,21 +1,21 @@
|
||||||
---
|
---
|
||||||
id: flashing-nrf52-devices
|
id: flashing-nrf52-devices
|
||||||
title: Flash nRF52 Devices
|
title: Flash nRF52 Devices
|
||||||
sidebar_label: nRF52 Device
|
sidebar_label: nRF52/RP2040 Device
|
||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
## Flashing Methods for nRF52 Devices
|
## Flashing Methods for nRF52 and RP2040 Devices
|
||||||
|
|
||||||
The nRF52 based devices have the easiest firmware upgrade process. No driver or software install is required on any platform.
|
nRF52 and RP2040 based devices have the easiest firmware upgrade process. No driver or software install is required on any platform.
|
||||||
|
|
||||||
### Drag & Drop
|
### Drag & Drop
|
||||||
nRF52 devices use the [Drag & Drop](/docs/getting-started/flashing-firmware/nrf52/drag-n-drop) installation method to install firmware releases.
|
nRF52 and RP2040 devices use the [Drag & Drop](/docs/getting-started/flashing-firmware/nrf52/drag-n-drop) installation method to install firmware releases.
|
||||||
|
|
||||||
### Over-The-Air (OTA)
|
### Over-The-Air (OTA)
|
||||||
nRF52 devices are able to accept [OTA firmware updates](/docs/getting-started/flashing-firmware/nrf52/ota) from a mobile device over bluetooth.
|
nRF52 devices are able to accept [OTA firmware updates](/docs/getting-started/flashing-firmware/nrf52/ota) from a mobile device over bluetooth.
|
||||||
|
|
||||||
### Factory Erase
|
### nRF Factory Erase
|
||||||
You may wish to perform a [Factory Erase](/docs/getting-started/flashing-firmware/nrf52/nrf52-erase) prior to installing firmware to clear data that may change format and location between releases.
|
You may wish to perform a [Factory Erase](/docs/getting-started/flashing-firmware/nrf52/nrf52-erase) prior to installing firmware to clear data that may change format and location between releases.
|
||||||
|
|
||||||
### Convert RAK4631-R to RAK4631
|
### Convert RAK4631-R to RAK4631
|
||||||
|
|
|
@ -64,7 +64,7 @@ const Firmware = (): JSX.Element => {
|
||||||
</div>
|
</div>
|
||||||
<div className="card__body">
|
<div className="card__body">
|
||||||
<p>
|
<p>
|
||||||
Devices such as T-Echo and RAK4631 are flashed via filesystem.
|
Devices such as T-Echo, RAK4631, and RAK11300 are flashed via filesystem.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="card__footer mt-auto">
|
<div className="card__footer mt-auto">
|
||||||
|
|
Loading…
Reference in a new issue