I have a problem. I am testing a small linux on desktop. By default it output boot log to serial port, but my machine's have not one.
I found in internet that one way to do what I want is connecting usb-serial converter to usb port of machine and start linux with console=ttyUSB0
, but I have not any serial device, so I can't get output from converter. As I understand in my case i can buy 2 usb-serial controller and serial cable to get serial output from one machine at another.
Then I think may be there is a simpler way to do it. May be I can connect to desktop only by usb?
Also I have android device and arduino uno, may be I can emulate usb-serial controller by one of them?
Thanks for you help.