View Single Post
Old 12-12-2009, 12:18 PM   #20
sobkas
Member
sobkas began at the beginning.
 
sobkas's Avatar
 
Posts: 14
Karma: 26
Join Date: Nov 2009
Device: Ectaco JetBook
Quote:
Originally Posted by Kralik View Post
sobkas,

could you please post the contents of /sbin/flash.sh from the Aluratek mtd2?
inittab:
Code:
# Boot-time system configuration/initialization script.
# This is run first except when booting in single-user mode.
#
::sysinit:/etc/rcS
#::respawn:/usr/X11R6/bin/startx

# /bin/sh invocations on selected ttys
#
# Start an "askfirst" shell on the console (whatever that may be)
#::askfirst:/bin/sh
# Start an "askfirst" shell on /dev/tty2
#tty2::askfirst:/bin/sh

#
# Example how to put a getty on a modem line.
#ttyS0::respawn:/sbin/getty -x0 -s 38400 ttyS0
ttySMX0::respawn:-/bin/sh

# Stuff to do before rebooting
::ctrlaltdel:/bin/umount -a -r > /dev/null 2>&1
::ctrlaltdel:/sbin/swapoff -a > /dev/null 2>&1
It looks like there is working console. Connecting correct pins on board to serial port in computer might do the trick. Only if somebody could post high quality images of board itself?
Attached Files
File Type: zip flash.sh.zip (1.3 KB, 331 views)
sobkas is offline   Reply With Quote