ttyS0 ttyS1

2007-03-23 Thread oparz
Hello Charles, thank you, but the dev entries are correct (created with mknod:) root@/># ls -l ttyS* crw--- 1 0 0 4, 64 Jun 7 2005 ttyS0 crw--- 1 0 0 4, 65 Jun 7 2005 ttyS1 following is a part of dmesg output: CPM UART driver version 0.04 ttyS0 at 0x0280 is on SMC1 using BRG1 ttyS1 a

ttyS0 ttyS1

2007-03-23 Thread oparz
Hello, i have problems to use ttyS1 on my TQM885 Board. fd1 = open("/dev/ttyS0",O_RDWR); fd2 = open("/dev/ttyS1",O_RDWR); I have expected to get different filehandles, but both handles for ttyS0 and ttyS1 are 0! Any help is very appreciated. _ Dr. Otto Parzhuber Munich Univ

gdb/gdbserver TQM885

2007-02-18 Thread oparz
Hello many thanks for this immediate answer! The problem is solved. Its always better to read the manual before asking. Dr. Otto Parzhuber Munich University of Applied Sciences Fac of Precision Engineering ___ Linuxppc-embedded mailing list Linuxppc-e

gdb/gdbserver TQM885

2007-02-17 Thread oparz
Hello, I have a problem on debugging my target board TQM885 (ELDK, Linux 2.4.25) with gdb/gdbserver . My Testprogram is a simple helloworld. The program itself is running as expected, but its not possible to debug. Would be very glad, if anyone can help me. Target and Host are in different subnets