Hello!
We are use application UART for communication with periferia.
Default linux command line is:
~ # cat /proc/cmdline
console=ttyAM0,115200 root=/dev/mmcblk0p3 rw rootwait
How should I change command line for use debug UART as console?
Tank you and excuse my bad english.