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.

OMAPL138 LCDK - changing number of UART for UBOOT

Other Parts Discussed in Thread: OMAPL138

Hi,

My purpose is to launch UBOOT into target LCDK but I have to change number of UART for console from UART2 to UART1.


I opened omapl138_lcdk.h file and I try to modify these "define" like this :

- CONFIG_SYS_NS16555_COM1        DAVINCI_UART1_BASE

- CONFIG_SYS_NS16555_CLK            clk_get(DAVINCI_UART2_CLKID)    I let this because    DAVINCI_UART1_CLKID doen't exist.

- CONFIG_CONS_INDEX                       1. I don't know what I can put here

Is it right? Is there another thing to do?

Best regards