--- Quote Start ---
originally posted by goral@Apr 14 2006, 03:01 PM
i want to add ftp service in nios2 with de ii board, so i read the documention --adding user applications to the uclinux distribution, i find there may have the config folder in uclinux-dist-test, but now, in my system, under uclinux-dist-test folder, there have "copying , freeswan , lib , makefile, readme , tools , user, documentation , include, linux-2.6.x ,openswan,source ,uclibc ,vendors", i couldn't do my work now?
how could ito no next?
thx
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=14362)
--- quote end ---
--- Quote End ---
Please use ~/apps/ftpd
cd ~/apps/inetd
make
make install
cd ~/apps/ftpd
make
make install
echo "ftp stream tcp nowait root /bin/ftpd" >>~/rootfs/etc/inetd.conf
rebuild zImage for initramfs, boot nios uclinux, and run,
inetd&