Skip to content

Instantly share code, notes, and snippets.

@klonk
Created August 16, 2012 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klonk/3369924 to your computer and use it in GitHub Desktop.
Save klonk/3369924 to your computer and use it in GitHub Desktop.
Kindle flash error
ubuntu@ubuntu:~/Desktop/k3flasher$ sudo ./k3flasher mx35to2_mmc.bin info
W: cannot find device (is it in USB loader mode? are you root?) - waiting for it..........................
I: success.
I: found suitable device
E: wrong transfer length, wanted to receive 8 bytes but received 4 bytes.
I: above error can be ignored, it's due to the device being in ROM kernel mode
I: RAM kernel should be running now. Trying to re-open device: .
I: got it.
I: read info
E: wrong transfer length, wanted to receive 8 bytes but received 4 bytes.
E: aborting. It is suggested you power-cycle the device.
ubuntu@ubuntu:~/Desktop/k3flasher$ sudo ./k3flasher mx35to2_mmc.bin program 0x00041000 root.bin
I: found suitable device
E: wrong transfer length, wanted to receive 8 bytes but received 4 bytes.
I: above error can be ignored, it's due to the device being in ROM kernel mode
I: RAM kernel should be running now. Trying to re-open device: .
I: got it.
E: wrong transfer length, wanted to receive 8 bytes but received 4 bytes.
E: aborting. It is suggested you power-cycle the device.
ubuntu@ubuntu:~/Desktop/k3flasher$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment