Part Number: AM5728
Tool/software: Linux
my board is am5728 evm
my Kernel version is 4.9.105-ti-rt-r113
I want to use TCP as Debug.
I want to know where is setting file.
is this information enough to using TCP as Debug?
Thank you.
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: AM5728
Tool/software: Linux
my board is am5728 evm
my Kernel version is 4.9.105-ti-rt-r113
I want to use TCP as Debug.
I want to know where is setting file.
is this information enough to using TCP as Debug?
Thank you.
UART3 is for Debug. we need to use UART3 in other way not a Debug.
Ethernet maybe the way we looking for.
we want to show Ethernet for Kernel boot log.
is it possible? if it is possible, how can i do
AM5728-EVM Debug Port is UART3. i want to move on Debug function to Ethernet(MDIO) from UART3.
Part Number: AM5728
Tool/software: Linux
My board is AM5728 EVM and kernel version is 4.9.105-ti-rt-r113.
I was asked before >>
This is answer of above link.
Yes, I've mentioned the workaround. You can use UART3 for whatever you like (after the corresponding kernel modifications), then when you boot your board you can connect to its serial (debug) console through SSH and you can use dmesg, cat /proc/kmsg and so on to see the kernel logs during bootup and while the board is operational.
but i still have a few question.
1. where is proc directory? ( i saw a five directories, i don't know which is)
2. Which part is what i see in kmesg file ?
You mean that i can print dmesg using by kmsg library, isn't it right?
i want to change to Ethernet from UART3 like below link.

it can possible or not it must use kmsg?