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 03-30-2012, 06:14 AM   #121
TCCPhreak
Member
TCCPhreak is a glorious beacon of lightTCCPhreak is a glorious beacon of lightTCCPhreak is a glorious beacon of lightTCCPhreak is a glorious beacon of lightTCCPhreak is a glorious beacon of lightTCCPhreak is a glorious beacon of lightTCCPhreak is a glorious beacon of lightTCCPhreak is a glorious beacon of lightTCCPhreak is a glorious beacon of lightTCCPhreak is a glorious beacon of lightTCCPhreak is a glorious beacon of light
 
Posts: 14
Karma: 12366
Join Date: Mar 2012
Device: Kindle 4GNT
Quote:
Originally Posted by geekmaster View Post
Kernel image files extracted using dd commands shown above were added to the first post in this thread:
could you please check the non-touch one? I'm starting to think that this is not really correct. It doesn't look like a Linux-kernel image to me - more like a simple backup of mmcblk0 but cropped after 4.5 MB - so after the Linux-kernel starts but before it ends.
So it's neither a usable kernel for fastboot, nor a complete image of the unpartitioned mmc-space usable for dd. I guess you'd have to use the "skip"-option on dd to ensure you copy the kernel completely. Of course, once you have the unpartitioned 32MB somewhere, you can also use a simple hexeditor.

Unfortunately, I only checked for that after I tried to flash it. So at the moment, my Kindle seems "broken some more". MfgTool still can see it when magic-booting but sending it to fastboot doesn't seem to work.

I can confirm that 0xE41000 looks like a good guess for the diags-kernel in the non-touch, too. With 0x4E3000 (padded to 4K boundaries), it looks slightly larger than the non-diag (0x48A540).

I guess, I'll have to read into how to flash with MfgTool / how to create own profiles next..

@geekmaster:
The problem with the runme.sh-scripts is that I have to be able to copy them to the Kindle - which is next-to-impossible in the short timespan I can access it - and the system has to boot far enough to start accessing scripts - which I also strongly doubt.
Though I gotta admit that I didn't yet access the serial port to watch the boot messages. Looks like this might be a good idea, too.

Regards,

TCC
TCCPhreak is offline   Reply With Quote
Old 03-30-2012, 06:33 AM   #122
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 murz_07 View Post
Hello.
I tyred to flash main kernel tou provided using fastboot, tried dd if=/dev/mmcblk0 of=/mnt/us/kernel-5.0.4.img bs=1K count=4971, but my Kindle Touch still can't boot in main mode.
I don't know firmware version, I used mmcblk0p1.img from the first post.
If the command you used is "as posted" and not a typo here -
Then your source (InFile, if= ) and destination (OutFile, of= ) options are reversed.
The command "as posted" is reading from the mmc not writing to it.

It might also be that you left out some of what you did from this post.
Could you confirm the details of what you tried please?

Last edited by knc1; 03-30-2012 at 06:36 AM.
knc1 is offline   Reply With Quote
Old 03-30-2012, 08:06 AM   #123
murz_07
Connoisseur
murz_07 began at the beginning.
 
Posts: 67
Karma: 10
Join Date: Feb 2012
Device: Kindle Touch SO
Quote:
Originally Posted by knc1 View Post
If the command you used is "as posted" and not a typo here -
Then your source (InFile, if= ) and destination (OutFile, of= ) options are reversed.
The command "as posted" is reading from the mmc not writing to it.

It might also be that you left out some of what you did from this post.
Could you confirm the details of what you tried please?
I did right as I posted.
dd.. then fastboot flash..
But if I didn't write main kernel with dd, but copied it, fastboot should have been written it right back. So I guess it's ok that nothing good happened.

But suddenly USBnetwork stopped working!
"lsusb" shows no Kindle device.

I tryed to flash diags again, but it still is not working.

May be someone can backup full mmcblk0? Is it at least possible?

Last edited by murz_07; 03-30-2012 at 08:12 AM.
murz_07 is offline   Reply With Quote
Old 03-30-2012, 12:05 PM   #124
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
The problem was that the SKIP option was left off of the dd commands (now added in the post above). I am remaking and reposting the kernel images.

I have *way* too many urgent things going on right now (remember that "geekmaster vacation" thread?), and I did not take the time to examine the images before posting them. Due to my current lack of time, I am taking shortcuts and not testing things like I usually do...


UPDATE: New kernel images were extracted using the dd "skip" option to begin at the correct offset in mmcblk0. The kernel image download links were updated in the first post.

Can somebody with more free time please take over these tasks so I do not have to rush so much that I skip steps and overlook mistakes? Thanks.


Last edited by geekmaster; 03-30-2012 at 12:44 PM.
geekmaster is offline   Reply With Quote
Old 03-30-2012, 12:20 PM   #125
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by knc1 View Post
If the command you used is "as posted" and not a typo here -
Then your source (InFile, if= ) and destination (OutFile, of= ) options are reversed.
The command "as posted" is reading from the mmc not writing to it.
...
Wrong answer. No, it is not reversed. That command is used to make a backup copy of the kernel. You flash the kernels with fastboot. Your advice to reverse those options is actually DANGEROUS because it could actually damage data stored in the mmc, such as the device PCBSN, which would require ANOTHER custom uboot to debrick it...

Although it *might* be possible to use dd to write a kernel image into a portion of /dev/mmcblk0 (with the correct dd seek offset), that is not a *normal* way to do this, and it would require testing and verification. Because it is a device, it might not support the dd "seek" option needed to do that, and that area of mmc might be protected from writing by the kernel mode device drivers...

Last edited by geekmaster; 03-30-2012 at 12:51 PM.
geekmaster is offline   Reply With Quote
Old 03-30-2012, 12:55 PM   #126
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Kernel images in first post have been updated to use correct offsets.

Last edited by geekmaster; 03-30-2012 at 12:59 PM.
geekmaster is offline   Reply With Quote
Old 03-30-2012, 12:57 PM   #127
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by murz_07 View Post
Hello.
I tyred to flash main kernel tou provided using fastboot, tried dd if=/dev/mmcblk0 of=/mnt/us/kernel-5.0.4.img bs=1K count=4971, but my Kindle Touch still can't boot in main mode.
I don't know firmware version, I used mmcblk0p1.img from the first post.
Try the new kernel image in the first post. Flash it with fastboot.
geekmaster is offline   Reply With Quote
Old 03-30-2012, 01:02 PM   #128
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by murz_07 View Post
May be someone can backup full mmcblk0? Is it at least possible?
The full mmcblk0 would include the entire 4GB mmc contents including the USB drive. The file would be too large to fit on a vfat partition. It would be "possible" using netcat (nc), but not useful...

Just flash the new kernel image from the first post with fastboot...
geekmaster is offline   Reply With Quote
Old 03-30-2012, 01:04 PM   #129
murz_07
Connoisseur
murz_07 began at the beginning.
 
Posts: 67
Karma: 10
Join Date: Feb 2012
Device: Kindle Touch SO
Quote:
Originally Posted by geekmaster View Post
Try the new kernel image in the first post. Flash it with fastboot.
Thank you VERY much!
I flashed it and FINALLY my Kindle Touch DID SOMETHING after trying to boot in in main mode!

But now it is stucked on "Kindle tree screen".
What should I do to make it work?

I used mmcblk0p1 from the first post, is there firmware 5.0.4 version like kernel I've just flashed?

USBnetwork is still not working..

Last edited by murz_07; 03-30-2012 at 01:24 PM.
murz_07 is offline   Reply With Quote
Old 03-30-2012, 01:25 PM   #130
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by murz_07 View Post
Thank you VERY much!
I flashed it and FINALLY my Kindle Touch DID SOMETHING after trying to boot it in main mode!

But now it is stuck on "Kindle tree screen".
What should I do to make it work?


I used mmcblk0p1 from the first post, is there 5.0.4 version like kernel I've just flashed?

USBnetwork is still not working..
USBnet for diags requires flashing the mmcblk0p2_ssh.img file you can download at the first post. Diags menu N) U) Z) X) to start SSH, wait 20 seconds, then SSH in (root password mario). Then you can flash mmcblk0p1 with dd. You CANNOT flash mmcblk0p1 with fastboot because it is too big...

If you damaged your diags kernel, you can boot diags with the kernel in the kexec thread (booting from USB drive), or you can flash that kernel to your mmc with fastboot.

You might also need to reset the boot counter (search the posts). Erasing mmcblk0p3 would also reset the counter, but you would lose your collections database if you do that.

A 5.0.4 mmcblk0p1 has not been posted as far as I know. You could always run the 5.0.4 update from amazon to upgrade from 5.0.0, after you get it running.

Last edited by geekmaster; 03-30-2012 at 01:30 PM.
geekmaster is offline   Reply With Quote
Old 03-30-2012, 01:29 PM   #131
murz_07
Connoisseur
murz_07 began at the beginning.
 
Posts: 67
Karma: 10
Join Date: Feb 2012
Device: Kindle Touch SO
Quote:
Originally Posted by geekmaster View Post
USBnet for diags requires flashing the mmcblk0p2_ssh.img file you can download at the first post. Diags menu N) U) Z) X) to start SSH, wait 20 seconds, then SSH in (root password mario). Then you can flash mmcblk0p1 with dd. You CANNOT flash mmcblk0p1 with fastboot because it is too big...

If you damaged your diags kernel, you can boot diags with the kernel in the kexec thread (booting from USB drive), or you can flash that kernel to your mmc with fastboot.

You might also need to reset the boot counter (search the posts). Erasing mmcblk0p3 would also reset the counter, but you would lose your collections database if you do that.
I flashed right mmcblk0p2 twice, then flashed diags_kernel - no effect.
I'll try to erase mmcblk0p3, but I doubt there is anything..

I've just run dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K with data.tar.gz you provided in "Select boot.." and RUNME.sh
Nothing changed. USBnetwork doesnt work.

Last edited by murz_07; 03-30-2012 at 01:54 PM.
murz_07 is offline   Reply With Quote
Old 03-30-2012, 01:50 PM   #132
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 geekmaster View Post
Wrong answer. No, it is not reversed. That command is used to make a backup copy of the kernel. You flash the kernels with fastboot. Your advice to reverse those options is actually DANGEROUS because it could actually damage data stored in the mmc, such as the device PCBSN, which would require ANOTHER custom uboot to debrick it...

Although it *might* be possible to use dd to write a kernel image into a portion of /dev/mmcblk0 (with the correct dd seek offset), that is not a *normal* way to do this, and it would require testing and verification. Because it is a device, it might not support the dd "seek" option needed to do that, and that area of mmc might be protected from writing by the kernel mode device drivers...
No advice in the post, just a discription of the direction options.

Also a request for clarification from the O.P. (which you cut from the quote to make your point).

To which the O.P. made a clarifying post and we are understanding each other just fine, without any outside help, thank you.
knc1 is offline   Reply With Quote
Old 04-06-2012, 09:11 AM   #133
drogon
Junior Member
drogon began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Apr 2012
Device: kindle touch
How to flash kernel-5.0.4.img

when I do:
dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K
it shows:
dd:writing '/dev/mmcblk0p3':No space left on device
How should I deal with it?
And how to use fastboot to flash kernel-5.0.4.img?
drogon is offline   Reply With Quote
Old 04-06-2012, 09:37 AM   #134
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 drogon View Post
when I do:
dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K
it shows:
dd:writing '/dev/mmcblk0p3':No space left on device
How should I deal with it?
And how to use fastboot to flash kernel-5.0.4.img?
Since you did not specify the count= number of blocks, that is the expected command result.

dd continues to output blocks until the destination runs out of room or the source is completely copied when you don't tell it how many blocks to copy.

And in the case given, with /dev/zero as the source, you will never reach the last block of the source.

Last edited by knc1; 04-06-2012 at 09:43 AM.
knc1 is offline   Reply With Quote
Old 04-06-2012, 10:57 AM   #135
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by drogon View Post
when I do:
dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K
it shows:
dd:writing '/dev/mmcblk0p3':No space left on device
How should I deal with it?
And how to use fastboot to flash kernel-5.0.4.img?
It should have wiped the entire partition before the error message. If you do not want the error message, the quick and dirty way is to add 2>/dev/null to the end of the command.

The "right" way is more complicated (which I try to avoid whenever possible), and requires that you find out how many blocks your destination has. There are a number of ways to do that. Using "fdisk -l" is one of them (but those are 512-byte blocks, so you have to divide by 8 to get 4K blocks), or you can use "df" (but that gives 1K blocks so you need to divide by 4). Then you need to add the computed block count to the "count=" parameter of "dd".

As you can see, it is a lot more complicated than my one-line answer, which just ignores the "normal" error when the device gets full.

Another way would be just to write enough to "kill" the partition format, such as "count=1000" or something...

The point is to make the partition no longer mountable, so that the startup scripts will reformat that partition during the next reboot.


Last edited by geekmaster; 04-06-2012 at 10:59 AM.
geekmaster is offline   Reply With Quote
Reply

Tags
debricking

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Which one Nook simple touch or Kobo mini? capuchino71 Which one should I buy? 18 07-12-2013 05:09 PM
Sell Kindle Keyboard 3G, Nook Simple Touch austinmitchell Flea Market 5 03-01-2013 11:34 AM
I have some questions about K4 touch debricking drjonvargas Kindle Developer's Corner 4 04-22-2012 03:46 PM
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 04:45 AM.


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