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.

Disabling UART0 in Starter kit

Hi All,

I am working on AM335x starter kit with Linux SDK 7. 

I am working on USB gadget/device functionality with USB0 port. On the starter kit USB0 is coming with JTAG+UART+USB.

I believe, i need to disable UART0 which comes with USB0 to simplify the USB stuffs. What should be the steps to disable the UART0. 

I believe i need to

1. disable uart0 initialisation in kernel

2. plus i want to modify some device drivers for USB gadget functions.

thanks in advance.