meshtastic/docs/getting-started/flashing-firmware/index.mdx

27 lines
1.4 KiB
Plaintext
Raw Normal View History

2022-03-01 11:33:22 -08:00
---
2022-03-01 14:30:47 -08:00
id: flashing-firmware
title: Flashing Firmware
2022-04-27 19:45:12 -07:00
sidebar_label: Flashing Firmware
2022-05-15 09:11:39 -07:00
pagination_next: getting-started/flashing-firmware/meshtastic-flasher
2022-04-27 19:45:12 -07:00
sidebar_position: 1
2022-03-01 11:33:22 -08:00
---
2022-03-08 23:51:46 -08:00
2022-03-01 11:33:22 -08:00
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
2022-04-29 14:39:06 -07:00
:::caution
Make sure not to power the radio on without first attaching the antenna! You could damage the radio chip!
:::
2022-09-18 19:17:51 -07:00
## Easiest Firmware install options
2022-06-29 17:36:49 -07:00
2022-09-21 02:33:44 -07:00
If you have RAK NRF based devices or a LilyGO T-Echo, [the drag and drop firmware installation process](/docs/getting-started/flashing-firmware/flashing-nrf52) is the easiest solution.
2022-09-18 19:17:51 -07:00
For ESP32 based device users (TBEAM, TLORA, Heltec etc.) we recommend using the [Meshtastic Flasher application](/docs/getting-started/flashing-firmware/meshtastic-flasher). It does a lot under the hood to prevent you from needing to use the terminal. It also allows you to configure your device.
2022-06-29 17:36:49 -07:00
## Manual Firmware Installation
2022-06-29 17:36:49 -07:00
2022-06-29 21:03:35 -07:00
Firmware can be downloaded from the [Downloads](/downloads) page. Your initial installation has to happen over USB from your Mac, Windows, or Linux computer.
If you choose to flash the firmware using the manual method, [ESP32 based devices](/docs/getting-started/flashing-firmware/flashing-esp32) and [NRF52 based devices](/docs/getting-started/flashing-firmware/flashing-nrf52) have different methods. Select the appropriate one. If you don't know what chipset your device is, take a look at our supported hardware section.