Forum Discussion
Altera_Forum
Honored Contributor
17 years agoHas anyone encountered this error before?
Hello folks, I am getting this error frequently when testing an application on the DE2 and uClinux. It happens when calling a command . In my case, it happens with ftpput, which is the one I am...
Altera_Forum
Honored Contributor
17 years agoyou nailed it!
<div class='quotetop'>QUOTE (pandemic @ Jul 9 2009, 05:50 PM) <{post_snapback}> (index.php?act=findpost&pid=23052)</div> --- Quote Start --- If you're using a 2.6.30 kernel (not sure when it first appeared), the default kernel config contains: (1) Turn on mmap() excess space trimming before booting You should set this to 0 to help prevent memory fragmentation.[/b] --- Quote End --- Everytinhg worked fine on 2.6.27. The current version in my board is 2.6.30. It is hard to say for sure that the problem is gone, since it did not occur 100% of the time. But I have tested it quite a lot and either it is solved now, or I'm really lucky today. ;) Thanks a lot, Ricardo.