On Jan 21, 2009, at 10:18 AM, Loren A. Linden Levy wrote:
I seem to have lost my shell on the serial connection to my M5282Lite
board. Can someone tell me where is supposed to be started? Any other
advice for debugging this would be greatly appreciated.
Depends on your setup.
I use busybox 1.12.1, using msh as a shell; our inittab contains:
console::askfirst:-/bin/msh
which starts up a msh on the console. Note you actually need a /dev/
console device; our rc scripts include a
mknod /dev/null c 1 3
mknod /dev/console c 5 1
which are necessary to get things going; we use a dynamic /dev
directory; if yours is static, you might not need this.
Note that askfirst won't actually ask first on a nommu system due to
fork issues, but on other systems, it will.
-
allon
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev