[uClinux-dev] trouble with getty and stty

2009-03-15 Thread 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


Re: [uClinux-dev] trouble with getty and stty

2009-03-15 Thread Erwin Authried
it looks like you have symlinks from getty and stty to busybox, but
those apps aren't included in your busybox configuration.

-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
-- 
Dipl.-Ing. Erwin Authried
Softwareentwicklung und Systemdesign

___
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


Re: [uClinux-dev] trouble with getty and stty

2009-03-15 Thread 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


Re: [uClinux-dev] trouble with getty and stty

2009-03-15 Thread Erwin Authried
you can simply check which applets are compiled in by typing busybox.

-Erwin

Am Sonntag, den 15.03.2009, 11:34 -0700 schrieb 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
-- 
Dipl.-Ing. Erwin Authried
Softwareentwicklung und Systemdesign

___
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


Re: [uClinux-dev] trouble with getty and stty

2009-03-15 Thread Bob Furber

Bob Furber wrote:

H

# busybox
BusyBox v1.00 (2007.08.01-18:03+) 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


RE: [uClinux-dev] trouble with getty and stty

2009-03-15 Thread Gavin Lambert
Quoth Bob Furber:
 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.

When you change the BusyBox config, often you need to do a clean rebuild before 
it'll notice that it needs to build new
applets into it.  That's probably your problem.


___
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


Re: [uClinux-dev] trouble with getty and stty

2009-03-15 Thread Steve Bennett

This should do the job:

  make user/busybox_clean

On 16/03/2009, at 7:20 AM, Gavin Lambert wrote:


Quoth Bob Furber:

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.


When you change the BusyBox config, often you need to do a clean  
rebuild before it'll notice that it needs to build new

applets into it.  That's probably your problem.


___
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



--
WorkWare Systems Pty Ltd
W: www.workware.net.au  P: 0434 921 300
E: ste...@workware.net.au   F: 07 3102 9221



___
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


Re: [uClinux-dev] help need regarding uclinux for V850

2009-03-15 Thread Steve Bennett

NEC Japan did an initial port (this is what is in the dist).

Some time ago, NEC UK shopped around to consider reviving support for  
the v850,

but nothing ever came of it.

Expect to do bit of work to get anything recent running.

Cheers,
Steve

On 13/03/2009, at 1:52 AM, gowri sankar loganathan wrote:


Hello all,
I am new to this forum, I would like to what compilers  
currently supporting the uclinux for V850. As checked the details  
currently there is no information from NEC(also it looks the NEC has  
stopped their email support on this).


Can anyone has some detail on this??


With Thanks  Regards,
Gowrisankar Loganathan






___
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


--
WorkWare Systems Pty Ltd
W: www.workware.net.au  P: 0434 921 300
E: ste...@workware.net.au   F: 07 3102 9221



___
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

Re: [uClinux-dev] trouble with getty and stty

2009-03-15 Thread Bob Furber

Gavin  Steve,

Thanks!

Bob Furber


Quoth Bob Furber:
  

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.



When you change the BusyBox config, often you need to do a clean rebuild before 
it'll notice that it needs to build new
applets into it.  That's probably your problem.


___
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] [PATCH] fixup libxml2 stuff

2009-03-15 Thread Mike Frysinger
There is a typo in lib/Makefile for the new libxml2 option, and Kconfig
incorrectly says libxml-2.0.

Signed-off-by: Mike Frysinger vap...@gentoo.org
---
 lib/Kconfig  |2 +-
 lib/Makefile |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index 1207cef..412ea0a 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -379,7 +379,7 @@ config LIB_LIBFFI
  The Config will make sure this library is built if it is needed.
 
 config LIB_LIBXML2
-   bool 'Build libxml-2.0'
+   bool 'Build libxml2'
default n
help
  Library to access XML files.
diff --git a/lib/Makefile b/lib/Makefile
index 30f2b45..b955162 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -78,7 +78,7 @@ dir_3_$(CONFIG_LIB_BITVECTOR)+= bitvector
 # See Kconfig for the dependencies
 dir_4_$(CONFIG_LIB_LIBPNG)   += libpng
 dir_4_$(CONFIG_LIB_LIBCURL)  += libcurl
-dir_4_$(CONFIG_LIB_LIXML)   += libxml2
+dir_4_$(CONFIG_LIB_LIBXML2)  += libxml2
 
 dir_3_$(CONFIG_LIB_NFNETLINK)+= libnfnetlink
 dir_4_$(CONFIG_LIB_NETFILTER_LOG)+= libnetfilter_log
-- 
1.6.2

___
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


Re: [uClinux-dev] [PATCH] fixup libxml2 stuff

2009-03-15 Thread David McCullough

Jivin Mike Frysinger lays it down ...
 There is a typo in lib/Makefile for the new libxml2 option, and Kconfig
 incorrectly says libxml-2.0.
 
 Signed-off-by: Mike Frysinger vap...@gentoo.org

Applied,

Thanks
Davidm

 ---
  lib/Kconfig  |2 +-
  lib/Makefile |2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/lib/Kconfig b/lib/Kconfig
 index 1207cef..412ea0a 100644
 --- a/lib/Kconfig
 +++ b/lib/Kconfig
 @@ -379,7 +379,7 @@ config LIB_LIBFFI
 The Config will make sure this library is built if it is needed.
  
  config LIB_LIBXML2
 - bool 'Build libxml-2.0'
 + bool 'Build libxml2'
   default n
   help
 Library to access XML files.
 diff --git a/lib/Makefile b/lib/Makefile
 index 30f2b45..b955162 100644
 --- a/lib/Makefile
 +++ b/lib/Makefile
 @@ -78,7 +78,7 @@ dir_3_$(CONFIG_LIB_BITVECTOR)+= bitvector
  # See Kconfig for the dependencies
  dir_4_$(CONFIG_LIB_LIBPNG)   += libpng
  dir_4_$(CONFIG_LIB_LIBCURL)  += libcurl
 -dir_4_$(CONFIG_LIB_LIXML) += libxml2
 +dir_4_$(CONFIG_LIB_LIBXML2)  += libxml2
  
  dir_3_$(CONFIG_LIB_NFNETLINK)+= libnfnetlink
  dir_4_$(CONFIG_LIB_NETFILTER_LOG)+= libnetfilter_log
 -- 
 1.6.2
 
 ___
 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
 

-- 
David McCullough,  david_mccullo...@securecomputing.com,  Ph:+61 734352815
McAfee - SnapGear  http://www.snapgear.comhttp://www.uCdot.org
___
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