> I use busybox on embedded system: PowerPC 405GP Walnut board > which only has a serial port for debugging.
So you have no display, and no text console on the display. > My busybox is built with default menuconfig settings and make it > into Ramdisk form. So, it looks like your inittab includes entries to run getty on the text terminals. > Can't open /dev/tty4: No such file or directory > Can't open /dev/tty2: No such device or address > Can't open /dev/tty3: No such device or address /dev/tty2 and /dev/tty3 exist on the filesystem but there is no associated driver (no display, no text terminal). /dev/tty4 is not existing in the filesystem. > The error message will show again and again. You should fix your inittab so init won't try to run the getty process on those devices. /alessandro _______________________________________________ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin/mailman/listinfo/busybox