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 08-24-2015, 05:04 AM   #1
wpd
Junior Member
wpd doesn't litterwpd doesn't litterwpd doesn't litter
 
Posts: 7
Karma: 221
Join Date: Oct 2007
Device: iliad/nokia9500
Jailbreak 5.6.5

I did not have a 1.8V serial usb when I started this, so I thoroughly rogered the kindle before I actually saw the kindle commandline. The kernel booted, but warned that no kinit could be found.

Breaking into recovery still worked, so
  • enter into recovery abc menu
  • format user partition
  • expose fat partition
  • upload amazon supplied 5.6.5 update
  • install update from user partition

Got me back a working, but still jailed kindle at the latest firmware.

Uboot to the rescue: setting the boot argument to mount the root partition together with init=/bin/sh gave me root access. Remount rw, repasswd root, and all was well.

In the process I did try uboot/bist/fastboot uploading of other ppls partitions and kernels. The MMC in the PW3 seems too new for older kernels, and this will give mmc0 unrecognized EXT_CSD errors (-22) errors.

Hope this provides breadcrumbs for others in the same straits.
wpd is offline   Reply With Quote
Old 08-24-2015, 08:09 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 wpd View Post
- - - -
I thoroughly rogered the kindle before I actually saw the kindle commandline.
- - - -
Would you please translate / provide details of what you mean by that sentence?

Knowing what you tried that did not work for you might well save other people from making the same mistakes.
knc1 is offline   Reply With Quote
Old 08-24-2015, 08:41 AM   #3
wpd
Junior Member
wpd doesn't litterwpd doesn't litterwpd doesn't litter
 
Posts: 7
Karma: 221
Join Date: Oct 2007
Device: iliad/nokia9500
Quote:
Originally Posted by knc1 View Post
Would you please translate / provide details of what you mean by that sentence?

Knowing what you tried that did not work for you might well save other people from making the same mistakes.
I had a couple of 3.3V serial usb dongles at hand, and tried to make a connection anyway. I tried connecting it straight through, tried a fet based level shifter and a two transistor based level shifter. All from spare parts, and all failed. I rebooted the kindle by removing the battery to ensure I had a clean reboot.

Constant removal of battery during operation, or some "keypresses" may have reached the kindle and somehow destroyed the root partition. When I finally got the serial prompt I saw a bootup procedure, uboot, kernel booting and finally "kinit not found". At that point booting stopped.

I finally received a proper level converter (TI TXB0108), and with the recovery menu still accessible could format the user partition, add the amazon complete update, and start the update from recovery.

Last edited by wpd; 08-24-2015 at 08:44 AM.
wpd is offline   Reply With Quote
Old 08-24-2015, 08:48 AM   #4
wpd
Junior Member
wpd doesn't litterwpd doesn't litterwpd doesn't litter
 
Posts: 7
Karma: 221
Join Date: Oct 2007
Device: iliad/nokia9500
Quote:
Originally Posted by wpd View Post
In the process I did try uboot/bist/fastboot uploading of other ppls partitions and kernels. The MMC in the PW3 seems too new for older kernels, and this will give mmc0 unrecognized EXT_CSD errors (-22) errors.
The remedy for this is to ensure that you have a kernel that supports the newer hardware.
  • Retrieve the latest amazon firmware for the all_new_paperwhite kindle
  • Retrieve uImage from update using kindletool
  • Upload uImage using fastboot, with kindle in fastboot
wpd is offline   Reply With Quote
Old 08-24-2015, 08:50 AM   #5
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
Hardware issues with the low voltage serial port adapter.
Something for people to check if they can't communicate with the Kindle.

- - - -

Off-topic :
Isn't your Nokia9500 also 1.8 volt?
Or is it something else?
knc1 is offline   Reply With Quote
Old 08-24-2015, 08:52 AM   #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 wpd View Post
The remedy for this is to ensure that you have a kernel that supports the newer hardware.
  • Retrieve the latest amazon firmware for the all_new_paperwhite kindle
  • Retrieve uImage from update using kindletool
  • Upload uImage using fastboot, with kindle in fastboot
Remember to move the kernel modules from one rootfs image to the other image when you move the kernel.
It is possible to have a kernel-level mis-match if you don't do that.
knc1 is offline   Reply With Quote
Old 08-24-2015, 11:13 AM   #7
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 wpd View Post
- - - -
Hope this provides breadcrumbs for others in the same straits.
Yes, nice procedure summary.
Since it depends on u-boot, that or a very similar one should work on any Kindle model.

Thanks.
knc1 is offline   Reply With Quote
Old 08-25-2015, 03:12 AM   #8
wpd
Junior Member
wpd doesn't litterwpd doesn't litterwpd doesn't litter
 
Posts: 7
Karma: 221
Join Date: Oct 2007
Device: iliad/nokia9500
Quote:
Originally Posted by knc1 View Post
Off-topic :
Isn't your Nokia9500 also 1.8 volt?
Or is it something else?
LOL -- I loved those nokia communicators. Excellent phones, even if pulling it out instantly made you a complete tool/utter nerd to the ppl around you. Good ereader for the time.
wpd is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hacks Kindle (3) Keyboard : Upgrade and Jailbreak or Jailbreak and Upgrade?? prado Amazon Kindle 3 06-11-2021 10:13 PM
Troubleshooting after jailbreak, my pw2 auto updated, can I re-jailbreak? duqiaochai Amazon Kindle 12 04-05-2015 07:43 AM
Jailbreak 5.6.1.0.6 qee4q Kindle Developer's Corner 46 03-20-2015 09:06 PM
KPW - to jailbreak or not to jailbreak BeccaPrice Kindle Developer's Corner 19 01-19-2013 07:43 PM
PRS-T2 Difference jailbreak.zip/rupor-jailbreak.7z & minimal-root-zeam.zip/rupor-minimal.7z? hyperstruct Sony Reader Dev Corner 9 01-06-2013 02:05 PM


All times are GMT -4. The time now is 08:08 AM.


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