I descried it at post #21 ... I don't use a hole reflashable Image for using with RKBatchTool... I prefer the way of flashable separate parts with RKAndroidTool...
You don't must extract it, you can use the "brutto" data for parameter too, but you can use your already made extract in post #28 too (as a txt file)...
For each other image ("partition" like kernel and so on) you want to flash, you find the address in your parameter file at CMDLINE:
CMDLINE:console=ttyFIQ0 androidboot.console=ttyFIQ0 init=/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(misc),0x00008000@0x00004000(kernel),0x00008000@0x0000C000(boot),0x000C000@0x00014000(recovery),0x00140000@0x00020000(backup),0x00040000@0x00160000(cache),0x00400000@0x001a0000(userdata),0x00002000@0x005a0000(kpanic),0x00140000@0x005a2000(system),-@0x006e2000(user)
0x00000000 parameter 0x00002000 misc 0x00004000 kernel 0x0000C000 boot 0x00014000 recovery 0x00020000 backup 0x005a2000 system
Comment