Altera_Forum
Honored Contributor
20 years agodev board CF interface speed
doing some speed tests on my altera 1c20 deb board. Ive done the following.
mount a CF thats been formatted FAT and has a 1MiB file on it called speed cat speed > /dev/null and time the results. 1:43 seconds for the blazing rate of 10KiB/s. Why Is this so slow? Because of the ide interface in the demo kernel? I know its not the CF which can do much faster on USB adapters. I've got custom code (no OS) on a NIOS1 that reads a CF at several MiB/s and thats just using PIO. Dosen't this setup use DMA? Would the opencores IDE interface or the one in Public IP do any better? IDE access this slow basically makes uClinux worthless for our product. Which sucks because I _really_ want to use it so I don't have to write VFAT and USB driver code.