02-09-2016, 02:09 PM
(02-09-2016, 12:12 PM)KryPtAlIvIaN Wrote: Not sure if this pertains to the conversation, but I was able to transfer a Dreamcast ISO from a Flash drive to the Pine through a USB Hub at 19-29MB/s.
Unfortunately no, the SD interface is not the same as the USB. I do not have my Pine 64 yet, so I can not do any testing myself. However, if you are running Linux here are the commands the people a Hard Kernel used to do the test on the Odroid C2:
Code:
Write command
dd if=/dev/zero of=test oflag=direct bs=8M count=64
Read command
dd if=test of=/dev/null iflag=direct bs=8M