Other Parts Discussed in Thread: AM3359
Tool/software: Linux
Dear all,
I am running Linux RT on AM3359 ICE v2 board.
I need to use UART connection in order to communicate with another device. I found in a link below that this board has UART4 RX and TX lines on connector J3.
However, I was not able to send or receive any data through this interface. Even when I try to use simple write (from Linux terminal I receive an error). I think I miss something out.
Belowthe is output of the from /proc/tty/driver/serial file. And as you can see UART 4 is not configured and has no driver. But I cant figure out how to do that.
root@am335x-evm:~# cat /proc/tty/driver/serial
serinfo:1.0 driver revision:
0: uart:unknown port:00000000 irq:0
1: uart:unknown port:00000000 irq:0
2: uart:unknown port:00000000 irq:0
3: uart:8250 mmio:0x481A6000 irq:30 tx:27571 rx:1068 RTS|CTS|DTR|DSR
4: uart:unknown port:00000000 irq:0
5: uart:unknown port:00000000 irq:0
6: uart:unknown port:00000000 irq:0
7: uart:unknown port:00000000 irq:0
8: uart:unknown port:00000000 irq:0
9: uart:unknown port:00000000 irq:0
Thanks in advance Vahagn M.