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 02-26-2014, 03:47 AM   #1
sclause
Junior Member
sclause began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2014
Device: K4NT
Debrick problem - Diags not starting / Screwed screen

Hello.
Maybe someone has a hint.

I try to repair a K4. Actual status: Man under tree - no progress bar.

I tried to debrick it with Kubrick:
Going to recovery mode - DONE
Going to fastboot mode - DONE
Flashing diags - DONE
Starting to diags - FAIL - Kindle restarts (screen off/on) then again Man under tree.

I tried the steps manually:
Going to recovery mode - DONE
Switching to fastboot mode with imx_usb or MfgTool - DONE
Connecting in fastboot - DONE
Writing diags_kernel - DONE
Writing diags - DONE
Writing main_kernel - DONE
Set diags mode (fastboot setvar bootmode diags) - DONE
Get diags mode (fastboot getvar bootmode) - FAIL - gives "main"
Reboot (fastboot reboot) - FAIL - Kindle restarts (screen off/on) then again Man under tree - no diags mode

I tried with MfgTool and imx_usb to boot diags directly but this does not work too. In this case Kindle restarts (screen off/on) then Screen is screwed up. Upper part is black, lower part is white with some mixed areas in center (looks like a pedestrian walk).


I can do everything again and again. I tried all fastboot stuff with fastboot and fastboot-standalone.

Have you ever had this problem?

Thx.
SClause
sclause is offline   Reply With Quote
Old 02-26-2014, 09:04 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
Quote:
Originally Posted by sclause View Post
- - - -
Have you ever had this problem?

Thx.
SClause
Yes - it has been seen before.
Something in the parts of the firmware that is not (normally) touched by Kubrick.

Does your fastboot utility have a way to get the firmware (u-boot/bist aka fastboot) version number?
You may have a version that has a bug in the mode set command.
knc1 is offline   Reply With Quote
Old 02-26-2014, 10:34 AM   #3
sclause
Junior Member
sclause began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2014
Device: K4NT
I can get into fastboot and run all commands. No error messages.

fastboot getvar version-bootloader
U-Boot 2009.08-lab126 (Spe 22 2011 - 21:34:10)

fastboot getvar version
0.3

fastboot getvar product
Kindle

fastboot getvar serialno
003150XXXX951KGA // I replaced 4 digits by XXXX

fastboot getvar serial
B00E1510XXXXXXFL // I replaced 6 digits by XXXXXX

fastboot getvar accel
// empty result

fastboot getvar mac
F0A225387B36

fastboot getvar sec
5XU7X52L9ZNZ2BH3E8DD

fastboot getvar pcbsn
// same as serialno

fastboot getvar bootmode
main
sclause is offline   Reply With Quote
Old 02-26-2014, 10:56 AM   #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
Super!

Now all we have to do is get someone who's mode command does work to report the result of the same queries.

Comparing the two should give us an idea of how to proceed from here.
knc1 is offline   Reply With Quote
Old 02-26-2014, 11:43 AM   #5
sclause
Junior Member
sclause began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2014
Device: K4NT
I have a K4 (black) at home which is working. I will try it there and write back then.

I can set diags mode from fastboot within this device. I will now try to extract the partitions and write it to the other model.
version-bootloader: U-Boot 2009.08-lab126 (Jan 12 2013 - 20:38:30)


After extracting diags and main (kernel and partition) I uploaded it to the bricked Kindle. After reboot still the same. The bootloader and all other values are the "old" ones.

Last edited by sclause; 02-26-2014 at 04:02 PM. Reason: more information
sclause is offline   Reply With Quote
Old 02-26-2014, 04:44 PM   #6
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
Quote:
Originally Posted by sclause View Post
I have a K4 (black) at home which is working. I will try it there and write back then.

I can set diags mode from fastboot within this device. I will now try to extract the partitions and write it to the other model.
version-bootloader: U-Boot 2009.08-lab126 (Jan 12 2013 - 20:38:30)


After extracting diags and main (kernel and partition) I uploaded it to the bricked Kindle. After reboot still the same. The bootloader and all other values are the "old" ones.
The problem will **NOT** be within the partitioned portion of the flash.
So what you have just re-flashed is the same things that Kubrick re-flashes.
knc1 is offline   Reply With Quote
Old 02-27-2014, 02:39 AM   #7
sclause
Junior Member
sclause began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2014
Device: K4NT
Quote:
Originally Posted by knc1 View Post
The problem will **NOT** be within the partitioned portion of the flash.
So what you have just re-flashed is the same things that Kubrick re-flashes.
That's what I guessed.
How can I flash the bootloader? I have not found a way without diags mode.
sclause is offline   Reply With Quote
Reply

Tags
bootmode, diags, fastboot

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem after debrick with Kubrick tuchchai Kindle Developer's Corner 8 08-04-2013 09:56 AM
Strange problem with diags partitions 13r Kindle Developer's Corner 8 01-13-2013 06:49 PM
Screwed up diags mode, I think Scuzzball Kindle Developer's Corner 16 12-24-2012 07:11 PM
Problem to exit ENABLE DIAGS in kindle touch luis_ox Amazon Kindle 7 08-04-2012 08:01 PM
HELP: screen ink screwed up! DazzleSP Kobo Reader 2 06-13-2012 01:57 AM


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


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