Altera_Forum
Honored Contributor
20 years agoClock frequency for uClinux?
I was just wondering what frequency is typically used/required for uClinux running on a Cyclone? I ask because I'm running into some problems with networking running at 66 MHz. I'm finding that usign an Opencores MAC, I am getting TX Buffer overruns - this is on custom hardware. It happens when I try to cat a large file using telnet for example... things like FTP and HTTPD seem to work ok though. I tried the same setup on an EP1C12_eval board, and it did the same thing more or less..
I am using an initramfs kernel, sothe filesystem is readily available in SDRAM... One interesting thing is that when I use the eval board and actually mount the filesystem in flash as root, it doesn't happen - one theory would be since it's not available as fast in Flash, it won't overrun the TX Buffers. But when it's in RAM, filesystem data is available a lot faster, so it has the potential to overrun maybe?? If I increase the frequency on the eval board 72Mhz, it doesn't happen - I can't do this on my custom hardware since I can't get the fmax that high. What do you guys typically use?