My Android system with a 4.4.2 kernel fails to boot into a stable state where adb could be used.
Could I redirect somehow a kernel output to get it via minicom and usb?
For example, now in kernel command line I have: "console=ttymxc0,115200"
But no any device /dev/tttymxc0 is created on my PC even so usb cable is connected.
Would it work if I change it to /dev/ttyUSB0 or what should I do to see kernel output immediately?
Thanks.