This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

starting kernel

Hi,

Hi,

We are design dm368 board . we had changes in new board we are usingUART0 for console. but it stops on

starting kernel i m check machine id &

static struct davinci_uart_config uart_config __initdata = {
        .enabled_uarts = (7 << 0),
        //.enabled_uarts = (1 << 1),
};


 console=ttyS0.in bootargs  I am missing anything.

Thanks

Tejas