I have installed an Meshtastic Flasher v1.0.106
Since my tbeam came loaded with 1.0.0 (a version less than 1.2) I manually select the device type in the detect step.
When I try and flash I get the following error.
Step 1/4 esp32 full
ESPTOOL Using command:-b 921600 --port /dev/cu.usbmodem51850167381 erase_flash
esptool.py v3.3.1
Serial port /dev/cu.usbmodem51850167381
Connecting…
.
.
.
.
.
.
.
Detecting chip type…
Unsupported detection protocol, switching and trying again…
Connecting…
.
.
Detecting chip type…
ESP32
Chip is ESP32-D0WDQ6-V3 (revision 3)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 30:c6:f7:1e:3f:64
Uploading stub…
Traceback (most recent call last):
File “/Users/maxbutin/some_dir/venv/lib/python3.8/site-packages/meshtastic_flasher/esptool_form.py”, line 70, in run
esptool.main(command)
File “/Users/maxbutin/some_dir/venv/bin/esptool.py”, line 4722, in main
esp = esp.run_stub()
File “/Users/maxbutin/some_dir/venv/bin/esptool.py”, line 891, in run_stub
self.mem_block(stub[field][from_offs:to_offs], seq)
File “/Users/maxbutin/some_dir/venv/bin/esptool.py”, line 755, in mem_block
return self.check_command(“write to target RAM”, self.ESP_MEM_DATA,
File “/Users/maxbutin/some_dir/venv/bin/esptool.py”, line 505, in check_command
raise FatalError.WithResult(‘Failed to %s’ % op_description, status_bytes)
esptool
.
FatalError
:
Failed to write to target RAM (result was 01070000: Operation timed out)