Re: Fwd: UART #1 access on Sequoia board

2011-05-23 Thread Josh Boyer
On Tue, May 24, 2011 at 12:22:14AM +0500, Muhammad Waseem wrote: Please don't top post. >I am using kernel version 2.6.23 which came with the Sequoia support CD. So >that means UART # 1 BSP would probably not there? But device file >/dev/ttyS1 is present in rootfs when listed using 'ls'. Do you

Fwd: UART #1 access on Sequoia board

2011-05-23 Thread Muhammad Waseem
I am using kernel version 2.6.23 which came with the Sequoia support CD. So that means UART # 1 BSP would probably not there? But device file /dev/ttyS1 is present in rootfs when listed using 'ls'. Do you think updating the kernel might solve the problem? BTW where can I see the board's DTS file?

Re: UART #1 access on Sequoia board

2011-05-23 Thread Josh Boyer
On Mon, May 23, 2011 at 11:34:26AM +0500, Muhammad Waseem wrote: >Hello, > I am working on PPC440EPx (Sequoia) to access its UART # 1 port for data >transfer, while UART # 0 is connected to remote terminal access on host. >However there is no module/driver listed for UART # 1 using 'lsmod'. The >

UART #1 access on Sequoia board

2011-05-22 Thread Muhammad Waseem
Hello, I am working on PPC440EPx (Sequoia) to access its UART # 1 port for data transfer, while UART # 0 is connected to remote terminal access on host. However there is no module/driver listed for UART # 1 using 'lsmod'. The kernel version is 2.6.23. How can I access the UART # 1 in user space