Giter Site home page Giter Site logo

naosoft / esp8266_interactive_update_tool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sarahmarshy/esp8266_interactive_update_tool

0.0 1.0 0.0 160 KB

A companion tool to https://github.com/themadinventor/esptool for updating the firmware of ESP8266.

Python 100.00%

esp8266_interactive_update_tool's Introduction

ESP8266_Interactive_Update_Tool

A companion tool to this repository for updating the firmware of ESP8266. It is intended to execute in the same directory as esptool.py.

##update_gui.py An interactive GUI for updating the firmware.

If you want to use the GUI version on linux, install tkinter with: sudo apt-get install python-tk. Tkinter works natively on Windows.

##update.py A command line tool. Use python update.py --help for usage.

Follow the instructions outlined here.

When you get to the section about running esptool commands, stop there, and launch this script in the same directory as esptool.py.

In both programs, you will need to know the root directory for the firmware binaries, as well as the serial port where your device is connected. The root directory of the firmware means the parent directory of the "bin" and "at" directories. Its struture should look like:

Root Directory
|
|---->at
|       makefile
|       gen_misc.*
|------->driver 
|------->include
|------->user
|
|---->bin
|       blank.bin
|       boot_v1.1.bin
|       esp_init_data_default.bin
|------->newest
|------->v0.20

In addition, the esptool writes binaries to flash to upgrade the firmware. Between each write, the device will need to be power cycled. Power cycle means a complete detachment from the device's power source, not just a processor reset. The program will prompt you multiple times to do this between each flash write, so beware that this program requires some user input while executing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.