dm8127, rdk3.5.0
the gui pdf said that not supported in this release,
how can i modify the update.c to make it work?
does the original has problems with the update the root filesystem?
can i modify the update.c to make it support?
the original has problems with these
// Check, if length fits into device
if ( ((imglen / pagelen) * meminfo.oobblock) > (meminfo.size - offset)) {
OUTPUT("<H6>Image %d bytes, NAND page %d bytes, OOB area %u bytes, device size %u bytes\n",
imglen, pagelen, meminfo.oobblock, meminfo.size);
OUTPUT("<H6>Input file does not fit into device error\r\n");
ret = FAIL;
goto restoreoob;
}
i don't know what is mean?
please help me !
thanks!