Forum Discussion
Altera_Forum
Honored Contributor
13 years agohelp: ping is ok, but telnetd and ftpd doesn't work
hi, based on the nios2-linux-20100621.tar, I refer to the step by step in www,alterawiki,com / wiki /UClinuxDist then I get a zImage booting successfully on the altera's 3c120 de...
Altera_Forum
Honored Contributor
13 years agoI have run <./checout> under dir nios2-linux, I think this will git to update the system.
the following script is in the checkout file: for i inbinutils gcc3 linux-2.6 toolchain-build toolchain-mmu uclibc elf2flt
insight u-boot uclinux-dist
do
cd $i
git checkout -f
cd ..
done