summaryrefslogtreecommitdiff
path: root/utils/rk27utils/README
diff options
context:
space:
mode:
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