View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#47
Originally Posted by serge48 View Post
(Kingston - slow MicroSD 1GB):
/home/user # time dd if=/dev/mmcblk0p2 of=/dev/null bs=8192 count=10000
10000+0 records in
10000+0 records out
real 0m 34.76s
user 0m 0.03s
sys 0m 2.96s
(MMC 2GB Kingston):
/home/user # time dd if=/dev/mmcblk0p2 of=/dev/null bs=8192 count=10000
10000+0 records in
10000+0 records out
real 0m 16.90s
user 0m 0.04s
sys 0m 3.41s
Noticed new posts in this thread only today. SD card speed result above is twice as slow since there is no high speed SD mode in my kernel (only high speed MMCplus mode which is different). I have SD high speed mode enabled as part of my unreleased SDHC kernel. Will post some testing version soon. Check this thread for possible progress.
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
 

The Following User Says Thank You to fanoush For This Useful Post: