Hi all,
I am tring to access ttyO1,2,3
I am using SDK 05.07.00.00 in my hardware but there is problem in access ttyO1 , ttyO2 and ttyO3 while is working fine as console (UART1)
while boot I can see
:omap_uart:ttyO0 at MMIO 0x44e09000 (irq = 72 ) is a OMAP UART0
console [ttyO0] enabled
omap_uart:ttyO1 at MMIO 0x48022000 (irq = 73 ) is a OMAP UART1
omap_uart:ttyO2 at MMIO 0x48024000 (irq = 74 ) is a OMAP UART2
omap_uart:ttyO3 at MMIO 0x481a6000 (irq = 44 ) is a OMAP UART3
omap_uart:ttyO4 at MMIO 0x481a8000 (irq = 45 ) is a OMAP UART4
omap_uart:ttyO5 at MMIO 0x481aa000 (irq = 46 ) is a OMAP UART5
as to check the devices i have check:
#ls /dev
it shows ttyO0,ttyO1,ttyO2,ttyO2,ttyO4,ttyO5 .........
As per Some post when I try to debug:
root@evm# cat/sys/kernal/debug/omap_mux/ecap0_in_pwm0_out but it show no file found
and for other debug commands it shows same error;
I have checked /etc/inittab file in which I have find command --> getty 115200 ttyO0
I have tried to run from console but nothing happens ---while it get hangged.for other tty*
Thanks for your reply:
Praveen