I am working on IMX53 based customized board. When I boot the board there is no output after "Starting kernel ..." as shown below.
## Booting kernel from Legacy Image at 70800000 ...
Image Name: Linux-2.6.35.3
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 3009460 Bytes = 2.9 MB
Load Address: 70008000
Entry Point: 70008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
OK
Starting kernel ...
I think this output is from U-boot, I am suspecting that there will be tty misconfiguration in the kernel. my doubt here is, the issue is with the console name which is there in U-boot enveronment settings or UART port number.
Can you help me to check console name and UART port used by U-boot(using U-boot 2009 on the board) to send log messages to minicom, so that I will check whether kernel is using the same console name and UART or not.
Thanks in advance.