View Single Post
Old 08-10-2021, 10:56 PM   #21
mergen3107
Wizard
mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.mergen3107 ought to be getting tired of karma fortunes by now.
 
mergen3107's Avatar
 
Posts: 1,514
Karma: 5000046
Join Date: Feb 2012
Location: Cape Canaveral
Device: Kindle Scribe
I did the same command but with --debugmode:
Spoiler:
[
CODE]
Qualcomm Sahara / Firehose Client V3.52 (c) B.Kerler 2018-2021.
main - Using loader prog_emmc_ufs_firehose_Sdm636_ddr.elf ...
main - Waiting for the device
UsbClass
UsbClass - [LIB]: No kernel driver supported: Operation not supported or unimplemented on this platform
UsbClass
UsbClass - [LIB]:  CONFIGURATION 1: 2 mA ====================================
bLength : 0x9 (9 bytes)
bDescriptorType : 0x2 Configuration
wTotalLength : 0x2c (44 bytes)
bNumInterfaces : 0x1
bConfigurationValue : 0x1
iConfiguration : 0x0
bmAttributes : 0xa0 Bus Powered, Remote Wakeup
bMaxPower : 0x1 (2 mA)
INTERFACE 0: Vendor Specific ===========================
bLength : 0x9 (9 bytes)
bDescriptorType : 0x4 Interface
bInterfaceNumber : 0x0
bAlternateSetting : 0x0
bNumEndpoints : 0x2
bInterfaceClass : 0xff Vendor Specific
bInterfaceSubClass : 0xff
bInterfaceProtocol : 0xff
iInterface : 0x0
ENDPOINT 0x81: Bulk IN ===============================
bLength : 0x7 (7 bytes)
bDescriptorType : 0x5 Endpoint
bEndpointAddress : 0x81 IN
bmAttributes : 0x2 Bulk
wMaxPacketSize : 0x400 (1024 bytes)
bInterval : 0x0
ENDPOINT 0x1: Bulk OUT ===============================
bLength : 0x7 (7 bytes)
bDescriptorType : 0x5 Endpoint
bEndpointAddress : 0x1 OUT
bmAttributes : 0x2 Bulk
wMaxPacketSize : 0x400 (1024 bytes)
bInterval : 0x0
main - Device detected
UsbClass
UsbClass - [LIB]: connect:0x80
UsbClass
UsbClass - [LIB]: Timed out
UsbClass
UsbClass - [LIB]: bytearray(b'')
UsbClass
UsbClass - [LIB]: [Errno 10060] Operation timed out
UsbClass
UsbClass - [LIB]: 
Stack (most recent call last):
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl.py", line 358, in <module>
base.run()
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl.py", line 254, in run
mode, resp = self.doconnect(loop, mode, resp)
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl.py", line 196, in doconnect
mode, resp = self.sahara.connect()
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl\Library\sahara.py", line 395, in connect
self.cdc.write(data)
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl\Library\usblib.py", line 368, in write
self.verify_data(bytearray(command), "TX:")
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl\Library\usblib.py", line 111, in verify_data
self.debug("", stack_info=True)
UsbClass
UsbClass - [LIB]: TX:<?xml version="1.0" ?><data><nop /></data>
UsbClass
UsbClass - [LIB]: connect:0x80
UsbClass
UsbClass - [LIB]: Timed out
UsbClass
UsbClass - [LIB]: bytearray(b'')
UsbClass
UsbClass - [LIB]: [Errno 10060] Operation timed out
UsbClass
UsbClass - [LIB]: 
Stack (most recent call last):
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl.py", line 358, in <module>
base.run()
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl.py", line 254, in run
mode, resp = self.doconnect(loop, mode, resp)
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl.py", line 196, in doconnect
mode, resp = self.sahara.connect()
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl\Library\sahara.py", line 400, in connect
self.cdc.write(data)
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl\Library\usblib.py", line 368, in write
self.verify_data(bytearray(command), "TX:")
File "C:\Users\merge\Documents\!KonTiki2\1 Update\edl\edl\Library\usblib.py", line 111, in verify_data
self.debug("", stack_info=True)
UsbClass
UsbClass - [LIB]: TX:7e064e957e
UsbClass
UsbClass - [LIB]: connect:0x80
UsbClass
UsbClass - [LIB]: Timed out
UsbClass
UsbClass - [LIB]: bytearray(b'')
main - Unknown mode. Aborting.
UsbClass
UsbClass - [LIB]: [Errno None] Other error

[/CODE]
mergen3107 is offline   Reply With Quote