<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.iac.isu.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nickbenj</id>
	<title>New IAC Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.iac.isu.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nickbenj"/>
	<link rel="alternate" type="text/html" href="https://wiki.iac.isu.edu/index.php?title=Special:Contributions/Nickbenj"/>
	<updated>2026-07-28T03:44:44Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://wiki.iac.isu.edu/index.php?title=Gumstix&amp;diff=79026</id>
		<title>Gumstix</title>
		<link rel="alternate" type="text/html" href="https://wiki.iac.isu.edu/index.php?title=Gumstix&amp;diff=79026"/>
		<updated>2012-11-12T21:43:22Z</updated>

		<summary type="html">&lt;p&gt;Nickbenj: /* Setting Static IP adress */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Hardware===&lt;br /&gt;
(2)The gumstix [http://www.gumstix.com/store/catalog/product_info.php?products_id=210 motherboard] has a 600MHz Marvell XScale processor, 128MB of RAM, and 32MB of flash.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
(2)The 80 pin expansion socket is attached to a [http://www.gumstix.com/store/catalog/product_info.php?products_id=207 network interface card] for TCP/IP networking.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
(2)The 60 pin expansion socket has a [http://www.gumstix.com/store/catalog/product_info.php?products_id=184 breakout-vx] card to allow access to the I2C signals, serial ports, and various other GPIO possibilities.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
(1)Additionally, [http://www.gumstix.com/store/catalog/product_info.php?products_id=148 4V power adapters]&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
(3)[http://www.acroname.com/robotics/parts/S13-SERIAL-INT-CONN.html TTL to serial adapters]&lt;br /&gt;
&lt;br /&gt;
===Software===&lt;br /&gt;
[http://docwiki.gumstix.org/Main_Page Gumstix Documentation Wiki]&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====I2C installation====&lt;br /&gt;
&lt;br /&gt;
==== cgi-bin programs ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[http://www.boa.org Boa Webserver] is the webserver on the Gumstix.&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.gnu.org/software/cgicc/ cgicc] is the C++ library used for handling web scripts.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
[http://www.stlinux.com/docs/manual/distribution/distribution_guide6.php I2C Linux] from userspace.&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://www.yolinux.com/TUTORIALS/LinuxTutorialC++CGI.html libcgicc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Misc==&lt;br /&gt;
===Setting the date===&lt;br /&gt;
The busybox '''date -s''' accepts a very limited format. Use it from another Linux box as follows:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ssh root@134.50.203.56 &amp;quot;echo date -s `date +%m%d%H%M%Y`&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Setting Static IP adress===&lt;br /&gt;
&lt;br /&gt;
In the LDS use the static method modifiy the file etc/network/interfaces so it says&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet static&lt;br /&gt;
#choose only one address line&lt;br /&gt;
#gumstick green ethernet cables #1&lt;br /&gt;
        address 134.50.3.93&lt;br /&gt;
#gumstick blue ethernet cables #2&lt;br /&gt;
        address 134.50.3.175&lt;br /&gt;
        netmask 255.255.255.0&lt;br /&gt;
        network 134.50.3.0&lt;br /&gt;
        broadcast 134.50.3.255&lt;br /&gt;
        gateway 134.50.3.254&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For JLab Use the static method modifiy the file etc/network/interfaces so it says&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)&lt;br /&gt;
 &lt;br /&gt;
# The loopback interface&lt;br /&gt;
#&lt;br /&gt;
auto lo&lt;br /&gt;
iface lo inet loopback&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
# Wired interfacesq&lt;br /&gt;
#&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet static&lt;br /&gt;
address 129.57.36.61&lt;br /&gt;
#network 129.57.1.0&lt;br /&gt;
gateway 129.57.36.1&lt;br /&gt;
netmask 255.255.252.0&lt;br /&gt;
broadcast 129.57.39.255&lt;br /&gt;
&lt;br /&gt;
# if netduo attached uncomment lines below&lt;br /&gt;
#auto eth1&lt;br /&gt;
#iface eth1 inet dhcp&lt;br /&gt;
&lt;br /&gt;
#&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In Hall C we had&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
auto eth0&lt;br /&gt;
iface eth0 inet static&lt;br /&gt;
        address 129.57.168.91&lt;br /&gt;
        netmask 255.255.252.0&lt;br /&gt;
        network 129.57.168.0&lt;br /&gt;
broadcast 129.57.171.255&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then do commands&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ifdown&lt;br /&gt;
ifup eth0&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Must check the if address of a machine which is connected to the same network by ifconfig and route -n&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ifconfig      interfaces&lt;br /&gt;
inet addr &amp;gt;&amp;gt;&amp;gt; address&lt;br /&gt;
Bcast     &amp;gt;&amp;gt;&amp;gt; broadcast&lt;br /&gt;
&lt;br /&gt;
route -n&lt;br /&gt;
Genmask   &amp;gt;&amp;gt;&amp;gt; netmask&lt;br /&gt;
Gateway   &amp;gt;&amp;gt;&amp;gt; gateway&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It seems to only use the first DNS entry in /etc/resolv.conf&lt;br /&gt;
For ISU's network,one of the following addresses needs to be the first nameserver line in the file.  &lt;br /&gt;
&amp;lt;pre&amp;gt; &lt;br /&gt;
search isu.edu&lt;br /&gt;
nameserver 134.50.57.57&lt;br /&gt;
nameserver 134.50.254.5 &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nickbenj</name></author>
	</entry>
</feed>