I install debian but after running to xwindow, serial port(for debugging ) not work.for example after starting Gnome at xshell or dnw stoped. can you tel me resolve this problem? maybe ,i should edit a file in the my Debian but i don't know which file.
Debug console not work
Actually ,I need remote debugging with serial port(RS232) after uping the Emdebian. from start time of u-boot to ready of show of the cursor in the touch ,i see debug in the DNW but after show of the login page in the touch, i can't control in the DNW at Windows! How can i do for resolve this? can you help me?
> but after show of the login page in the touch Log-in on the touchscreen and do: cd /dev ls tty* and tell us which tty is active Maybe, you are losing your serial port.
Now do: cd /dev ls ttyS* to narrow down the choices. You are looking for ttySAC0 ttySAC1 etc If they show up in /dev you know they are active. ttySAC0 should be the serial port. If I do: # tty I get /dev/tty1 which I believe tells me that the touchscreen is my local terminal, ie nothing to with serial comms.
I used from this document: http://code.google.com/p/mini6410-debian/wiki/Tutorial however serial in the emdebian not work. echo "s3c2410_serial0" >> /etc/securetty printf "T0:123:respawn:/sbin/getty 115200 s3c2410_serial0\n" >> /etc/inittab i don't know why!!