diff options
Diffstat (limited to 'utils/rk27utils/README')
-rw-r--r-- | utils/rk27utils/README | 15 |
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 | ||
37 | You need libusb-1.0 + header files in order to compile this utility. | 37 | You need libusb-1.0 + header files in order to compile this utility. |
38 | 38 | ||
39 | |||
40 | rkwtool | ||
41 | This directory contains tool to inspect and extract content of | ||
42 | 'full' update RKW file. | ||
43 | |||
44 | The RKW file contains specific section which instruct update | ||
45 | routine of the DAP what to do, custom archive with firmware files, | ||
46 | images of stage1 and stage2 nand bootloader and Rock27Boot.bin file | ||
47 | image. Nand bootloader images are stored in scrambled form but | ||
48 | the tool deciphers it to plain binary during extraction. | ||
49 | |||
50 | More complete descritpion of file format can be found on wiki: | ||
51 | http://www.rockbox.org/wiki/RKWFileFormat | ||
52 | |||
53 | |||
39 | nandextract | 54 | nandextract |
40 | This directory contains quick and dirty tool which allows to extract | 55 | This directory contains quick and dirty tool which allows to extract |
41 | nand bootloader from raw dump of the first nand block. The main reason | 56 | nand bootloader from raw dump of the first nand block. The main reason |