Hi,
I am developing DM365 UART interface for pan/tilt remote control. For our customerized development board, we add UART1 series port by configuring gpio34(V4) and gpio25(T1). I follow related information from this forum to change pin mux in dm365.c file and add modify board-dm365-evm.c as following:
1) MUX_CFG(DM365, UART1_TXD, 3, 29, 3, 3, false) and MUX_CFG(DM365, UART1_RXD, 4, 14, 3, 3, false) in dm365.c file
2) .enabled_uarts=(1<<0)|(1<<1), in board-dm365-evm.c
However, after I rebuild new kernel and load the image file to run my board, the UART1 still doesn't work. Can anyone give me the clues what I should do next?
Thanks
Steven