Forum Discussion
Altera_Forum
Honored Contributor
20 years agoWe have problems in some of the apps port in uClinux-dist. Here is how to use the Microtroni'sx port of apps. There are patches for the Makefile of inetd,ftpd and boa. You can look at the patches and update other apps yourself. Note you have to prepare proper config files to run these apps.
Download attached mx140apps.zip to ~/download,cd ~/download
unzip mx140apps.zip
mkdir ~/apps
cp -a ~/download/mx140/examples/software/linux/apps/* ~/apps
cd ~/apps
patch -p1 <mx140apps.diff build the apps, and install to rootfs cd ~/apps/inetd
make
make install
cd ~/apps/ftpd
make
make install
cd ~/apps/boa/src
make
make install Then rebuild the kernel for initramfs. Run them on nios2 uclinux, ftpd will be invoked by inetd. ifconfig eth0 192.168.1.100
route add default gw 192.168.1.254
inetd&
boa&