The following is an "EXACT STEPS" txt log i made while setting up g_serial
from Linux, to WIndows. Note, that the Windows driver will be different for
g_multi, but the process is essentially the same.

lsmod
sudo modprobe g_serial
lsmod
ls -la /dev/ttyGS*
sudo nano /etc/inittab
----> T1:23:respawn:/sbin/getty -L ttyGS0 115200 vt102
sudo init q <--- This reloads /etc/inittab without having to reboot.
sudo nano /etc/modules
----> add g_serial save and exit. If you want the module loaded
automatically at boot.

Windows 7 host:
open start menu
right click computer
select properties
click windows update on lower left side
click check for updates on top left side
After searching windows update should find additional hardware to install.
"ELMO LTD GMAS" device.
Select this update, and install.
open start menu
right click computer
select properties
click device manager top left
expand "Ports(COM & LPT )"
select "ELMO GMAS(COMx)", where "x" is a valid COM port number. For me this
was COM3
rightclick and select properties.
Select the port settings tab on the top
Change Bits per second to 115200
Change Flow control to none
Click ok, and we're done here.
Download, install, then open puTTY ( google is your friend ).
Once open you'll be on the puTTY configuration page.
COnnection type change to serial.
Serial line change to the COMx value listed in device manager ( again for
me COM3 ).
Change speed from 9600 to 115200
Saved session change to your com port number ( COM3 for me )
On the very bottom left click serial.
Change FLow control to none.
Click Session on top left side, make sure all settings are as set above and
click the save button on the far side middle( ish ).
Now on the bottom right click the Open button.
type in valid non root user name on the BBB.
Followed by the usernames passwd.
DOne.

On Mon, Oct 13, 2014 at 6:27 PM, William Hermans <[email protected]> wrote:

> g_serial would not be ssh though. As you most definitely know..
>
> I was actually gong to suggest that he use g_serial( or whatever the
> g_multi equivalent is ). It's mostly foolproof, once one knows how to setup
> puTTY for it.
>
> By the way, puTTY defaults to XON/XOFF COMs I think, and between windows
> and puTTY they're almost never the  same. Until made so. So, check device
> manager to see what windows has set for the serial device, and just make
> sure puTTY is exactly the same.
>
> On Mon, Oct 13, 2014 at 5:04 PM, Robert Nelson <[email protected]>
> wrote:
>
>> On Mon, Oct 13, 2014 at 6:46 PM, William Hermans <[email protected]>
>> wrote:
>> > Robert, it is very unlike there is anything wrong with puTTY. I've been
>> > using it for years, and it's always been rock solid.
>> >
>> > The problem is more likely user error. Meaning this person does not know
>> > enough about Linux to realize that network managers sometimes LOVE to
>> screw
>> > with ones mind. . .  But since there was no mention of a network scan
>> for
>> > alternative DHCP address . . . how could we know.
>>
>> I "think" he might be logging in via putty over serial and then
>> rebooting the beaglebone. But not restarting putty.. It's a virtual
>> usb serial, so when the bbb reboots that usb serial device
>> disconnects. (putty doesn't correct for this..) Then when the bbb
>> comes up again, it reinitailzes the usb flash/ usb networking / usb
>> serial gadgets..
>>
>> Otherwise it works for me..
>>
>> Regards,
>>
>> --
>> Robert Nelson
>> http://www.rcn-ee.com/
>>
>> --
>> For more options, visit http://beagleboard.org/discuss
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "BeagleBoard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to