console configuration (ttyO0 or ttyS0)

Hi All,

I have built kernel and device tree images using beaglebone_defconfig.

After tftp of uImage and dtb, u-boot is getting stuck with “Starting Kernel” message( There are no other messages on console). I am doubting on my serial configuration, because somebody is using ttyO0 and ttyS0 in bootargs.

I am really confused what to use.

I am copying my serial drivers below( this i have taken from .config file ). please help me to choose correct tty.

If I’m not wrong, ttyO0 is for omap driver and ttys0 is for 8250 driver. That what I understood.