Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 11-27-2014, 08:15 AM   #1
sveshnikov73
Junior Member
sveshnikov73 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2014
Device: Kindle Paperwhite
Debricking Kindle PW

Hi, my Kindle PW is frozen and does not boot after hard reset and is not seen as a device when connected to a PC or MfgTool. I connect to it via the console - it cyclically restarts. It tries to boot a diags mode was unsuccessful because both partitions - main and diags were damaged. After that I switch to fastboot mode and flash the image and the kernel for diags partition, boot into diags mode, connect the drive via USB Device mode and began to copy the image to main partition, but received an error writing to mmc (after 70% writing of image). I tried using fastbot erase main and diags partition, but unsuccessfully – I again received an error writing to mmc. Then I typed:
fastboot eraseall
fastboot flash diags
fastboot flash diags_kernel
fastboot reboot
It was a big mistake - eraseall, now uboot is not available, log:

Spoiler:
U-Boot 2009.08-lab126 (Feb 19 2012 - 05:03:11)

CPU: Freescale i.MX50 family 1.1V at 800 MHz
mx50 pll1: 800MHz
mx50 pll2: 400MHz
mx50 pll3: 216MHz
ipg clock : 50000000Hz
ipg per clock : 50000000Hz
uart clock : 24000000Hz
ahb clock : 100000000Hz
axi_a clock : 400000000Hz
axi_b clock : 200000000Hz
weim_clock : 100000000Hz
ddr clock : 800000000Hz
esdhc1 clock : 80000000Hz
esdhc2 clock : 80000000Hz
esdhc3 clock : 80000000Hz
esdhc4 clock : 80000000Hz
MMC: FSL_ESDHC: 0, FSL_ESDHC: 1
Board: Unknown
Boot Reason: [POR]
Boot Device: MMC
Board Id: 0000000000000000
S/N: 0000000000000000
*** TODO: Dump protected MMC here ***
Invalid board id! Can't determine system type for RAM init.. bailing!
DRAM: 0 kB
Using default environment



U-Boot 2009.08-lab126 (Feb 19 2012 - 05:03:11)

CPU: Freescale i.MX50 family 1.1V at 800 MHz
mx50 pll1: 800MHz
mx50 pll2: 400MHz
mx50 pll3: 216MHz
ipg clock : 50000000Hz
ipg per clock : 50000000Hz
uart clock : 24000000Hz
ahb clock : 100000000Hz
axi_a clock : 400000000Hz
axi_b clock : 200000000Hz
weim_clock : 100000000Hz
ddr clock : 800000000Hz
esdhc1 clock : 80000000Hz
esdhc2 clock : 80000000Hz
esdhc3 clock : 80000000Hz
esdhc4 clock : 80000000Hz
MMC: FSL_ESDHC: 0, FSL_ESDHC: 1
Board: Unknown
Boot Reason: [POR]
Boot Device: MMC
Board Id: 0000000000000000
S/N: 0000000000000000
*** TODO: Dump protected MMC here ***
Invalid board id! Can't determine system type for RAM init.. bailing!
DRAM: 0 kB
Using default environment


Any ideas?
P.S. Now i can see Kindle in MfgTool, but it cyclically trying to connect to the device
sveshnikov73 is offline   Reply With Quote
Old 11-27-2014, 09:50 AM   #2
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Abandon all hope until you replace the bad eMMC chip (the original cause of the file corruptions).
knc1 is offline   Reply With Quote
Old 11-27-2014, 10:22 AM   #3
sveshnikov73
Junior Member
sveshnikov73 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2014
Device: Kindle Paperwhite
Quote:
Originally Posted by knc1 View Post
Abandon all hope until you replace the bad eMMC chip (the original cause of the file corruptions).
It may be that after eraseall, bad blocks are marked as unused, and possibly now somehow copy the image to the mmc? Moreover, that smaller files are copied to the flash was successful.
sveshnikov73 is offline   Reply With Quote
Old 11-27-2014, 06:15 PM   #4
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
That can't be the only damage - 'bad blocks' that is.

The reason I write that is because you say that u-boot was erased by the 'erase all' command.
It **SHOULD** have just been replaced.

U-Boot is in a protected area of the eMMC device, and the 'erase all' command replaces the contents of that protected area by the program resident in memory that runs the 'erase all' command (I.E: u-boot).
knc1 is offline   Reply With Quote
Old 11-27-2014, 11:45 PM   #5
sveshnikov73
Junior Member
sveshnikov73 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2014
Device: Kindle Paperwhite
Quote:
Originally Posted by knc1 View Post
That can't be the only damage - 'bad blocks' that is.

The reason I write that is because you say that u-boot was erased by the 'erase all' command.
It **SHOULD** have just been replaced.

U-Boot is in a protected area of the eMMC device, and the 'erase all' command replaces the contents of that protected area by the program resident in memory that runs the 'erase all' command (I.E: u-boot).
Yes, I understand it, by the way, when I did eraseall, I saw in the console messages only erase bootloader and erase userdata. At the forum, I read somewhere that Eureka could restore uboot via imx_usb_loader. Is it possible to somehow restore the partition using uboot image with another Kindle PW?
sveshnikov73 is offline   Reply With Quote
Old 01-02-2015, 11:40 AM   #6
eureka
but forgot what it's like
eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.eureka ought to be getting tired of karma fortunes by now.
 
Posts: 741
Karma: 2345678
Join Date: Dec 2011
Location: north (by northwest)
Device: Kindle Touch
One user restored his Kindle after eraseall (story starts here) with this U-Boot and previously made data backup.

Though, I think, it wouldn't help you in solving original problem.
eureka is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Please Help with Debricking Kindle Paperwhite 8a8e8ei2i20 Kindle Developer's Corner 5 10-25-2014 05:57 PM
Kindle Touch. Desenladrillado(debricking) cristbo Amazon Kindle 6 01-23-2013 09:48 AM
Any help with debricking kindle 3? andy2082 Kindle Developer's Corner 13 11-25-2012 07:58 AM
kindle touch simple debricking for help non_fox Amazon Kindle 4 04-18-2012 08:32 PM
Troubleshooting simple kindle touch (and k4nt) debricking method geekmaster Amazon Kindle 0 03-02-2012 10:31 PM


All times are GMT -4. The time now is 07:00 PM.


MobileRead.com is a privately owned, operated and funded community.