View Single Post
Posts: 7 | Thanked: 2 times | Joined on Sep 2010 @ Gothenburg, Sweden
#119
Originally Posted by jerryfreak View Post
isnt emmc more or less class 6 speeds? i know it is slightly different in things like random writes vs sequential, yadda yadda, but i remember reading it somewhere (meego test reports?) and was surprised how slow n900 emmc was rated
You can make a simple test to get a hunch on how various cards behave.
Code:
time dd if=/dev/mmcblk0 of=/dev/null bs=4096 count=20480
time dd if=/dev/mmcblk1 of=/dev/null bs=4096 count=20480
This tells you almost nothing, but it works for getting an idea. On my system, the eMMC has roughly twice the speed as the CL10 cards that I have tested. The difference is naturally even more pronounced for writes.

So yes, the eMMC should still perform best.

//

Last edited by bekkra; 2011-05-31 at 15:51.