From d6373a68ac034b0f20addf753340c0dd8aecd1cc Mon Sep 17 00:00:00 2001 From: charminULTRA Date: Fri, 27 May 2022 15:29:37 -0400 Subject: [PATCH] Update meshtastic-flasher.mdx Updated to reflect the information inside https://github.com/meshtastic/Meshtastic-gui-installer which states that the single install executables were deprecated in March 2022. This page was previously linking to versions of the Flasher from March 2022 (approx 84 commits behind). --- .../flashing-firmware/meshtastic-flasher.mdx | 67 +------------------ 1 file changed, 2 insertions(+), 65 deletions(-) diff --git a/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx b/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx index b0be2ea6..fbc6f82b 100644 --- a/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx +++ b/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx @@ -99,74 +99,11 @@ sudo apt install -y python3 python3-pip python3-venv ### Install App -This is the preferred installation method for `meshtastic-flasher`. - - - -```shell title="Install Meshtastic Flasher" -python3 --version -# ensure you are using at least python v3.6 -# change to a directory where you want to create a python virtual environment -mkdir some_dir -cd some_dir -# if the following command fails, it might tell you what package to install -python3 -m venv venv -# activate the python virtual environment -source venv/bin/activate -# your prompt should change - it should include "(venv) in the front -# upgrade pip -pip install --upgrade pip -pip install meshtastic-flasher -``` - -```shell title="Running Meshtastic Flasher" -meshtastic-flasher -``` - - - - -
- - Download macOS application - -
- -Once downloaded, unzip the file and drag it to `~/Applications`. It may take a moment to load as it downloads dependencies required to interact with your device, so be patient. The first time running it can take a few minutes. - -
- - -
- - Download Windows application - -
- -Once downloaded, unzip the file and run it. It may take a moment to load as it downloads dependencies required to interact with your device, so be patient. The first time running it can take a few minutes. - -
-
- -
Install using `pip` -This option is typically for developers. +Note: The previous "single executable" installation option has been deprecated as of March 10, 2022. -
+ ## Flashing the Device