echo
echo Starting ethernet with address=$M22IPADDR and netmask=$M22NETMASK
ifconfig eth0 $M22IPADDR netmask $M22NETMASK
#
echo -e "\n"
# Start Crashdump utility in the background
/usr/local/bin/cdmp &
#
# Start SNTP in the background
#/usr/local/bin/sntp &
/mnt/jump/sntpx &
#
# Start tinyftp in the background
/usr/local/bin/tinyftp -d &
#
usleep  300000
echo -e  "\n"
#
cd /mnt/jump
#
#
# echo set ulimit to save a crash
ulimit -c 999
#
echo Starting application $M22APP.lex
./$M22APP.lex
 
