Hi Anandha
When you say : "Everything is fine except the console
prints are not coming,, i have checked the uart cables
also.. even probed the signals too.. it is fine"
Do you mean you know u-boot is working fine but
just nothing is coming to your terminal connection ?
If you are not sure that u-boot is running properly
use your JTAG debugger and RESET HALT first to
see if you can properly come out of reset then
single step couple times to make sure u-boot is
being executed at the correct address.
Also, you mentioned you probed the signals,
do you see activity on the uart pins when you
watch them with a scope ? If this is the case then
there might be a problem in your terminal program
settings (baud rate, flow control etc). Just make sure
your board is coming out of reset properly by halting
early on using your JTAG debugger. Perhaps you
can also stop at a later point and check the register
contents for serial port.
Hope this helps.
Regards
Sinan Akman