Re: [U-Boot] Unable to Receive 1Kb of data

2012-12-10 Thread Wolfgang Denk
Dear lokesh nijalinge, In message cab-o9pgawedyszx7dqyczgvd-xsw_xffyxc-_rtlqmqipri...@mail.gmail.com you wrote: I am using the TI's DM3730 processors for one of my project. I want to *receive 1Kb of data* from UART2. At kernel i am able to send and receive full 1Kb of data. I am sending

Re: [U-Boot] Unable to Receive 1Kb of data

2012-12-10 Thread lokesh nijalinge
Hi Sir, Thanks for the reply. I am trying to read around 1Kbyte of data from the serial port uart2. Standard serial console is uart1. I am using the function* NS16550_init() in drivers/serial/ns16550.c* file for the console initialization or configuration. I am using functions* NS16550_putc()

Re: [U-Boot] Unable to Receive 1Kb of data

2012-12-10 Thread Wolfgang Denk
Dear lokesh nijalinge, please don't top post / full quote. In message cab-o9pjgvqndjgd7p9fhn0ey9f6erdjfr0nvfk8ofrny+56...@mail.gmail.com you wrote: I am trying to read around 1Kbyte of data from the serial port uart2. Standard serial console is uart1. I am using the function*