You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get my brand new RK3399 flashed
simply adding the missing device id 2207:330c didn't work, when I do a rkflashkit reboot, I get:
Found devices:
0x2207:0x330c
libusb: error [submit_bulk_transfer] submiturb failed error -1 errno=2
Traceback (most recent call last):
File "/usr/bin/rkflashkit", line 17, in <module>
sys.exit(app.main(sys.argv[1:]))
File "/usr/share/rkflashkit/lib/rkflashkit/climain.py", line 99, in main
self.parse_and_execute(args)
File "/usr/share/rkflashkit/lib/rkflashkit/climain.py", line 130, in parse_and_execute
self.reboot()
File "/usr/share/rkflashkit/lib/rkflashkit/climain.py", line 205, in reboot
op.reboot()
File "/usr/share/rkflashkit/lib/rkflashkit/rktalk.py", line 359, in reboot
self.__init_device()
File "/usr/share/rkflashkit/lib/rkflashkit/rktalk.py", line 128, in __init_device
2, ''.join(prepare_cmd(0x80, 0x00060000, 0x00000000, 0x00000000)))
File "/usr/share/rkflashkit/lib/rkflashkit/usb1.py", line 1145, in bulkWrite
return self._bulkTransfer(endpoint, data, sizeof(data), timeout)
File "/usr/share/rkflashkit/lib/rkflashkit/usb1.py", line 1129, in _bulkTransfer
raise libusb1.USBError(result)
rkflashkit.libusb1.USBError: LIBUSB_ERROR_IO [-1]
The text was updated successfully, but these errors were encountered:
I've got a Firefly RK3399. Currently I'm using rkdeveloptool from https://github.com/rockchip-linux/rkbin in a Docker container. I would be very happy if rkflashkit had support for rk3399.
I'm trying to get my brand new RK3399 flashed
simply adding the missing device id 2207:330c didn't work, when I do a rkflashkit reboot, I get:
The text was updated successfully, but these errors were encountered: