added caution to firmware instructions and removed from overview

This commit is contained in:
Foster Irwin 2021-04-13 07:07:35 -06:00
parent 2af96da1a6
commit fe2e4af5cc
5 changed files with 14 additions and 6 deletions

View file

@ -4,6 +4,11 @@ title: Flashing Firmware CLI
sidebar_label: Command Line Interface
slug: /getting_started/flashing_firmware/cli
---
:::caution
Be very careful to install the correct load for your board. In particular the popular 'T-BEAM' radio from TTGO is not called 'TTGO-Lora' (that is a different board). So don't install the 'TTGO-Lora' build on a TBEAM, it won't work correctly.
:::
## Linux
Requires `Python` and `pip`

View file

@ -4,7 +4,12 @@ title: Flashing Firmware GUI
sidebar_label: Graphic User Interface
slug: /getting_started/flashing_firmware/gui
---
### Windows & MacOS
:::caution
Be very careful to install the correct load for your board. In particular the popular 'T-BEAM' radio from TTGO is not called 'TTGO-Lora' (that is a different board). So don't install the 'TTGO-Lora' build on a TBEAM, it won't work correctly.
:::
## Windows & MacOS
1. Download and unzip the latest Meshtastic firmware [release](https://github.com/meshtastic/meshtastic-device/releases/latest).
2. Download [ESPHome Flasher](https://github.com/esphome/esphome-flasher) following their installation instructions.

View file

@ -4,3 +4,6 @@ title: Flashing Firmware OTA
sidebar_label: Over The Air
slug: /getting_started/flashing_firmware/ota
---
:::caution
Be very careful to install the correct load for your board. In particular the popular 'T-BEAM' radio from TTGO is not called 'TTGO-Lora' (that is a different board). So don't install the 'TTGO-Lora' build on a TBEAM, it won't work correctly.
:::

View file

@ -12,7 +12,6 @@ Prebuilt binaries for the supported radios are available in our releases. Your i
Be very careful to install the correct load for your board. In particular the popular 'T-BEAM' radio from TTGO is not called 'TTGO-Lora' (that is a different board). So don't install the 'TTGO-Lora' build on a TBEAM, it won't work correctly.
:::
<!--- TODO I'd like to create prettier buttons for this than just a table --->
| [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) |
| :--------------: | :-----------------------: |

View file

@ -21,10 +21,6 @@ Make sure not to power the radio on without first attaching the antenna! You cou
Prebuilt binaries for the supported radios are available in our releases. Your initial installation has to happen over USB from your Mac, Windows or Linux PC. Once our software is installed, all future software updates happen over bluetooth from your phone.
:::caution
Be very careful to install the correct load for your board. In particular the popular 'T-BEAM' radio from TTGO is not called 'TTGO-Lora' (that is a different board). So don't install the 'TTGO-Lora' build on a TBEAM, it won't work correctly.
:::
<!--- TODO I'd like to create prettier buttons for this than just a table --->
| [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) |
| :--------------: | :-----------------------: |