Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about deauther/installation/upload.md #10

Open
11bunno11 opened this issue Sep 2, 2022 · 0 comments
Open

Question about deauther/installation/upload.md #10

11bunno11 opened this issue Sep 2, 2022 · 0 comments

Comments

@11bunno11
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant