HOW TO - Connect the serial console
#14
Thank you for the very informative reply! A couple of specific points I want to respond to:

(05-21-2019, 07:34 PM)t4_4t Wrote: First of all, I will give my thoughts and say what I know from a technical point of view.
I think that purchasing a compatible item is far more sensible than doing various trials because the 1.5M bps compatible USB-UART item is inexpensive and easy to obtain.
In addition, Changing this part easily is considered a nuisance to developers.

I do have a more appropriate serial adapter on the way, because that always appeared to be the path of least resistance. But in the meantime, I wanted to see how far I could get. Also, I have a compulsion to understand what I'm using!

It's also annoying that someone chose an oddball baudrate to be hardcoded! I was a little surprised by that.

Quote:> 1) The baud rate for the login prompt and onward is set independently from the baud rate for everything before that. ...

This is fine as long as they do not consider anything other than 1.5M bps.
If you consider other baud rates, you should change it in "boot.cmd" as follows.

"console=ttyS2,1500000 ${consoleargs}" -> "${consoleargs} console=ttyS2,${baudrate}n8"

Yeah, I just don't understand why the stock Armbian image isn't like that, already.

Quote:> 2) There's a long delay (20+ seconds) after the last boot message ("bootconsole [uart0] enabled") ...

In the current settings, many messages are output to HDMI.
Please try combining "verbosity = 7" with the above correction.
You should get the expected results, even with the "both" setting.

I'll try that. But why would the verbosity default be different for the two consoles?
  Reply


Messages In This Thread
HOW TO - Connect the serial console - by Yoast - 08-12-2018, 07:49 AM
RE: HOW TO - Connect the serial console - by djb - 03-07-2019, 01:29 PM
RE: HOW TO - Connect the serial console - by markb1 - 05-21-2019, 09:00 PM
RE: HOW TO - Connect the serial console - by Atch - 06-06-2020, 02:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Serial Connection Tutorial: FTDI 232RL hmuller 0 3,204 10-23-2020, 11:56 AM
Last Post: hmuller

Forum Jump:


Users browsing this thread: 2 Guest(s)