espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
288 stars 108 forks source link

ESP8266/8285 Support #19

Closed pkendall64 closed 2 years ago

pkendall64 commented 2 years ago

Is there any chance of getting ESP8266/8285 support added to this code base?

I have started adding support and have it reading doing the initial negotiation and feature detection, but after it uploads the stub, it's not getting the OHAI response back.

https://github.com/pkendall64/esptool-js/tree/esp8266

I created the stub code by decoding the one in esptool.py 3.0. And just base64 the data and gzip -9 | base64 the text segment.

Any help appreciated.