Hey, I have been trying to set up UART1 on an OMAP L138 experimenter kit running Linux. I came across this wiki page Enabling UART1 on AM18X/DA850/OMAP-L138 running Linux which seem to be exactly what I am trying to do. The problem is that this page is not very clear to me. I am using DaVinci PSP release 3.20.00.14 so it seems like I have to "Merge below series patches". Can someone explain to me what that means and how I can do it. I have no idea what these files are or what to do with them.
Also, I've been looking at solving this by editing the "board-da850-evm.c" file located at:
~/ti-dvsdk_omapl138-evm_4_01_00_09/psp/linux-2.6.33-rc4-psp03.20.00.14/arch/arm/mach-davinci
which has various settings for the pin multiplexing, including code to shut off UART0 and UART1. I read a forum post where someone was trying to solve this issue by commenting out those lines of code as well as adding "ret = da8xx_pinmux_setup(da850_uart0_pins); " but they were having issues with it as well.
Thanks,
Matt