Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 02-05-2016, 08:05 PM   #31
RoBoKoP
Enthusiast
RoBoKoP began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Nov 2015
Device: PW
This one?
http://www.amazon.com/gp/help/custom...deId=200203720
RoBoKoP is offline   Reply With Quote
Old 02-05-2016, 08:26 PM   #32
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 RoBoKoP View Post
That's it.

Pick a release -
ixtab didn't mention which one he based his build on - but go by the date of his post - probably something that was recent on that date.

Or
Pick a more recent release, closer to the device you want to work with.

Or
Just use his already built binary attached to the post you linked to.
Why do you want to repeat the work he already did?

Last edited by knc1; 02-05-2016 at 08:37 PM.
knc1 is offline   Reply With Quote
Old 02-05-2016, 08:46 PM   #33
RoBoKoP
Enthusiast
RoBoKoP began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Nov 2015
Device: PW
Quote:
Originally Posted by knc1 View Post
Just use his already built binary attached to the post you linked to.
Why do you want to repeat the work he already did?
I must compile a version of uboot that sets S/N and board id for me. So binary is no go.
EDIT: hint here https://www.mobileread.com/forums/sho...&postcount=679
I'm not sure I have to do this though.
Can I connect to the uboot command line to have access to the `idme` command with the device in this state?

Last edited by RoBoKoP; 02-05-2016 at 08:50 PM.
RoBoKoP is offline   Reply With Quote
Old 02-06-2016, 03:38 AM   #34
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 RoBoKoP View Post
I must compile a version of uboot that sets S/N and board id for me. So binary is no go.
EDIT: hint here https://www.mobileread.com/forums/sho...&postcount=679
I'm not sure I have to do this though.
Can I connect to the uboot command line to have access to the `idme` command with the device in this state?
The u-boot is talking over the serial port, same as the SoC before it and the kernel after it.
So yes, but it my only be available in the full u-boot build.
What you see at first is a mini-uboot, you have to load the full one manually (called: bist).

The 'idme' command is also available over a fastboot connection, but you have to use the kindle's serial port to start fastboot.

Both ways of accessing the idme command require only u-boot to be working, the rest of the eMMC can even be erased.

Read the thread about recovering a Kindle with fastboot, that one was an 'erase all' victim.
knc1 is offline   Reply With Quote
Old 02-09-2016, 03:04 PM   #35
RoBoKoP
Enthusiast
RoBoKoP began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Nov 2015
Device: PW
How do I get to fastboot mode?
All I found in the forum is getting earlier devices into that mode with their magic keys.
RoBoKoP is offline   Reply With Quote
Old 02-09-2016, 03:41 PM   #36
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 RoBoKoP View Post
How do I get to fastboot mode?
All I found in the forum is getting earlier devices into that mode with their magic keys.
At the u-boot prompt> bist
Then at the bist prompt> fastboot
or combine the two:
u-boot> bist fastboot
knc1 is offline   Reply With Quote
Old 02-09-2016, 03:56 PM   #37
RoBoKoP
Enthusiast
RoBoKoP began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Nov 2015
Device: PW
Quote:
Originally Posted by knc1 View Post
At the u-boot prompt> bist
Then at the bist prompt> fastboot
or combine the two:
u-boot> bist fastboot
The device doesn't get there, its board id and s/n are erased.
RoBoKoP is offline   Reply With Quote
Old 02-09-2016, 03:58 PM   #38
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 RoBoKoP View Post
The device doesn't get there, its board id and s/n are erased.
Try i.mx_loader, its around here somewhere.
knc1 is offline   Reply With Quote
Old 02-09-2016, 04:10 PM   #39
RoBoKoP
Enthusiast
RoBoKoP began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Nov 2015
Device: PW
I have the serial console, the kindle outputs this:

Code:
NNt 2009.08-lab126 (Sep 06 2012 - 16:07:56)

CPU:   Freescale i.MX50 family 1.1V at 800 MHz
mx50 pll1: 800MHz
mx50 pll2: 400MHz
mx50 pll3: 216MHz
ipg clock     : 66666666Hz
ipg per clock : 66666666Hz
uart clock    : 24000000Hz
ahb clock     : 133333333Hz
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: ?
S/N: ?
Invalid board id!  Can't determine system type for RAM init.. bailing!
DRAM:   0 kB
Using default environment
Now I cd to imx_usb's folder:

Code:
# ./imx_usb fastboot.bin
parse mx50_usb_work.conf
15a2:0052(KindleTouch) bConfigurationValue =1
Interface 0 claimed
report 1, wrote 16 bytes, err=0
report 3, read 4 bytes, err=0
read=56 78 78 56
fastboot.bin
No dcd table, barker=402000d1
dcd_ptr=0x00000000

loading binary file(fastboot.bin) to f8006000, skip=0, fsize=800 type=aa

<<<2048, 2048 bytes>>>
jumping to 0xf8006400
report 1, wrote 16 bytes, err=0
report 3, read 4 bytes, err=0
read=56 78 78 56
jump_mode 2 plug=1 err=0
fastboot.bin
header_max=1000

loading binary file(fastboot.bin) to f8006000, skip=0, fsize=120bc type=aa

<<<73916, 73916 bytes>>>
jumping to 0xf800642c
Up till here there's no output on the serial console.

Now I cd to the NiLuJe's Fastboot-Kindle tool:

Code:
#./fastboot getvar serialno
< waiting for device >
What did I do wrong?
RoBoKoP is offline   Reply With Quote
Old 02-09-2016, 04:24 PM   #40
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
I suppose you didn't use iMX_loader to write the board and serial number.

And that copy of fastboot doesn't have the tables required to start RAM.

"No dcd table"
knc1 is offline   Reply With Quote
Old 02-09-2016, 04:31 PM   #41
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
Wait, I have a fastboot tool in my name??!

Must have been confusing me with someone else .
NiLuJe is offline   Reply With Quote
Old 02-09-2016, 04:49 PM   #42
RoBoKoP
Enthusiast
RoBoKoP began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Nov 2015
Device: PW
Quote:
Originally Posted by knc1 View Post
I suppose you didn't use iMX_loader to write the board and serial number.
https://github.com/boundarydevices/i...imx_usb.c#L340
imx_loader doesn't have options to write those variables.

Quote:
Originally Posted by knc1 View Post
And that copy of fastboot doesn't have the tables required to start RAM.

"No dcd table"
Where do I get my hands on it?
RoBoKoP is offline   Reply With Quote
Old 02-09-2016, 06:18 PM   #43
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 link you gave does not look like it has anything to due with this forum, its members, or even about Kindles.

Where you referred there by a thread or post on this site?

Since your trying to recover a Kindle, I suggest you stay with the things posted here.

Note: At the link you gave, read the bottom paragraph of the 'usage' message.

We (I) have posted all of the i.MX6 reference materials here, somewhere.
Those will give you an idea of what your looking for here.

I honestly don't recall where any of those things are (but then, I don't ever push: "erase all").
knc1 is offline   Reply With Quote
Old 02-09-2016, 06:35 PM   #44
RoBoKoP
Enthusiast
RoBoKoP began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Nov 2015
Device: PW
Yeah that was the wrong github link, the correct is this:
https://github.com/aditya3098/imx_usb_loader
which a fork of the former.

I tried this uboot: https://www.mobileread.com/forums/sho...&postcount=728
imx_load says "No dcd table" for it as well.
RoBoKoP is offline   Reply With Quote
Old 02-10-2016, 02:05 AM   #45
RoBoKoP
Enthusiast
RoBoKoP began at the beginning.
 
Posts: 32
Karma: 10
Join Date: Nov 2015
Device: PW
I managed to compile a custom uboot that sets a board id from Amazon's sources.
Trying to upload that with imx_usb does nothing just like the other *.bins

I rebooted into windows so I can use MfgTool hoping that it would work, but windows 10 is not supported.

Rebooted into OS X to try this procedure but imx_usb fails.

Ideas welcome.
RoBoKoP is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help for unbricking PW 5.3.1 szfisher Kindle Developer's Corner 22 07-12-2013 08:38 AM
Anyone do an Unbricking service? Oceanus Kindle Developer's Corner 3 02-12-2013 06:02 PM
Help Unbricking K3 with ATK tootie1221 Kindle Developer's Corner 9 08-30-2012 09:07 AM
HELP PLEASE!!! Unbricking EE Yellowman1 enTourage eDGe 8 07-21-2011 08:54 AM
Help Unbricking PE vicinc enTourage eDGe 113 07-16-2011 12:40 AM


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


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