Part Number: J6EVM5777
Hi Ti,
I need to change kernel print debug uart to other uart (undetermined) , How much work is required? Where do I modify the source code ? I'm using 6AO1.1.
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.
Part Number: J6EVM5777
Hi Ti,
I need to change kernel print debug uart to other uart (undetermined) , How much work is required? Where do I modify the source code ? I'm using 6AO1.1.
For Kernel, you jut have to change the Kernel bootargs to match the port number.
By default in ti_config_fragments/android_omap.cfg the console is set to UART1 (ttyS0). Change this to match the UART you use.
console=ttyS0,115200 androidboot.console=ttyS0
Similarly, there would be changes needed in u-boot to see the u-boot logs.