Forcing KV to run 5.14+
This page will guide you through how to make the Kindle Voyage run firmware 5.14+, Keep in mind that this is experimental, and you may damage your device.
Info taken from the original thread: https://www.mobileread.com/forums/showthread.php?t=343385
So, the PW3 and the KV is actually almost identical in terms of the underlying hardware, and with an identical partition layout, it is possible to cross-flash firmware from one device to another. Heck, even the KT2 with 256MB of ram can run 5.14+ though it is not really recommended as the React UI of 5.13.7+ does take up more resources and memory exhaustion becomes a problem.
The only real exception to this Wario hardware family (PW2, PW3, KT2, KV) is the PW2 as it has a slightly smaller RootFS than the other 3 (as I've found out the hard way), while it is still possible to run 5.14.1 on the PW2, some modifications are needed to trim down the RootFS' size.
By following this guide, I bear no responsibility if you break your Kindle, caused a house fire, or accidentally open up a wormhole to the 818th dimension. You have been warned!
Prerequisites:
A Kindle Voyage (duh) with a 1.8v USB to serial adapter soldered to it.
A PC running Linux, or a Mac.
NiLuJe's KindleTool. (Grab this from your distro's package manager, or
brew
in macOS.)PW3 update file, https://s3.amazonaws.com/firmwaredownloads/update_kindle_all_new_paperwhite_5.XX.X.bin Replace
5.XX.X
with the version you desire, such as5.14.2
.
Process:
Download the copy of a PW3 update file as mentioned above. Then extract it using KindleTool:
Once that's done, decompress
rootfs.img.gz
to obtain the rawrootfs.img
:
Reboot your Kindle with active serial connection, then interrupt the boot process by rapidly hitting Enter until you get to the
uboot
prompt. Then boot intoDIAGS
mode:
Once you're in
DIAGS
, export the userspace partition:
Transfer
rootfs.img
to the device.Eject the Kindle from the host PC and exit USB Export mode.
Exit diags mode, then drop to a shell.
Flash
rootfs.img
usingDisk DestroyerDD, this will take a while to complete:
Reboot the device. It will now boot into the firmware you installed.
Once you've confirmed that everything works as it should, have fun with your Paperwhite 3 Voyage Edition!
Last updated