Switch to Normal Style Sheet
Site Icon The Lab Book Pages Andrew Greensted (Modified: 23 July 2008)
Electronics > Gumstix

Gumstix

This page describes how to get your new gumstix up and running. It is based on the verdex board.

Divider Bar Go to page top

• Power and Serial Cables

Before you can do anything with a gumstix motherboard, you'll need a power and serial cable. The details below will help you to build these. You will need:

PartDetailsFarnell Code
Power JackDiameter, External:2.35mm, hole:0.7mm121 6982
Twin CorePower Cable-
Mini 8 DIN (male)Serial Connector (gumstix)152 210
9 Pin D (female)Serial Connector (PC)-
2 core screenedSerial Cable-

Power

Gumstix Power Connections

Power is supplied via a power header on a connected expansion header. The net powered is called V_BATT. This is then regulated down to 3.3V. The photo shows how a power connector is connected. Double check the connections in case the pins on your connector vary to those shown.



Serial

Gumstix Serial Connections

The connections for the serial cable are shown here. The photo shows the backs (solder bucket side) of the two connectors.


Divider Bar Go to page top

• First Boot

Connect the serial cable to the Full Function serial port. To output the serial data from the gumstix to a terminal use the following commands:

> stty -F /dev/ttyS0 115200
> cat /dev/ttyS0

Connect the power cable to one of the gumstix expansion boards.

Gumstix consoleLCD18-vx Connections
Divider Bar Go to page top

• Networking

The netwifimicrosd expansion card provides both wireless and wired USB. The card is shown below.

Gumstix NetWifiMicoSD Card

To use a static IP address you'll need to edit the /etc/network/interfaces file.

• File: /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.1.72
netmask 255.255.255.0
gateway 192.168.1.10

Once the network is up and running, you should be able to ssh into the gumstix. Connectiong via ssh means you can do away with the serial connection.

Divider Bar Go to page top

• Services

Service Name Description Website
dropbear SSH 2 server and client http://matt.ucc.asn.au/dropbear/dropbear.html
boa Webserver http://www.boa.org
ntpd Network Time Protocol Deamon
bonjour automatic discovery of computers, devices, and services on IP networks http://developer.apple.com/networking/bonjour/index.html
Divider Bar Go to page top

• GPS

The GPSStix expansion includes a GPS module.

The GPS Module uses the Standard UART (STUART). This can be accessed via /dev/ttyS2

GPSStix
Divider Bar Go to page top