From 5d98036ac22c60a49e0cc245f6e7b08628ffdd19 Mon Sep 17 00:00:00 2001 From: Adrian Scillato <39969427+ascillato2@users.noreply.github.com> Date: Sun, 1 Dec 2019 11:28:49 -0300 Subject: [PATCH] Updated Flashing (markdown) --- Flashing.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Flashing.md b/Flashing.md index 3094e426..dea86706 100644 --- a/Flashing.md +++ b/Flashing.md @@ -35,7 +35,7 @@ Sometimes a "successful" flash will still result in a device that does not funct # esptool.py -Esptool is the official tool for flashing ESP8266 chips and is the most reliable. +Esptool is the official tool for flashing ESP8266 chips and is the most reliable. Use version 2.8 or up. It requires Python, if you do not have an installed copy of Python 2.x or 3.x download and install it from https://www.python.org. @@ -44,10 +44,6 @@ Go to the folder and install Esptool with command ``` python setup.py install ``` -Esptool for [Debian](https://packages.debian.org/stretch/esptool) and [Ubuntu](https://packages.ubuntu.com/cosmic/esptool) is installed with -``` -sudo apt install esptool -``` ### Upload Tasmota Make sure you followed the steps to put your device in flash mode. Place your chosen firmware binary file in the same folder as esptool.py.