You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tool seems to work OK. I do not quite know how to use it properly, but it does read my RK3188 device properly.
I’m just now trying to figure out how to use a Cloudsto firmware image file with the tool. I don’t know if I have to rkunpack or not. Just trying to think things through before pulling the trigger on things ;-)
Brian
On Jan 22, 2016, at 5:46 PM, Julien Chauveau [email protected] wrote:
I guess the size of 512 bytes is the logical block size while the 2048 Kb is the physical memory block size. These values are pretty common…
Do you have some issues using the software?
—
Reply to this email directly or view it on GitHub #4 (comment).
rkflashtool: info: Flash Info:
Manufacturer: Micron (4)
Flash Size: 8192MB
Block Size: 2048KB
Page Size: 8KB
ECC Bits: 40
Access Time: 32
Flash CS: <0> <1>
but I see blocksize being assumed to be 512 bytes in lots of places. Is that going to work?
Everything in the device space is in terms of blocks
CMDLINE:androidboot.console=ttyFIQ0 init=/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(misc),0x00008000@0x00004000(kernel),0x00008000@0x0000C000(boot),0x0001000@0x00014000(recovery),0x00001000@0x00015000(backup),0x00001000@0x00016000(cache),0x00001000@0x00017000(userdata),0x00002000@0x00018000(kpanic),0x00001000@0x0001A000(system),0x00001000@0x0001B000(user),-@0x0001C000(linux)
so, counting by blocks should work perfectly fine. Hard to follow the code.
The text was updated successfully, but these errors were encountered: