mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
rkwtool: The tool to inspect and extract update RKW files
Change-Id: Ie32d0a597b93d23a7d5946a3d9409572b41b45bc
This commit is contained in:
parent
81ffd9bfee
commit
53d9f2e6a7
5 changed files with 812 additions and 0 deletions
|
|
@ -36,6 +36,21 @@ rockchip player.
|
|||
|
||||
You need libusb-1.0 + header files in order to compile this utility.
|
||||
|
||||
|
||||
rkwtool
|
||||
This directory contains tool to inspect and extract content of
|
||||
'full' update RKW file.
|
||||
|
||||
The RKW file contains specific section which instruct update
|
||||
routine of the DAP what to do, custom archive with firmware files,
|
||||
images of stage1 and stage2 nand bootloader and Rock27Boot.bin file
|
||||
image. Nand bootloader images are stored in scrambled form but
|
||||
the tool deciphers it to plain binary during extraction.
|
||||
|
||||
More complete descritpion of file format can be found on wiki:
|
||||
http://www.rockbox.org/wiki/RKWFileFormat
|
||||
|
||||
|
||||
nandextract
|
||||
This directory contains quick and dirty tool which allows to extract
|
||||
nand bootloader from raw dump of the first nand block. The main reason
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue