Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Cesanta flasher stub to improve uploading speed #37

Open
AdrianEddy opened this issue Jun 21, 2016 · 2 comments
Open

Use Cesanta flasher stub to improve uploading speed #37

AdrianEddy opened this issue Jun 21, 2016 · 2 comments

Comments

@AdrianEddy
Copy link

Take a look at this: https://blog.cesanta.com/esp8266-superfast-flashing-flash-esp-in-5-seconds
It would be great to incorporate their flasher stub into esptool-ck

@igrr
Copy link
Owner

igrr commented Jun 21, 2016

Hey, thanks, I'm aware of Cesanta's flasher.
My plan regarding the stub was slightly different though. We have added compression to ESP32 bootloader protocol, based on initial work in feature/compression branch of this project. The idea now is to write a stub for ESP8266, based on ESP32 bootloader code, to handle decompression, MD5, and baud rate selection. Then we are going to have feature parity between the new ESP32 protocol and ESP8266 protocol, stub included.
The stub will likely be done as an official Espressif release.

@AdrianEddy
Copy link
Author

Awesome, thank you. Looking forward to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants