View Single Post
Old 06-24-2012, 07:00 AM   #76
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by wlaf View Post
And at last...We're Back!! :-)

Reading was so fast, but writing the image was slow and made me worry:
The eMMC device does not do "Write" (its micro-controller fakes it).
The underlying device is EEEProm (a lot of them, one per erase block).

For a "Write" of less than an erase block size;
The controller is doing:
"read, merge, erase, re-program".
If you had written to the device in erase block size chunks (bs=4096) then it would only have done:
"erase, re-program".
Rather than the longer merge cycle eight times for each erase block (default writes of bs=512).

Just as a note in case you ever have to do it again.

Last edited by knc1; 06-24-2012 at 07:03 AM.
knc1 is offline   Reply With Quote