Forum Discussion
Altera_Forum
Honored Contributor
19 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- If it's memory problem, what can I do to detect it ? what tool can i use ?[/b] --- Quote End --- you can a create a program, that writes a pattern into memory , then verify by reading the memory again. You can use the example project "Memory Test" from altera. <div class='quotetop'>QUOTE </div> --- Quote Start --- My app is located on a nfs drive.[/b] --- Quote End --- I use nfs, too, without any problems, but i use the uclinux from nioswiki with initramfs. maybe it is nfs issue. There is a nfs guide on the www.nioswiki.jot.com. you may also try to transfer your program via ftp and run it. another thing in general if you want to allocate big buffers (>1MB) of memory, you must enable this kernel configuration in order to do this.