Sergey Alirzaev
Sergey Alirzaev
Either upgrading my hardware helped, or libusb-1.0.22 works: ``` 0xFFFF v0.8 // Open Free Fiasco Firmware Flasher Not a local device Waiting for USB device... Found USB device: RX-51/RM-680/RM-696 (0x421:0x106)...
Works as well with 1.0.21. I suppose switching to 8th gen i7 helps somehow.
That's my hypothesis. I don't have the old hardware around to test it.
> It support via USB flashing any image type to Maemo device in README is incorrect then, ok
I'll give it a try.
Does the `raw data on ep=2 size=1048576` correspond to the stuff i get by calling `image_read`?
Damn, it seems like i bricked it even more than it used to be. It times out at `ret = mkii_send_receive(dev->udev, 0x03, msg1, 0, msg1, sizeof(buf1));` every time and the...
Oh, nvm, it times out in the raw data sending after 100s. I wonder if i must/should usb_bulk_write the whole 1048576 pack at once.
Also i wonder if `usb 1-1.2: usbfs: process 17803 (0xFFFF) did not claim interface 2 before use` is related to my troubles.
Hmm, usb_strerror at the entrance of `mkii_flash_image` says `Error: could not detach kernel driver from interface 1: No data available`. The current state of my code is there: https://github.com/l29ah/0xFFFF/commit/4580ed4c366daed6bed613abbd47063272b023f1 Maybe...