meshtastic / Meshtastic-gui-installer

Cross platform, easy to use GUI for installing Meshtastic firmware.
https://meshtastic.org
GNU General Public License v3.0
68 stars 21 forks source link

Tbeam Board Reconigzed but instalation fails #222

Closed sergionaf closed 2 years ago

sergionaf commented 2 years ago

Chip is ESP32-D0WDQ6-V3 (revision 3) Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None Crystal is 40MHz MAC: 94:b9:7e:d2:45:88 Uploading stub... Traceback (most recent call last): File "/Users/sergio/somedir/venv/lib/python3.10/site-packages/meshtastic_flasher/esptool_form.py", line 70, in run

esptool.main(command) File "/Users/sergio/somedir/venv/bin/esptool.py", line 4722, in main

esp = esp.run_stub() File "/Users/sergio/somedir/venv/bin/esptool.py", line 891, in run_stub

self.mem_block(stub[field][from_offs:to_offs], seq) File "/Users/sergio/somedir/venv/bin/esptool.py", line 755, in mem_block

return self.check_command("write to target RAM", self.ESP_MEM_DATA, File "/Users/sergio/somedir/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)

garthvh commented 2 years ago

Does the tbeam have SoftRF on it?

sergionaf commented 2 years ago

No, I alredy upload other Lora Examples using Arduino IDE

garthvh commented 2 years ago

You are probably going to have to use the install script for the first install, the flasher does not work reliably yet with other firmware on the device (they often are using the serial port too)

garthvh commented 2 years ago

Dupe of #159