console over cdc serial

Hi,

I have
console=ttyO0,115200n8
in my uEnv.txt to have a console over serial port.

No I installed the CDC serial driver and got COM6. Whats the corresponding port on the linux side? So what do I have to use for “console=”
console=tty???,115200n8

Thanks - Robert

What distribution are you using?
Angstrom? Debian?

ttyO0 is on Beaglebone side,
COM6 is on PC side.
So console=ttyO0,115200n8 stays the same.

janszyma...@gmail.com:

ttyO0 is on Beaglebone side,
COM6 is on PC side.
So console=ttyO0,115200n8 stays the same.

ttyO0 is the “real” serial port. But hats the CDC serial port?

CDC Serial is the gadget serial port created by Linux for use over USB /dev/ttyGS0

cody:

CDC Serial is the gadget serial port created by Linux for use over USB /dev/ttyGS0

Thanks!