Forum Discussion
Altera_Forum
Honored Contributor
19 years agoFailure to allocate memory
I've got a 2.6.16 based uClinux Kernel running on my Nios2 custom hardware. I've compiled "telnetd" into Busybox and Dropbear SSH. I've tried to bring down the size of the Kernel to as li...
Altera_Forum
Honored Contributor
19 years agoTurns out that it was just an issue of really running out of memory. We have a custom application running on this board that was taking up too much memory. I recompiled the latest netkit-telnet and compressed it with "flthdr -z" and it managed to load within the available memory.
So I'm all set... Regards