Bob Furber wrote:

Hmmmm....

# busybox
BusyBox v1.00 (2007.08.01-18:03+0000) multi-call binary

Usage: busybox [function] [arguments]...
  or: [function] [arguments]...

       BusyBox is a multi-call binary that combines many common Unix
       utilities into a single executable.  Most people will create a
       link to busybox for each function they wish to use, and BusyBox
       will act like whatever it was invoked as.

Currently defined functions:
       [, basename, busybox, cat, chgrp, chmod, chown, chroot, clear,
       cmp, cp, date, dd, df, dirname, du, echo, env, expr, false, find,
       free, ftpget, ftpput, getopt, grep, halt, head, hostname, hwclock,
       id, ifconfig, insmod, kill, ln, ls, lsmod, mkdir, mknod, mktemp,
       modprobe, more, mount, msh, mv, passwd, ping, poweroff, printf,
       ps, pwd, reboot, rm, rmdir, rmmod, route, sed, sh, sleep, stty,
       sync, tail, tee, test, time, top, touch, traceroute, true, tty,
       umount, vi, wget, whoami

Obviously getty and stty did not take.

I will have to do a little digging around.

Bfn,

Bob Furber


Erwin,

it looks like you have symlinks from getty and stty to busybox, but
those apps aren't included in your busybox configuration.

I built the uClinux image for Tom by first enabling getty and stty through "make xconfig" -> "Customize Vendor/User Settings" -> BusyBox. This is how we have enabled other BusyBox services in the past. Could there be problems with these BB services?

Thanks,

Bob Furber

-Erwin

Am Sonntag, den 15.03.2009, 13:29 -0500 schrieb Tom Stalcup:
Hello,

I'm having trouble with getty and stty. Basically, I need to have the uClinux board boot up at a specific baud rate for the Console (ttyS0).

On the Atmel NGW100, the following code in our /etc/inittab file worked (changed to 9600 baud after booting):

ttyS0::respawn:/sbin/getty -L 9600 ttyS0

But now on a different board, I'm getting an 'L: applet not found' error. An when I remove 'L', I get the error '9600: applet not found'. Also having the same problem with stty.

Does anyone recognize the problem?

Thank you,

Tom



--
Tom Stalcup
Upward Innovations Inc.
www.UpwardInnovations.com
Phone: (877) 943-4328  ext. 701
Fax: (508) 495-0956
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev



_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to