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.

multiple serials in OMAP L-138 EVM

Guru 20755 points


Hello,

I need to configure the U-Boot to work with multiple UART'S , and one of them (UART2) is console:

1.  I thought that the "right" way to do it, is to add CONFIG_SERIAL_MULTI in the da850evm.h, but on compiling I recieve error from /common/serial.c line 87: "error: #error No default console". even when I tried to add flag config_cons_index, but it didnt solve the error, it seems that the serial.c file does not except this configuration.
2. Another question which comes in mind regarding the multi serial uart's is the flag config_sys_ns16550_clk  which is defined as clk of uart2 (in da850.evm.h): what about the clock of the other uarts in regard to each ns16550

I couldn't find any documentation for the serial driver, so I will thank you for any help with regard to my questions.

Best Regards,

Ran