![]() |
#1 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: May 2012
Device: kindle touch
|
Kindle Touch does not boot
Hello,
I'm new to the forum, found this great community when googling how to unbrick Touch Yesterday after read for a while my KT stopped responding, the screen only display top menu bar, other areas were white blank. I turned it off by pressing power button for 30 seconds, but after that not able to turn it on anymore, nothing happened after press the power button. So I decided to unbrick it, what I have done: 1. flash diag with fastboot, use kindleSelectBoot to get into diag mode 2. dd if=mmcblk0p1-kt-5.0.0.img of=/dev/mmcblk0p1 bs=4K 3. dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K Now the Touch can boot into main mode with kindleSelectBoot, everything seems smooth after boot - great. Now the problem is it can not boot without kindleSelectBoot - when I choose restart from menu it freeze at a tree and "please wait a moment while your Kindle starts up", press power button (and press for 30 sec as well) seems has no effect, nor green LED light. To turn it on again I have to connect USB cable and choose main mode in mfgtool. I tried to restore factory default from menu, as well as "fastboot setvar bootmode main" and "fastboot flash kernel kernel-kt-5.0.0.img" but no lucky. Is there anything I missed in the unbrick precedure? |
![]() |
![]() |
![]() |
#2 |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
I don't have one myself, but that sounds complete to me from following the discussions here.
One possible point: Is the battery fully charged? That is the only thing I see missing in your description. Last edited by knc1; 05-04-2012 at 08:25 AM. |
![]() |
![]() |
![]() |
#3 | |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: May 2012
Device: kindle touch
|
Quote:
The weird thing is as long as it boot from within mfgtool, I can disconnect USB cable and Touch seems work great - except for not able to reboot itself w/o mfgtool. |
|
![]() |
![]() |
![]() |
#4 |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
As I mentioned in mutilple posts, although that command worked for me, multiple people reported problems. Try
dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K count=1K It is only important to erase the beginning of the partition so that it cannot mount, which will make the system reformat it. Last edited by geekmaster; 05-04-2012 at 10:40 PM. |
![]() |
![]() |
![]() |
#5 |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
![]() Last edited by knc1; 05-04-2012 at 04:40 PM. |
![]() |
![]() |
![]() |
#6 |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
|
![]() |
![]() |
![]() |
#7 |
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
![]() Last edited by knc1; 05-04-2012 at 04:41 PM. |
![]() |
![]() |
![]() |
#8 |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
|
![]() |
![]() |
![]() |
#9 | |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: May 2012
Device: kindle touch
|
Quote:
There are some new observations. In fastboot mode, "fastboot reboot" or "fastboot continue" will not boot the Touch, but "fastboot boot main.bin" can bring it on, where main.bin is grabbed from Profile folder of KindleSelectBoot tool. I dont have much knowledge about boot sequence but looks like something corrupts within the chain, after fastboot and before system in mmcblk0p1 is loaded. If there is some part in Touch do similar job as main.bin, I guess the part is suspicious. Is there a way to re-flash the part? |
|
![]() |
![]() |
![]() |
#10 |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
You may need to reflash the u-boot image on the mmc, if that got corrupted. You can do it with fastboot. My mind is full of other stuff right now so I do not remember the details. There are details in various posts and other documents. I would need to search for that info, but you can too.
|
![]() |
![]() |
![]() |
#11 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
|
In the diags ssh, try:
Code:
idme -d --bootmode main; sync; reboot |
![]() |
![]() |
![]() |
#12 |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: May 2012
Device: kindle touch
|
I tried to flash u-boot with
"fastboot flash bootloader main.bin", where main.bin is grabbed from kindleselectboot tool, no luck "idme -d --bootmode main; sync" also didn't help, after issuing the command I further confirmed it has been set to main by "idme ?", but the kindle still can not come up after reboot Any further suggestion? |
![]() |
![]() |
![]() |
#13 |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
|
![]() |
![]() |
![]() |
#14 |
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 608
Karma: 1588610
Join Date: Jan 2012
Device: Kindle Scribe
|
Fastboot flash bootloader !?! Did you just override your bootloader
![]() |
![]() |
![]() |
![]() |
#15 |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Too much messing around with the wrong options in fastboot can disable it so you need to use the serial port recovery method.
|
![]() |
![]() |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Select Boot for K4 and Touch | geekmaster | Kindle Developer's Corner | 313 | 10-19-2014 07:56 AM |
[Kindle Touch] Boot over USB HID serial / "USB downloader" mode | eureka | Kindle Developer's Corner | 16 | 02-25-2012 10:21 PM |
Kindle Touch Won't Boot | teekay | Kindle Developer's Corner | 3 | 12-10-2011 12:51 AM |
Kindle 3, Nook Simple Touch, Kobo Touch and Libra Pro Touch | jbcohen | Which one should I buy? | 4 | 06-18-2011 07:58 PM |
Opus cannot boot, stuck on boot screen | baloma | Bookeen | 35 | 11-13-2010 04:20 AM |