<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.usualcoding.eu/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>UsualCoding.eu - meshcube</title>
  <link>http://www.usualcoding.eu/</link>
  <description>Use(less|ful) stuff</description>
  <language>en</language>
  <pubDate>Wed, 21 Jul 2010 22:55:36 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>OpenWrt on the MeshCube</title>
    <link>http://www.usualcoding.eu/post/2008/07/13/OpenWrt-on-the-MeshCube</link>
    <guid isPermaLink="false">urn:md5:02233f4dbd30d659521abfb16bae5013</guid>
    <pubDate>Sun, 13 Jul 2008 19:12:00 +0200</pubDate>
    <dc:creator>Seb</dc:creator>
        <category>Hardware</category>
        <category>meshcube</category><category>openwrt</category>    
    <description>    &lt;p&gt;Where I work we use a lot of MeshCubes to create an OLSR powered network.&lt;br /&gt;
It is a tiny wireless router with two minipci slots and one Ethernet slot.&lt;br /&gt;
It has a 400 MHz MIPS based processor, 64 MB of RAM and 32 MB of Flash.&lt;br /&gt;
&lt;br /&gt;
It is sad that it was discontinued and that  the main site (meshcube.org) is down.&lt;br /&gt;
There is a mirror &lt;a href=&quot;http://imara-serv.inria.fr/pub/nylon-meshcubes/&quot; hreflang=&quot;en&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
The other problem is that the Linux distribution that runs it (nylon) is unmaintained. The good news is that &lt;a href=&quot;http://www.openwrt.org&quot; hreflang=&quot;en&quot;&gt;OpenWrt&lt;/a&gt; works on the au1500 processor.&lt;br /&gt;
The installation without a serial cable is very simple:&lt;br /&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Download the OpenWrt au1000 images:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;   # wget &lt;a href=&quot;http://downloads.openwrt.org/kamikaze/7.09/au1000-2.6/openwrt-au1000-2.6-vmlinux.bin&quot;&gt;http://downloads.openwrt.org/kamikaze/7.09/au1000-2.6/openwrt-au1000-2.6-vmlinux.bin&lt;/a&gt;
   # wget &lt;a href=&quot;http://downloads.openwrt.org/kamikaze/7.09/au1000-2.6/openwrt-au1000-2.6-jffs2-128k.fs&quot;&gt;http://downloads.openwrt.org/kamikaze/7.09/au1000-2.6/openwrt-au1000-2.6-jffs2-128k.fs&lt;/a&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Copy them to the cube:&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;   # scp openwrt-au1000-2.6-vmlinux.bin root@192.168.0.250:/tmp
   # scp openwrt-au1000-2.6-jffs2-128k.fs root@192.168.0.250:/tmp&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Make sure nothing writes to the flash (kill most processes but not ssh!)&lt;/li&gt;
&lt;li&gt;Copy to flash&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;   # flashcp -v openwrt-au1000-2.6-vmlinux.bin /dev/mtd/2
   # flashcp -v openwrt-au1000-2.6-jffs2-128k.fs /dev/mtd/0&lt;/pre&gt;

&lt;p&gt;Thats it!&lt;br /&gt;
&lt;br /&gt;
Links:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.openwrt.org&quot;&gt;OpenWrt&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://imara-serv.inria.fr/pub/nylon-meshcubes/&quot;&gt;Meshcube.org mirror&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    
    
    
          <comments>http://www.usualcoding.eu/post/2008/07/13/OpenWrt-on-the-MeshCube#comment-form</comments>
      <wfw:comment>http://www.usualcoding.eu/post/2008/07/13/OpenWrt-on-the-MeshCube#comment-form</wfw:comment>
      <wfw:commentRss>http://www.usualcoding.eu/feed/rss2/comments/10</wfw:commentRss>
      </item>
    
</channel>
</rss>