Forum Discussion
Altera_Forum
Honored Contributor
16 years agoEthernet performance using TSE in uClinux
Hi all, I am measuring ethernet performance on a NIOS II based board with an Altera TSE IP Core running uClinux, and it's been disappointing so far. I've done timing using TCP and UDP, and bar...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- When I add just do_sync_write, the system hangs after "RPC: Registered tcp NFSv4.1 backchannel transport module." When I add both, I get this at the same place: --- Quote End --- I figured it out and realized I had the same problem with the non-MMU version: when changing the sections, I have to load in the linux.initramfs.gz image instead of the zImage. The code that loads the image from the link offset is missing code to copy extra sections to the right places.