<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.gumstix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ray+test</id>
		<title>Gumstix User Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.gumstix.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ray+test"/>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php/Special:Contributions/Ray_test"/>
		<updated>2026-04-06T13:11:31Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.3</generator>

	<entry>
		<id>https://wiki.gumstix.com/index.php?title=GPS&amp;diff=5310</id>
		<title>GPS</title>
		<link rel="alternate" type="text/html" href="https://wiki.gumstix.com/index.php?title=GPS&amp;diff=5310"/>
				<updated>2011-04-01T16:48:54Z</updated>
		
		<summary type="html">&lt;p&gt;Ray test: /* Installing Packages */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Testing GPS can be done using a daemon, gpsd, and console application, cgps, which is included in the gps-utils package.&lt;br /&gt;
&lt;br /&gt;
== Installing Packages ==&lt;br /&gt;
&lt;br /&gt;
Here are two methods for installing gpsd and gps-utils.&lt;br /&gt;
&lt;br /&gt;
=== Network Install ===&lt;br /&gt;
&lt;br /&gt;
If your Overo is connected to the Internet installation is very simple. Very simple.&lt;br /&gt;
&lt;br /&gt;
 # opkg update&lt;br /&gt;
 # opkg download gpsd&lt;br /&gt;
 # opkg download gps-utils&lt;br /&gt;
 # opkg install gpsd&lt;br /&gt;
 # opkg install gps-utils&lt;br /&gt;
&lt;br /&gt;
=== Offline Install ===&lt;br /&gt;
&lt;br /&gt;
If your Overo doesn't have an Internet connection, the easiest way to install the required GPS packages is by including them in an image. This is one way to do so, see [http://www.gumstix.net/Setup-and-Programming/view/Build-system-overview/Hello-world-tutorial/111.html the Gumstix hello world tutorial] for a better alternative.&lt;br /&gt;
&lt;br /&gt;
 $ cd ~/overo-oe/org.openembedded.dev/recipes/images/&lt;br /&gt;
 $ cp omap3-console-image.bb omap3-gps-image.bb&lt;br /&gt;
 $ nano omap3-gps-image.bb&lt;br /&gt;
&lt;br /&gt;
Add the packages gpsd and gps-utils to the TOOLS_INSTALL section.&lt;br /&gt;
&lt;br /&gt;
 $ bitbake omap3-gps-image&lt;br /&gt;
&lt;br /&gt;
Create a [http://www.gumstix.net/Setup-and-Programming/view/Overo-Setup-and-Programming/Creating-a-bootable-microSD-card/111.html bootable microSD] with the resulting image.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
'''gpsd''' will start automatically when you boot, however you will need to tell it what serial port the device is connected to.&lt;br /&gt;
&lt;br /&gt;
 # killall gpsd&lt;br /&gt;
 # gpsd /dev/ttyS0&lt;br /&gt;
&lt;br /&gt;
You can change the ${GPS_DEV} variable in the /etc/default/gpsd to /dev/ttyS0 so it will work automatically on boot.&lt;br /&gt;
&lt;br /&gt;
== Test ==&lt;br /&gt;
&lt;br /&gt;
 # cgps&lt;/div&gt;</summary>
		<author><name>Ray test</name></author>	</entry>

	</feed>