2008-04-24 06:27:36 console through tcpip failes when disable uart console
Servaes Joordens (NETHERLANDS)
Message: 54847
In inittab I disabled the line:
ttyBF0::respawn:/bin/getty -L ttyBF0 115200 vt100
That worked well for disabling the uart-consolse, but It also disables telnet through ethernet.
Does anyone known how to disable the console over uart, while leavin the telnet through ethernet intact?
QuoteReplyEditDelete
2008-04-24 07:06:30 Re: console through tcpip failes when disable uart console
Michael Hennerich (GERMANY)
Message: 54852 Don't do that.
Simply change your kernel command line:
from console=ttyBF0,5600 to console=
http://docs.blackfin.uclinux.org/doku.php?id=silent_booting&s[]=console
-Michael
QuoteReplyEditDelete
2008-04-24 15:56:11 Re: console through tcpip failes when disable uart console
Mike Frysinger (UNITED STATES)
Message: 54894 removing that line has no affect on telnet or ethernet whatsoever
most likely what is happening is that you removed *all* lines from your inittab and so the init process exited because you didnt give it anything to run and then the kernel promptly paniced
QuoteReplyEditDelete
2008-04-25 03:34:57 Re: console through tcpip failes when disable uart console
Servaes Joordens (NETHERLANDS)
Message: 54925
Mike,
I think you are right.
I enabled the line:
sh:console:respawn:-/bin/sh
and it worked again.