View Single Post
Old 10-23-2020, 10:47 AM   #8
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Quote:
Originally Posted by csakakirc View Post
@NiLuJe Thanks for clarifying that I am causing chaos in the command line for myself. I went through the readme again and realized that I missed the "make install" step, that's why I ended up mixing the make and the arguments for the KindleTool.
If I want to reflash the diags_kernel partition the following line gave me the right binaries?
Code:
kindletool create recovery2 kt3w * ../diags_kernel.bin
No. Kindle update packages have *nothing* to do with fastboot images.

Quote:
Originally Posted by csakakirc View Post
@geek1011 That means I am on the right way, just the commands are failing like this:
Spoiler:
Code:
c:\Users\kirc5>fastboot pass
turning on led...
FAILED (command write failed (No error))
finished. total time: 0.002s

c:\Users\kirc5>fastboot pass
turning on led...
FAILED (command write failed (No error))
finished. total time: 0.001s

c:\Users\kirc5>fastboot continue
resuming boot...
FAILED (command write failed (No error))
finished. total time: 0.002s

c:\Users\kirc5>fastboot continue
resuming boot...
FAILED (command write failed (No error))
finished. total time: 0.008s

c:\Users\kirc5>fastboot check diags_kernel
checking 'diags_kernel'...
FAILED (command write failed (No error))
finished. total time: 0.002s


The device now already just a paperweight, I wil try what I can do, thanks for the cooperation
You can't trust the return status of fastboot commands on Kindle, even on a sane device. As @geek1011 said, you might have to go one level closer to the metal (i.e., mfgtool).
NiLuJe is offline   Reply With Quote