Possible Bug, or Possibly don't know what I'm doing.

Luciano Miguel Ferreira Rocha strange at nsk.no-ip.org
Thu Feb 1 00:57:58 UTC 2007


On Wed, Jan 31, 2007 at 04:51:44PM -0600, Andy Kennedy wrote:
> Anyone have ANY idea about this???  Anyone else have a buildroot/busybox 
> setup that uses a serial console?

Currently working on an ARM development box:

1. kernel booted via serial line, with:
  root=/dev/ram console=ttyAM

kernel boot messages appear...
init and rc messages appear...
Please press Enter to activate this console.                                    
arm.foo login:

2. inittab:
::askfirst:/bin/login                                                           

(Spawn login on /dev/console. Either ttyAM or tty1, depending on boot
option. In this case, ttyAM.
Other option would have been, instead of that line:
 ttyAM::askfirst:/bin/login
 tty1::askfirst:/bin/login
)

3. boot scripts set serial speed:
for d in /dev/ttyS* /dev/ttyAM* /dev/ttyUSB*; do
    [ -e "$d" ] && stty -F $d ospeed 57600
done

-- 
lfr
0/0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20070201/67c44e2e/attachment-0002.pgp 


More information about the busybox mailing list