Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A number of messages should appear in the serial console as the gumstix boots up before the login page eventually appears. Login information is josh/hovergroup.

4) Enable the usb-networking interface over the OTG port

Code Block

sudo modprobe g_ether

At this point a new network interface should appear on your computer. Share your internet connection with this new interface, then on the vehicle:

Code Block

dhclient usb0
ifconfig usb0

If the gumstix successfully acquired an IP address then you should be able to ssh in from the host computer.

Code Block

ssh josh@10.42.0.83

You can also check that the vehicle has internet access by pinging some public IP. Alternatively if internet is not required, the interfaces can both be configured to static addresses on the same subnet.