From 364608ac14755280655949eac0dcb3318d68c0b2 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Mon, 31 Jan 2022 14:42:48 -0700 Subject: [PATCH] initial meshtastic flasher docs --- docs/getting-started/meshtastic-flasher.md | 56 ++++++++++++++++++++++ sidebars.js | 1 + 2 files changed, 57 insertions(+) create mode 100644 docs/getting-started/meshtastic-flasher.md diff --git a/docs/getting-started/meshtastic-flasher.md b/docs/getting-started/meshtastic-flasher.md new file mode 100644 index 00000000..bb2f0243 --- /dev/null +++ b/docs/getting-started/meshtastic-flasher.md @@ -0,0 +1,56 @@ +--- +id: meshtastic-flasher +title: Using Meshtastic Flasher GUI +sidebar_label: Meshtastic Flasher GUI +--- +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + +## Prerequisites + +Install Meshtastic Flasher by [downloading the executable file](https://github.com/meshtastic/Meshtastic-gui-installer/releases) or installing using `pip`. + + + + + ```bash title="Install Meshtastic Flasher" + pip install meshtastic-flasher + ``` + + + + + ```bash title="Install Meshtastic Flasher" + pip install meshtastic-flasher + ``` + + + + + ```bash title="Install Meshtastic Flasher" + pip install meshtastic-flasher + ``` + + + + +## Flashing the Device + + + + + + diff --git a/sidebars.js b/sidebars.js index 36af3167..dff21edd 100644 --- a/sidebars.js +++ b/sidebars.js @@ -102,6 +102,7 @@ module.exports = { "getting-started/faq", { "Flashing firmware": [ + "getting-started/meshtastic-flasher", "getting-started/flashing-esp32", "getting-started/flashing-nrf52", ],