Forum Discussion
Altera_Forum
Honored Contributor
20 years agoUpgrade sdram chip to 16MB for DE2 dev...
Hi hippo My sdram memory is 8MB that not enough free memory to run some app program on uClinux,and i want to replace it .Recently ,I already find IS42S16800B sdram chip(16MB) that match all pin...
Altera_Forum
Honored Contributor
20 years agohi hippo
I have problem about compiling personal app program. This is procedure of my compiler, as following: 1. Execute nios2-linux-uclibc-gcc 123.c -o 123 -elt2flt 2. cp 123 to ~/uClinux-dist-test/romfs/bin 3.make linux image But i can't run my app program under uClinux. How to compile my apps program under uClinux-dist-test that is correctlly ? Thx !