|  11-10-2012, 10:15 PM | #91 | 
| Zealot            Posts: 121 Karma: 82565 Join Date: Aug 2010 Location: Maryland, USA Device: dxg, k3w,k4nt,kpw | 
			
			Sure I do. I can arrange temporary remote access to my unit's serial console and USBnet ssh, so you'll be able to check whatever you need. Let me know if interested. | 
|   |   | 
|  11-11-2012, 12:51 AM | #92 | 
| my parent's oops...            Posts: 493 Karma: 1477572 Join Date: Feb 2009 Device: Vx->Handera->Clie-> Axim->505->650->KPW/Aura ->L2->iOS/CBW | 
			
			Thank you for all the work you guys/gals have done. I just picked up my KPW (upgrade from sony 650). While I liked the simplicity of the sony UI, the KPW screen and light overcame amazon's poor UI for the kindle but I had to integrate my calibre collections! I turned on airplane mode and went through the steps provided and now have kindle collections working on my jailbroken 5.3 PW. I appreciate your efforts and help in this!
		 | 
|   |   | 
|  11-11-2012, 04:59 AM | #93 | |
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | Quote: 
 I am old and work slow, so it may be awhile before I need to roam around in the 5.3 system. Will see if I can get it running under emulation first. But if you've clicked through to my own web site (I'm just a visitor here) you will see that I am very much opposed to locked consumer devices. Link is my "homepage link" in the info box on the left. Note: Most of my web site is hidden from the public eye, only visible to members logged in. Anyone that wants to register will need a "passcode" for the registration form - just PM me here for that. | |
|   |   | 
|  11-14-2012, 03:14 PM | #94 | 
| 20% cooler.            Posts: 93 Karma: 364674 Join Date: Oct 2012 Location: Poznań, Poland Device: Kindle Paperwhite 1 | 
			
			Could you please check if issuing "setenv bootargs parameters" command before booting would change kernel cmdline? (environment variables in u-boot should last only until next reboot). Also, could you check what "bist fastboot" does? (if it'll appear to boot fastboot, then don't forget to connect usb cable in order to check if it works   ) Those two things seems to be most interesting for me. And now, thing not necessarily for you, but for everyone who can help - could someone prepare instructions for connecting PW with serial cable for someone who never did anything like that before? It's a disadvantage of owning only open devices - you can't learn how to obtain access to them, cause you have it since beginning   | 
|   |   | 
|  11-14-2012, 04:07 PM | #95 | 
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | 
			
			The connection points are indexed in the prefix index under Hardware / Serial Port / Kindle Paperwhite. To save you the clicks: https://www.mobileread.com/forums/sho...d.php?t=195769 It is a LV (low voltage) serial connection (1.8 volt). Communications parameters are: 115200, 8n1 I recommend the LV serial to USB adapter cable documented in the links of this thread starter post: https://www.mobileread.com/forums/sho...d.php?t=170566 | 
|   |   | 
|  11-14-2012, 07:11 PM | #96 | ||
| Zealot            Posts: 121 Karma: 82565 Join Date: Aug 2010 Location: Maryland, USA Device: dxg, k3w,k4nt,kpw | Quote: 
 has no effect. At the same time the 'saveenv' command is not implemented, i.e. there's no way to retain the setting untit next boot. AFAIU, bist stands for "BuiltInSystemTest". I'd prefer to avoid running that. Looks like that detailed reviewing the 5.3.0 u-boot source code could be most efficient at this stage. I tried to formally build the u-boot from supplied source tree, but quickly learned that a key file (boardid.h) is missing. Had to recreate this file from various pieces from various sources. Now this file is still incomplete and only partially correct, but the u-boot binary can be formally built. Quote: 
 Below is the PW specific, as I see it: 
 HTH. Last edited by h1uke; 11-14-2012 at 09:59 PM. | ||
|   |   | 
|  11-14-2012, 07:17 PM | #97 | |
| (offline)            Posts: 2,907 Karma: 6736094 Join Date: Dec 2011 Device: K3, K4, K5, KPW, KPW2 | Quote: 
 | |
|   |   | 
|  11-14-2012, 10:45 PM | #99 | |
| Zealot            Posts: 121 Karma: 82565 Join Date: Aug 2010 Location: Maryland, USA Device: dxg, k3w,k4nt,kpw | Quote: 
 boardid.h file can be found  This file is missing either from the u-boot or kernel subtree in Amazon's 5.3.0 archive. The boardid.h found in the kernel subtree of 5.1 archive (referred by your link) is incomplete and doesn't contain the latest board type definitions. The boardid.h found in the kernel subtree of 5.2 archive has definitions for KPW, but doesn't contain definitions for ICEWINE and ICEWINE_WFO boards refered by uboot/board/imx50_yoshi/imx50_yoshi.c of v5.3.0 ... Once we are talking... my guess that the plain KPW is CELESTE_WFO_256, but is the platform YOSHI, YOSHIME, YOSHIME_3 or something else? | |
|   |   | 
|  11-15-2012, 12:20 AM | #100 | |
| but forgot what it's like            Posts: 741 Karma: 2345678 Join Date: Dec 2011 Location: north (by northwest) Device: Kindle Touch | Quote: 
  and I don't have a serial connection to check errors) and met the same problem with missing boardid.h. I've took it from 5.1.2 kernel sources, but, of course, IDs of newer boards (including variants of yoshime, celeste and icewine) were still missing. Partial information about them could be found in /etc/upstart/functions. Thanks for information about celeste IDs in the 5.2 sources, I didn't look there. ICEWINE is the codename of something after CELESTE, so you can't buy it now, I presume. So just put anything with prefix 00D for ICEWINE and 00E for ICEWINE_WFO to satisfy compiler (00D is written in /etc/upstart/functions and 00E is just distinctive from 00D, as _WFO models have distinct ID). celeste is made on yoshime3 platform. | |
|   |   | 
|  11-15-2012, 12:36 AM | #101 | |
| but forgot what it's like            Posts: 741 Karma: 2345678 Join Date: Dec 2011 Location: north (by northwest) Device: Kindle Touch | Quote: 
  bist is just a "codename" for "big", "full-featured" U-Boot, which cannot fit into OCRAM and should be loaded by first-stage, "small" U-Boot. (Read a bit more here and here). With executing bist fastboot you're just saving fastboot argument for second-stage ("bist") U-Boot in memory and loading that second-stage U-Boot. | |
|   |   | 
|  11-15-2012, 02:46 AM | #102 | ||
| Zealot            Posts: 121 Karma: 82565 Join Date: Aug 2010 Location: Maryland, USA Device: dxg, k3w,k4nt,kpw | Quote: so I was even specially avoiding reading anything related to it. Quote: 
 But bist alone looks more interesting. It brings the version of uboot having noticeably richer command repertoire: Spoiler: 
 this certainly requires more thinking.. Update: I confirm that typing bist fastboot to a uboot prompt causes the PW to enter the USB Recovery mode: Spoiler: 
 it exits back to a bist> prompt when the USB cable gets disconnected. Last edited by h1uke; 11-15-2012 at 03:24 AM. Reason: new info | ||
|   |   | 
|  11-15-2012, 05:44 AM | #103 | |
| Going Viral            Posts: 17,212 Karma: 18210809 Join Date: Feb 2012 Location: Central Texas Device: No K1, PW2, KV, KOA | Quote: 
 The Kpw can be downgraded and/or de-bricked but it requires use of the serial port and some operator skill. | |
|   |   | 
|  11-15-2012, 08:11 AM | #104 | |
| 20% cooler.            Posts: 93 Karma: 364674 Join Date: Oct 2012 Location: Poznań, Poland Device: Kindle Paperwhite 1 | Quote: 
   Last edited by dos1; 11-15-2012 at 06:42 PM. | |
|   |   | 
|  11-22-2012, 08:34 AM | #105 | 
| Junior Member  Posts: 9 Karma: 10 Join Date: Apr 2012 Device: kindle paperwhite | 
				
				5.3.0 to 5.2.0
			 
			
			hi, i have already update my kindle in 5.3.0 before jailbreak. Can i go back to 5.2 thanks | 
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Kindle Paperwhite Update Version 5.3.0 | JoHunt | Amazon Kindle | 115 | 11-30-2012 03:32 PM | 
| 5.3 Update for Paperwhite -- will it interfere with the jailbreak? | sparrowlight | Kindle Developer's Corner | 159 | 11-19-2012 08:11 AM | 
| Paperwhite Update Coming One of These Days? | copyrite | Amazon Kindle | 13 | 11-05-2012 01:56 PM | 
| Paperwhite Shipping Update? | nobylspoon | Amazon Kindle | 454 | 10-26-2012 09:56 AM |