Part Number: PROCESSOR-SDK-AM335X
Tool/software: Linux
hi all
i have beagle bone black and it uses the latest ti sdk
- it uses UART0 as a debug port to get the log message since boot up
- now i want to use this UART0 for some other purpose
- hence i do not want to see boot up messages on UART0 (at the end we will connect the UART0 to some other sensor device from which we can read and write sensor values).
- since we have ssh access to the device we don't want log messages since boot up just in case we need log message we can login via ssh and see the logs.
now can you please help how to deconfigure the UART0 so that it can be used as normal RS232 and not for debug serial log message as used by current TI SDK
Regards