Finally got to the meshtastic flasher to work. This is what’s coming up
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:24:96:98
Uploading stub…
Traceback (most recent call last):
File “/Users/mikepauciullo/meshtastic-flasher/venv/lib/python3.8/site-packages/meshtastic_flasher/esptool_form.py”, line 70, in run
esptool.main(command)
File “/Users/mikepauciullo/meshtastic-flasher/venv/bin/esptool.py”, line 4710, in main
esp = esp.run_stub()
File “/Users/mikepauciullo/meshtastic-flasher/venv/bin/esptool.py”, line 891, in run_stub
self.mem_block(stub[field][from_offs:to_offs], seq)
File “/Users/mikepauciullo/meshtastic-flasher/venv/bin/esptool.py”, line 755, in mem_block
return self.check_command(“write to target RAM”, self.ESP_MEM_DATA,
File “/Users/mikepauciullo/meshtastic-flasher/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)