mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
added caution to firmware instructions and removed from overview
This commit is contained in:
parent
2af96da1a6
commit
fe2e4af5cc
|
@ -4,6 +4,11 @@ title: Flashing Firmware – CLI
|
||||||
sidebar_label: Command Line Interface
|
sidebar_label: Command Line Interface
|
||||||
slug: /getting_started/flashing_firmware/cli
|
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
|
## Linux
|
||||||
|
|
||||||
Requires `Python` and `pip`
|
Requires `Python` and `pip`
|
||||||
|
|
|
@ -4,7 +4,12 @@ title: Flashing Firmware – GUI
|
||||||
sidebar_label: Graphic User Interface
|
sidebar_label: Graphic User Interface
|
||||||
slug: /getting_started/flashing_firmware/gui
|
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).
|
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.
|
2. Download [ESPHome Flasher](https://github.com/esphome/esphome-flasher) following their installation instructions.
|
||||||
|
|
|
@ -4,3 +4,6 @@ title: Flashing Firmware – OTA
|
||||||
sidebar_label: Over The Air
|
sidebar_label: Over The Air
|
||||||
slug: /getting_started/flashing_firmware/ota
|
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.
|
||||||
|
:::
|
||||||
|
|
|
@ -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.
|
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 --->
|
<!--- 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/) |
|
| [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) |
|
||||||
| :--------------: | :-----------------------: |
|
| :--------------: | :-----------------------: |
|
||||||
|
|
|
@ -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.
|
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 --->
|
<!--- 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/) |
|
| [Current Firmware](https://github.com/meshtastic/meshtastic-device/releases/latest) | [List of Firmware Versions](https://github.com/meshtastic/meshtastic-device/releases/) |
|
||||||
| :--------------: | :-----------------------: |
|
| :--------------: | :-----------------------: |
|
||||||
|
|
Loading…
Reference in a new issue