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

LIBUSB_ERROR_IO [-1] #18

Open
FFY00 opened this issue Dec 26, 2019 · 1 comment
Open

LIBUSB_ERROR_IO [-1] #18

FFY00 opened this issue Dec 26, 2019 · 1 comment

Comments

@FFY00
Copy link

FFY00 commented Dec 26, 2019

When trying to connect to a RK3188.

Traceback (most recent call last):
  File "/home/anubis/git/rkflashkit/src/rkflashkit/main.py", line 393, in __on_device_changed
    partitions = op.load_partitions()
  File "/home/anubis/git/rkflashkit/src/rkflashkit/rktalk.py", line 190, in load_partitions
    self.__init_device()
  File "/home/anubis/git/rkflashkit/src/rkflashkit/rktalk.py", line 150, in __init_device
    ''.join(prepare_cmd(0x80, 0x00060000, 0x00000000, 0x00000000)))
  File "/home/anubis/git/rkflashkit/src/rkflashkit/usb1.py", line 1145, in bulkWrite
    return self._bulkTransfer(endpoint, data, sizeof(data), timeout)
  File "/home/anubis/git/rkflashkit/src/rkflashkit/usb1.py", line 1129, in _bulkTransfer
    raise libusb1.USBError(result)
rkflashkit.libusb1.USBError: LIBUSB_ERROR_IO [-1]
@eldarkg
Copy link
Contributor

eldarkg commented May 6, 2020

@FFY00 run as root

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

2 participants