Hi all,
I try to use UART1 on DM6467
After some hacks, we have the following in booting messages
************************************************************************************
Serial: 8250/16550 driver $Revision: 1.90 $ 2 ports, IRQ sharing disabled
Registering platform device 'serial8250'. Parent at platform
ttyS0 at MMIO 0x1c20000 (irq = 40) is a ST16654
ttyS1 at MMIO 0x1c20400 (irq = 41) is a ST16650V2
************************************************************************************
After login, I got the following when checking some status as suggested
#stty -a < /dev/tts/1
speed 9600 baud; rows 0; columns 0; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;
lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 hupcl -cstopb cread clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany -imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke
# cat /proc/tty/driver/serial
serinfo:1.0 driver revision:
0: uart:ST16654 port:00000000 irq:40 tx:2299 rx:33 RTS|DTR|RI
1: uart:ST16650V2 port:00000000 irq:41 tx:0 rx:0 CTS|DSR
************************************************************************************
when I do a "echo 55aa > /dev/tts/1",get a shell command prompt:
"serial8250: too much work for irq41"
and no data was transmitted.
Any ideas? Thanks