First let me apologize for my lack of knowledge up front, this is all new to me. I have been using the am335xevm board as a development platform for a new custom board being built. The new board is in and I am trying to get the serial port (uart0) working. The pins on the new board used for rx/tx are lcd_data9/lcd_data8.
I tried modifying the board/ti/am335x/mux.c file to change the uart0_pin_mux setting to use the lcd_data9 and lcd_data8 pins and rebuit the u-boot.img and MLO files but that didn't help.
Where and what should I be modifying to get the serial port working?