Both my TBeams seem to have the same issue when I try and update them. For the last 4 updates ther has been no problems.
I tried “sudo esptool.py chip_id” but the only way I can get it to complete is to use --no_stunb
Running the firmware update I get:
sudo ./device-install.sh firmware-tbeam-EU865-0.9.1.bin
Trying to flash firmware-tbeam-EU865-0.9.1.bin, but first erasing and writing system information
esptool.py v2.8
Found 2 serial ports
Serial port /dev/ttyUSB0
Connecting…
Detecting chip type… ESP32
Chip is ESP32D0WDQ6 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 24:62:ab:f8:74:44
Uploading stub…
Running stub…
Traceback (most recent call last):
File “/usr/local/bin/esptool.py”, line 3201, in
_main()
File “/usr/local/bin/esptool.py”, line 3194, in _main
main()
File “/usr/local/bin/esptool.py”, line 2909, in main
esp = esp.run_stub()
File “/usr/local/bin/esptool.py”, line 637, in run_stub
p = self.read()
File “/usr/local/bin/esptool.py”, line 292, in read
return next(self._slip_reader)
StopIteration