[TOOL] rkDumpSlicer (RockChip firmware dump slicer)

Search This thread

RedScorpioXDA

Senior Member
Apr 6, 2012
488
302
rkDumpSlicer
RockChip firmware dump slicer to obtain flashable backup


Version 0.97 Windows

1. Slices dump of NAND into partitions (according "parameter" information)
2. Creates config,cfg for RKAndroidTool (1.xx, 2.xx)

Brief instruction

1) Download and unpack AndroidTool v.2.1 + rkDumpSlicer
2) Run AndroidTool 2.1
3) Get the "parameter" file (put a 0 in the "start" box and a 2 in the "count" at "advance functions" tab and press the "export image" button).
4) Open file ExportImage.img in any text editor (except MS Word).
5) Find line "CMDLINE:....bla-bla-bla"
6) Find last data in "mtdparts=rk29xxnand:" parameter (something like "-@0x005AE000(user)")
Value "0x005AE000" is count of blocks
7) Put a 0 in the "start" box and value from previous point in the "count".
8) Press the "export image" button.
9) Run "rkDumpSlicer.exe ExportImage.img"
The project is closed
Use rkDumper
Old versions:
 

Attachments

  • AndroidTool_v.2.1.rar
    646.9 KB · Views: 8,370
  • rkDumpSlicer_097.zip
    16.1 KB · Views: 9,413
Last edited:

DaremoS

Senior Member
May 3, 2011
493
72
77
Santiago
rkDumpSlicer
RockChip firmware dump slicer to obtain flashable backup


Version 0.95 Windows

...

Just to know before I use your tool (or the other one in freaktab)

Some device makers post their firmware in one file, normally titled "update.img", in this are included all is needed.
Are flashed back using RKBatchTool ... your app will generate such file?

TIA
 

RedScorpioXDA

Senior Member
Apr 6, 2012
488
302
Some device makers post their firmware in one file, normally titled "update.img", in this are included all is needed.
Are flashed back using RKBatchTool ... your app will generate such file?TIA
Some files in "update.img" (RKAF) don't contained in devises partitions. For example: bootloader (like RK3188Loader(L)_V1.24.bin for RK3188), recover-script, update-script. You can add files and make own flashable fw (imgRePackerRK with option /rkaf)
 

RedScorpioXDA

Senior Member
Apr 6, 2012
488
302
rkDumpSlicer
RockChip firmware dump slicer to obtain flashable backup

New version 0.96 ready

+ RKAndroidTool's configuration files creating have added
- config_8.cfg for version 1.xx;
- config_16.cfg for version 2.xx;
 
Last edited:

Lannig

Senior Member
Mar 21, 2012
84
24
Excellent and reliable tool, thanks a lot!
Works much better for me than the other image splitting program which, for some reason, keeps aborting, telling me that I have 0.00MB or free disk space although I have hundreds of gigs free.
RkDumper is nice too, but I prefer doing a full NAND dump using RK Android Tool and use this one to split it.
Yet another one of your very, very useful tools, RedScorpio.
спасибо !
 

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    rkDumpSlicer
    RockChip firmware dump slicer to obtain flashable backup


    Version 0.97 Windows

    1. Slices dump of NAND into partitions (according "parameter" information)
    2. Creates config,cfg for RKAndroidTool (1.xx, 2.xx)

    Brief instruction

    1) Download and unpack AndroidTool v.2.1 + rkDumpSlicer
    2) Run AndroidTool 2.1
    3) Get the "parameter" file (put a 0 in the "start" box and a 2 in the "count" at "advance functions" tab and press the "export image" button).
    4) Open file ExportImage.img in any text editor (except MS Word).
    5) Find line "CMDLINE:....bla-bla-bla"
    6) Find last data in "mtdparts=rk29xxnand:" parameter (something like "-@0x005AE000(user)")
    Value "0x005AE000" is count of blocks
    7) Put a 0 in the "start" box and value from previous point in the "count".
    8) Press the "export image" button.
    9) Run "rkDumpSlicer.exe ExportImage.img"
    The project is closed
    Use rkDumper
    Old versions: