summaryrefslogtreecommitdiff
path: root/utils/rk27utils/README
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2014-08-07 19:09:35 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2014-08-07 19:09:35 +0200
commit53d9f2e6a7564e487bdac87f6e28c662e8407458 (patch)
tree7c2f3c40414d568b3623a6817a65d0188bbec9d5 /utils/rk27utils/README
parent81ffd9bfeee6aca65f507a46c8123b47ca6e2803 (diff)
downloadrockbox-53d9f2e6a7564e487bdac87f6e28c662e8407458.tar.gz
rockbox-53d9f2e6a7564e487bdac87f6e28c662e8407458.zip
rkwtool: The tool to inspect and extract update RKW files
Change-Id: Ie32d0a597b93d23a7d5946a3d9409572b41b45bc
Diffstat (limited to 'utils/rk27utils/README')
-rw-r--r--utils/rk27utils/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/rk27utils/README b/utils/rk27utils/README
index d0343580b8..802f5a559b 100644
--- a/utils/rk27utils/README
+++ b/utils/rk27utils/README
@@ -36,6 +36,21 @@ rockchip player.
36 36
37You need libusb-1.0 + header files in order to compile this utility. 37You need libusb-1.0 + header files in order to compile this utility.
38 38
39
40rkwtool
41This directory contains tool to inspect and extract content of
42'full' update RKW file.
43
44The RKW file contains specific section which instruct update
45routine of the DAP what to do, custom archive with firmware files,
46images of stage1 and stage2 nand bootloader and Rock27Boot.bin file
47image. Nand bootloader images are stored in scrambled form but
48the tool deciphers it to plain binary during extraction.
49
50More complete descritpion of file format can be found on wiki:
51http://www.rockbox.org/wiki/RKWFileFormat
52
53
39nandextract 54nandextract
40This directory contains quick and dirty tool which allows to extract 55This directory contains quick and dirty tool which allows to extract
41nand bootloader from raw dump of the first nand block. The main reason 56nand bootloader from raw dump of the first nand block. The main reason