Re: [beagleboard] Serial-USB device node?

2014-12-03 Thread liyaoshi
just make it clear , do you connect your DB9 cable with USB port on BBB ? >From host site , You can NOT use getty , You should use minicom 2014-12-03 11:42 GMT+08:00 : > Thanks for the tip. I'm getting a /dev/ttyUSB0 device node when I connect > a USB-serial cable, but it remains a dialout port

Re: [beagleboard] Serial-USB device node?

2014-12-03 Thread motibloc
Thanks for the tip. I'm getting a /dev/ttyUSB0 device node when I connect a USB-serial cable, but it remains a dialout port and I can't spawn an agetty from /etc/inittab. On Monday, December 1, 2014 5:58:25 PM UTC-8, liyaoshi wrote: > > https://www.kernel.org/doc/Documentation/usb/gadget_serial.

Re: [beagleboard] Serial-USB device node?

2014-12-01 Thread liyaoshi
https://www.kernel.org/doc/Documentation/usb/gadget_serial.txt /dev/ttyGS0 mean when your otg port connect to another host , like PC in Windows , You will get a serial port via USB if your usb-serial adapter connected , you will get /dev/ttyUSB0 in common case. 2014-11-28 8:38 GMT+08:00 : > I h

[beagleboard] Serial-USB device node?

2014-12-01 Thread motibloc
I have a terminal hooked to a DB9 connector on my BB that works fine as a serial console (/dev/ttyO0), but I can't seem to get a USB-serial adapter cable to work so that I can connect more terminals. I can see agetty running on /dev/ttyGS0 -- is that the miniUSB port? What tty is associated wit