[BusyBox] Start up problems

Greg Lindberg gl4jalopi at earthlink.net
Fri Jul 22 01:05:05 UTC 2005


Craig,

I actually had 'console=ttyS0,38400', I added n8 to no effect.  If I don't
specify console on the command line, Linux doesn't know what to send output
to and I don't get any of the start up messages.  I also changed back to
building the node instead of the hard link, but that also doesn't make any
difference.

Greg

> -----Original Message-----
> From: busybox-bounces at mail.busybox.net
> [mailto:busybox-bounces at mail.busybox.net]On Behalf Of Craig Skinner
> Sent: Thursday, July 21, 2005 5:05 PM
> Cc: busybox at mail.busybox.net
> Subject: Re: [BusyBox] Start up problems
>
>
> Greg Lindberg wrote:
> > Here is what I'm doing to build the /dev directory:
> >
> > mknod -m 777 ram0 b 1 0
> > mknod -m 777 ram1 b 1 1
> > mknod -m 777 ram2 b 1 2
> > mknod -m 777 ram3 b 1 3
> > mknod -m 777 initrd b 1 250
> > mknod -m 600 mem c 1 1
> > mknod -m 666 null c 1 3
> > mknod -m 666 zer0 c 1 5
> > mknod -m 644 random c 1 8
> > mknod -m 600 tty0 c 4 0
> > mknod -m 600 ttyS0 c 4 64
> > mknod -m 600 ttyS2 c 4 65
> > mknod -m 600 ttyS3 c 4 66
> > mknod -m 666 tty c 5 0
> > #mknod -m 600 console c 5 1
> > ln /dev/ttyS0 console
> >
> > I also had the same problem when specifying 'console=ttyS0' on the Linux
> > command line.
> >
>
> Try:
>
> console=ttyS0,9600n8
> console=ttyS0,115200n8
>
> see: /usr/src/linux/Documentation/serial-console.txt
> _______________________________________________
> busybox mailing list
> busybox at mail.busybox.net
> http://busybox.net/mailman/listinfo/busybox




More information about the busybox mailing list