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 serial in u-boot for omap l138

Guru 20755 points

Hello,

I would like to configure multiple serial (UART's) in the OMAP l-138
evaluation board (da850evm). I thought that in the serial section of the
da850evm.h I should only add CONFIG_SERIAL_MULTI, but then I got compilation
problem: \common\serial.c
" #error No default console ".
It also seem that this file (\common\serial.c) is only being compiled when using the
CONFIG_SERIAL_MULTI flag.

I can also add that I thought it is better to use that flag becuase I want
to use the functions in \drivers\serial\serial.c such as serial_getc_dev
instead of _serial_getc, but I see that inorder to use this function I need
to define this flag (CONFIG_SERIAL_MULTI)
Should this flag  be used whenever using more then one UART ?
I need some guidance as to how to configure more then one UART in the board.

I appreciate your help!

Ran