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.

Linux/DRA756: Using only UART3 for serial in u-boot

Part Number: DRA756

Tool/software: Linux

Hi All,

We have a Custom Board based on J6 EVK/DRA7xx SOC, We have only UART3 available for serial and no provision to set it via switch settings.

In u-boot 2016.05 we are trying to figure out code changes which disables reading switch settings and hard code UART3 as the only serial option.

We have done following changes :

Files  changed:
1) include/configs/dra7xx_evm.h
2) arch/arm/include/asm/arch-omap5/mux_dra7xx.h
3) board/ti/dra7xx/mux_data.h
Code changes:
#define CONFIG_CONS_INDEX        3
#define CONFIG_SYS_NS16550_COM3  UART3_BASE
After this we expect only UART3 to work but getting u-boot logs with both ON/OFF settings on SW5 pin 5.
Regards,
Tonu Zalpure
BlackPepper Technologies