<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Kevin Yeandel's Random Access Memory &#187; Embedded Linux and Electronics</title>
	<atom:link href="http://kevinyeandel.wordpress.com/category/embedded-linux-and-electronics/feed/" rel="self" type="application/rss+xml" />
	<link>http://kevinyeandel.wordpress.com</link>
	<description>If you don't use it you loose it.</description>
	<lastBuildDate>Tue, 19 May 2009 17:53:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='kevinyeandel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/4990a9596090771c02aa56cce2ef53e1?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Kevin Yeandel's Random Access Memory &#187; Embedded Linux and Electronics</title>
		<link>http://kevinyeandel.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kevinyeandel.wordpress.com/osd.xml" title="Kevin Yeandel&#8217;s Random Access Memory" />
		<item>
		<title>Up and running with ADM5120P</title>
		<link>http://kevinyeandel.wordpress.com/2008/10/15/up-and-running-with-adm5120p/</link>
		<comments>http://kevinyeandel.wordpress.com/2008/10/15/up-and-running-with-adm5120p/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 22:19:24 +0000</pubDate>
		<dc:creator>kevinyeandel</dc:creator>
				<category><![CDATA[Embedded Linux and Electronics]]></category>

		<guid isPermaLink="false">http://kevinyeandel.wordpress.com/?p=159</guid>
		<description><![CDATA[In particular the Omnima SKU16140 from
http://www.omnima.co.uk/store/catalog/Embedded-controller-p-16140.html
Operating System : Squidge 1.7
Booted from USB.
Serial connection &#8211; telnet available from JP2, 115000,N,1,8. (USB to serial from Omnima works in XP HyperTerminal but not Vista). Pin 1 on JP2 aligns with dot on connector
Default IP address: 192.168.1.1  Change in /etc/config/system
HTTP running by default.  Create index.html in /www
Package installer: opkg
Package Location: /www/squidge/packages
Resources:
http://openwrt.org/
http://www.linux-mips.org
http://squidge.sourceforge.net
Turn [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinyeandel.wordpress.com&blog=1858280&post=159&subd=kevinyeandel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h3>In particular the Omnima<span> </span><a class="reference external" href="http://www.omnima.co.uk/kp">SKU16140</a> from<br />
<a href="http://www.omnima.co.uk/store/catalog/Embedded-controller-p-16140.html">http://www.omnima.co.uk/store/catalog/Embedded-controller-p-16140.html</a></h3>
<p>Operating System : Squidge 1.7<br />
Booted from USB.<br />
Serial connection &#8211; telnet available from JP2, 115000,N,1,8. (USB to serial from Omnima works in XP HyperTerminal but not Vista). Pin 1 on JP2 aligns with dot on connector<br />
Default IP address: 192.168.1.1  Change in /etc/config/system<br />
HTTP running by default.  Create index.html in /www<br />
Package installer: opkg<br />
Package Location: /www/squidge/packages</p>
<h2>Resources:<br />
<a href="http://openwrt.org/">http://openwrt.org/</a><br />
<a href="http://www.linux-mips.org">http://www.linux-mips.org</a><br />
<a href="http://squidge.sourceforge.net">http://squidge.sourceforge.net</a></h2>
<h3>Turn on an LED<br />
<a href="mailto:root@OpenWrt:/etc/config">root@OpenWrt:/etc/config</a># echo 0 &gt; /sys/class/gpio/export<br />
<a href="mailto:root@OpenWrt:/etc/config">root@OpenWrt:/etc/config</a># echo out &gt; /sys/class/gpio/gpio0/direction<br />
<a href="mailto:root@OpenWrt:/etc/config">root@OpenWrt:/etc/config</a># echo 1 &gt; /sys/class/gpio/gpio0/value</h3>
<p>Full explanation of the above and further details to be found at:<br />
<a href="http://squidge.sourceforge.net/gpio/">http://squidge.sourceforge.net/gpio/</a></p>
<p> </p>
<p>We&#8217;re told to scn the sources from the relevant http site which will create a folder called squidge.<br />
Do not run the installation as root as it wont work. You have to be some other user.<br />
Further, the authors advise the use of slackware 12.1, the problem being you need some sort of p2p like bittorrent to get it. So I tried with Centos 5. The following had to be done.<br />
When you follow the instructions the process of building an image will break by not being able to find a file.<br />
cd to  openwrt and run</p>
<p>%make V=99</p>
<p>If you don&#8217;t use the flag then make will appear to hang. This is because you are being asked a question.<br />
Before you get to this, a configuration screen will be shown enabling you to configure the packages which can be included in the build. </p>
<p>The rest of the process should continue and resolve missing packages by connecting to the internet &#8211; though I noticed one such connection could not be established.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kevinyeandel.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kevinyeandel.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kevinyeandel.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kevinyeandel.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kevinyeandel.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kevinyeandel.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kevinyeandel.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kevinyeandel.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kevinyeandel.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kevinyeandel.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kevinyeandel.wordpress.com&blog=1858280&post=159&subd=kevinyeandel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kevinyeandel.wordpress.com/2008/10/15/up-and-running-with-adm5120p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6d259713cf4714749642eabcf987019f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kevinyeandel</media:title>
		</media:content>
	</item>
	</channel>
</rss>