You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executable segment sizes:
IROM : 796428 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 28764 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)
DATA : 1348 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 3352 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 27448 ) - zeroed variables (global, static) in RAM/HEAP
Sketch uses 829892 bytes (79%) of program storage space. Maximum is 1044464 bytes.
Global variables use 32148 bytes (39%) of dynamic memory, leaving 49772 bytes for local variables. Maximum is 81920 bytes.
esptool.py v2.8
Serial port /dev/ttyAMA0
Connecting...
Traceback (most recent call last):
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/upload.py", line 65, in
esptool.main(cmdline)
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 2890, in main
esp.connect(args.before)
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 475, in connect
last_error = self._connect_attempt(mode=mode, esp32r0_delay=False)
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 455, in _connect_attempt
self.sync()
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 393, in sync
self.command(self.ESP_SYNC, b'\x07\x07\x12\x20' + 32 * b'\x55',
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 337, in command
self.write(pkt)
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 300, in write
self._port.write(buf)
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/pyserial/serial/serialposix.py", line 552, in write
raise writeTimeoutError
serial.serialutil.SerialTimeoutException: Write timeout
the selected serial port serial.serialutil.SerialTimeoutException: Write timeout
does not exist or your board is not connected
even though i have the watch connected it spits this error message
can anyone help me?
thanks
The text was updated successfully, but these errors were encountered:
I have a question regarding the information on the Wiki at
deauther/installation/upload.md
I have a Dstike deauther watch thingy and I want to put the firmware inside but when i try to do it using arduino, it spits this error message:
Arduino: 1.8.19 (Linux), Board: "DSTIKE Deauther, DSTIKE Deauther OLED V2, 4MB (FS:1MB OTA:~1019KB), Only Sketch, 921600"
Executable segment sizes:
IROM : 796428 - code in flash (default or ICACHE_FLASH_ATTR)
IRAM : 28764 / 32768 - code in IRAM (ICACHE_RAM_ATTR, ISRs...)
DATA : 1348 ) - initialized variables (global, static) in RAM/HEAP
RODATA : 3352 ) / 81920 - constants (global, static) in RAM/HEAP
BSS : 27448 ) - zeroed variables (global, static) in RAM/HEAP
Sketch uses 829892 bytes (79%) of program storage space. Maximum is 1044464 bytes.
Global variables use 32148 bytes (39%) of dynamic memory, leaving 49772 bytes for local variables. Maximum is 81920 bytes.
esptool.py v2.8
Serial port /dev/ttyAMA0
Connecting...
Traceback (most recent call last):
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/upload.py", line 65, in
esptool.main(cmdline)
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 2890, in main
esp.connect(args.before)
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 475, in connect
last_error = self._connect_attempt(mode=mode, esp32r0_delay=False)
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 455, in _connect_attempt
self.sync()
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 393, in sync
self.command(self.ESP_SYNC, b'\x07\x07\x12\x20' + 32 * b'\x55',
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 337, in command
self.write(pkt)
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/esptool/esptool.py", line 300, in write
self._port.write(buf)
File "/home/riku/.arduino15/packages/deauther/hardware/esp8266/2.7.5/tools/pyserial/serial/serialposix.py", line 552, in write
raise writeTimeoutError
serial.serialutil.SerialTimeoutException: Write timeout
the selected serial port serial.serialutil.SerialTimeoutException: Write timeout
does not exist or your board is not connected
even though i have the watch connected it spits this error message
can anyone help me?
thanks
The text was updated successfully, but these errors were encountered: