discovery icon indicating copy to clipboard operation
discovery copied to clipboard

[10-serial-communication] Checking for tty (newer boards) not working due to extra dmesg output

Open dennisschagt opened this issue 4 years ago • 0 comments

The check for detecting newer versions of the discovery board (dmesg | tail | grep -i tty) fails on my system.

I needed to run dmesg as root. Running it with sudo generated some extra log lines, pushing the cdc_acm 1-1:1.2: ttyACM0: USB ACM device out of the last 10 lines (default number of lines) returned by tail:

image

dennisschagt avatar Oct 30 '21 12:10 dennisschagt