Flash ESPeasy from linux

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
joyNstay
New user
Posts: 9
Joined: 11 Jul 2018, 14:42

Flash ESPeasy from linux

#1 Post by joyNstay » 11 Jul 2018, 15:03

Hi I am trying to experiment with Sonoff S20 smart socket ans ESP easy but I can't find any tutorial how to flash it from linux. Is it possible to do that? And If it is How can I do it?
Thanks

TD-er
Core team member
Posts: 8739
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: Flash ESPeasy from linux

#2 Post by TD-er » 14 Jul 2018, 07:33

PlatformIO is also running from Linux and the flash tool used is ESPtool, which is a Python program. https://github.com/espressif/esptool
So it should work just fine in Linux.
PlatformIO can be combined with Atom or Visual Studio Code (both available in Linux), which can be used to build your own.
Flashing pre-built versions can be written to the ESP board using ESPtool.py

kimot
Normal user
Posts: 190
Joined: 12 Oct 2017, 20:46

Re: Flash ESPeasy from linux

#3 Post by kimot » 25 Jul 2018, 22:37

https://diyprojects.io/esp-easy-flash- ... y-esp8266/

For example my command:

esptool.py --port /dev/ttyUSB0 --baud 115200 write_flash -fm dio -fs 32m 0x00000 ESPEasy_R120_4096.bin

Post Reply

Who is online

Users browsing this forum: No registered users and 89 guests