Code: Select all
[2401020.558825] cdc_acm 1-8:1.0: failed to set dtr/rts
[2401278.910987] usb 1-8: new full-speed USB device number 9 using xhci_hcd
[2401279.061233] usb 1-8: New USB device found, idVendor=26ba, idProduct=0003, bcdDevice= 0.01
[2401279.061235] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=220
[2401279.061236] usb 1-8: Manufacturer: www.freetronics.com
[2401279.061237] usb 1-8: SerialNumber: 757353534383517122B1
[2401279.062950] cdc_acm 1-8:1.0: ttyACM0: USB ACM device
Code: Select all
sudo chmod o+rw /dev/ttyACM0
Code: Select all
esptool --port /dev/ttyACM0 read_flash 0x00000 0x100000 sonoff-backup.bin
esptool.py v2.1
Connecting........_____....._____....._____....._____....._____....._____....._____....._____....._____....._____
A fatal error occurred: Failed to connect to Espressif device: Timed out waiting for packet header
It seems to work fine on a Windows 10 VM, showing up as a "USB Serial Device (COM3)", but also will not communicate with the Sonoff:
Code: Select all
python esptool.py read_flash 0x00000 0x100000 sonoff-backup.bin
esptool.py v2.6
Found 1 serial ports
Serial port COM3
Connecting........_____....._____....._____....._____....._____....._____....._____
COM3 failed to connect: Failed to connect to Espressif device: Timed out waiting for packet header
A fatal error occurred: All of the 1 available serial ports could not connect to a Espressif device.
Thanks,
Rob