hello, i test to flash banana phone with EDL.
ashi@ashi-ASUSPRO-P1440FAC-P1440FA:~/edl1$ python3 edl.py -loader 8110.mbn -printgpt
Qualcomm Sahara / Firehose Client (c) B.Kerler 2018-2019.
Using loader 8110.mbn ...
Waiting for the device
Traceback (most recent call last):
File "edl.py", line 419, in <module>
main()
File "edl.py", line 145, in main
cdc.connected=cdc.connect()
File "/home/ashi/edl1/Library/usb.py", line 24, in connect
self.device.set_configuration()
File "/usr/local/lib/python3.8/dist-packages/usb/core.py", line 905, in set_configuration
self._ctx.managed_set_configuration(self, configuration)
File "/usr/local/lib/python3.8/dist-packages/usb/core.py", line 113, in wrapper
return f(self, *args, **kwargs)
File "/usr/local/lib/python3.8/dist-packages/usb/core.py", line 159, in managed_set_configuration
self.backend.set_configuration(self.handle, cfg.bConfigurationValue)
File "/usr/local/lib/python3.8/dist-packages/usb/backend/libusb1.py", line 812, in set_configuration
_check(self.lib.libusb_set_configuration(dev_handle.handle, config_value))
File "/usr/local/lib/python3.8/dist-packages/usb/backend/libusb1.py", line 604, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno 16] Resource busy