When i dump parm.bin i get this:
CMDLINE: initrd=0x62000000,0x00800000 init=/sbin/init root=/dev/mtdblock2 mtdparts=rk29xxnand:0x00008000@0x00002000(boot),0x 00008000@0x0000A000(kernel),-@0x00012000(system)
Where for system it just says '-' what do i use for that?
Alok, do you know?
Edit: figured it out. - means the rest of the space basically, so you take the total size of system.img divide by 512 and convert to hex. done.
Leave a comment: