[Bug 1946231] Re: esp8266 flashing stopped working with kernel 5.11.0-37-generic (ch341)

2021-10-11 Thread Florian Baumgartner
adding the option "--before no_reset" seems to solve the issue with kernel 5.11.0-37 esptool --before no_reset --chip esp8266 --port /dev/ttyUSB0 --baud 115200 write_flash 0x firmware.bin Even if I do not understand the why, this solves the issue for me. -- You received this bug notificatio

[Bug 1946231] Re: esp8266 flashing stopped working with kernel 5.11.0-37-generic (ch341)

2021-10-07 Thread Florian Baumgartner
some more information: - I was able to reproduce the problem on a different computer. - flashing an ESP32 Devel board which is based on the cp210x instead of the ch341 works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1946231] [NEW] esp8266 flashing stopped working with kernel 5.11.0-37-generic (ch341)

2021-10-06 Thread Florian Baumgartner
Public bug reported: the esp8266 development boards like wemos D1 mini have an integrated usb-uart converter which allows to flash/monitor/debug the esp8266 by usb cable and a tool called esptool on linux, which is either standalone (esptool package) or integrated into some IDE (platformio + visi