<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Arduino Yún has WiFi connectivity and Linux</title>
	<atom:link href="http://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Mon, 20 Apr 2026 21:21:29 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/comment-page-1/#comment-1523630</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Mon, 14 Nov 2016 14:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=19845#comment-1523630</guid>
		<description><![CDATA[ArduWorm: A Malware for Your Arduino Yun
http://hackaday.com/2016/11/11/arduworm-a-malware-for-your-arduino-yun/

We’ve been waiting for this one. A worm was written for the Internet-connected Arduino Yun that gets in through a memory corruption exploit in the ATmega32u4 that’s used as the serial bridge. The paper (as PDF) is a bit technical, but if you’re interested, it’s a great read. 


The crux of the hack is getting the AVR to run out of RAM, which more than a few of us have done accidentally from time to time. Here, the hackers write more and more data into memory until they end up writing into the heap, where data that’s used to control the program lives. Writing a worm for the AVR isn’t as easy as it was in the 1990’s on PCs, because a lot of the code that you’d like to run is in flash, and thus immutable.

In the end, the worm is persistent, can spread from Yun to Yun, and can do most everything that you’d love/hate a worm to do. In security, we all know that a chain is only as strong as its weakest link, and here the attack isn’t against the OpenWRT Linux system running on the big chip, but rather against the small AVR chip playing a support role. Because the AVR is completely trusted by the Linux system, once you’ve got that, you’ve won.

ArduWorm: A Functional Malware Targeting Arduino Devices
http://www.seg.inf.uc3m.es/papers/2016JNIC.pdf]]></description>
		<content:encoded><![CDATA[<p>ArduWorm: A Malware for Your Arduino Yun<br />
<a href="http://hackaday.com/2016/11/11/arduworm-a-malware-for-your-arduino-yun/" rel="nofollow">http://hackaday.com/2016/11/11/arduworm-a-malware-for-your-arduino-yun/</a></p>
<p>We’ve been waiting for this one. A worm was written for the Internet-connected Arduino Yun that gets in through a memory corruption exploit in the ATmega32u4 that’s used as the serial bridge. The paper (as PDF) is a bit technical, but if you’re interested, it’s a great read. </p>
<p>The crux of the hack is getting the AVR to run out of RAM, which more than a few of us have done accidentally from time to time. Here, the hackers write more and more data into memory until they end up writing into the heap, where data that’s used to control the program lives. Writing a worm for the AVR isn’t as easy as it was in the 1990’s on PCs, because a lot of the code that you’d like to run is in flash, and thus immutable.</p>
<p>In the end, the worm is persistent, can spread from Yun to Yun, and can do most everything that you’d love/hate a worm to do. In security, we all know that a chain is only as strong as its weakest link, and here the attack isn’t against the OpenWRT Linux system running on the big chip, but rather against the small AVR chip playing a support role. Because the AVR is completely trusted by the Linux system, once you’ve got that, you’ve won.</p>
<p>ArduWorm: A Functional Malware Targeting Arduino Devices<br />
<a href="http://www.seg.inf.uc3m.es/papers/2016JNIC.pdf" rel="nofollow">http://www.seg.inf.uc3m.es/papers/2016JNIC.pdf</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/comment-page-1/#comment-1445417</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 22 Oct 2015 08:16:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=19845#comment-1445417</guid>
		<description><![CDATA[Network Enabled Servo Dead Bolt
Using an Arduino Yun to monitor WiFi for my cellphone and unlock my dead bolt with 
https://hackaday.io/project/8112-network-enabled-servo-dead-bolt

The basic idea is to have an Arduino Yun ping the local IP addresses of my phone to see if I&#039;m home. With this, I can establish a set of events or settings based on my presence. Step one is having a door that can unlock itself based on certain criteria. (i.e. I&#039;m home, I email it, it&#039;s a certain time of day, RFID, etc.)]]></description>
		<content:encoded><![CDATA[<p>Network Enabled Servo Dead Bolt<br />
Using an Arduino Yun to monitor WiFi for my cellphone and unlock my dead bolt with<br />
<a href="https://hackaday.io/project/8112-network-enabled-servo-dead-bolt" rel="nofollow">https://hackaday.io/project/8112-network-enabled-servo-dead-bolt</a></p>
<p>The basic idea is to have an Arduino Yun ping the local IP addresses of my phone to see if I&#8217;m home. With this, I can establish a set of events or settings based on my presence. Step one is having a door that can unlock itself based on certain criteria. (i.e. I&#8217;m home, I email it, it&#8217;s a certain time of day, RFID, etc.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/comment-page-1/#comment-1425051</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 11 Aug 2015 07:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=19845#comment-1425051</guid>
		<description><![CDATA[Irrighino, an Arduino Yun Based Watering System
http://hackaday.com/2015/08/10/irrighino-an-arduino-yun-based-watering-system/

There are many different ways to keep your plants watered on a schedule. [Luca Dentella] just created a new one by building the irrighino watering system. He used standard off the shelf, hardware to keep it simple. Irrighino is a complete watering system based on the Arduino Yun, featuring a user friendly AJAX interface. This allows scheduling in a manner similar to creating appointments in Outlook. It’s also possible to manually control the various water solenoids. The code is fully customizable and open source, with code available from [Luca’s] github repository. The web interface is divided in to three tabs – “runtime” for manual control, “setup” to configure the scheduling, and “events” to view system logs.

irrighino
http://www.lucadentella.it/en/2015/08/04/irrighino/

Irrighino is a complete watering system, based on Arduino Yun.

The main features are:

    a configurable number of solenoid valves
    an AJAX web interface
    a weekly schedule
    manual activation / deactivation

https://github.com/lucadentella/irrighino]]></description>
		<content:encoded><![CDATA[<p>Irrighino, an Arduino Yun Based Watering System<br />
<a href="http://hackaday.com/2015/08/10/irrighino-an-arduino-yun-based-watering-system/" rel="nofollow">http://hackaday.com/2015/08/10/irrighino-an-arduino-yun-based-watering-system/</a></p>
<p>There are many different ways to keep your plants watered on a schedule. [Luca Dentella] just created a new one by building the irrighino watering system. He used standard off the shelf, hardware to keep it simple. Irrighino is a complete watering system based on the Arduino Yun, featuring a user friendly AJAX interface. This allows scheduling in a manner similar to creating appointments in Outlook. It’s also possible to manually control the various water solenoids. The code is fully customizable and open source, with code available from [Luca’s] github repository. The web interface is divided in to three tabs – “runtime” for manual control, “setup” to configure the scheduling, and “events” to view system logs.</p>
<p>irrighino<br />
<a href="http://www.lucadentella.it/en/2015/08/04/irrighino/" rel="nofollow">http://www.lucadentella.it/en/2015/08/04/irrighino/</a></p>
<p>Irrighino is a complete watering system, based on Arduino Yun.</p>
<p>The main features are:</p>
<p>    a configurable number of solenoid valves<br />
    an AJAX web interface<br />
    a weekly schedule<br />
    manual activation / deactivation</p>
<p><a href="https://github.com/lucadentella/irrighino" rel="nofollow">https://github.com/lucadentella/irrighino</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/comment-page-1/#comment-1347785</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Tue, 24 Feb 2015 18:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=19845#comment-1347785</guid>
		<description><![CDATA[Is The Arduino Yun Open Hardware?
http://hackaday.com/2015/02/24/is-the-arduino-yun-open-hardware/

According to [Squonk42], nope. And we think he’s probably right.

The Yun is an Arduino Leonardo with an Atheros AR9331 WiFi SoC built in. It’s a great idea, pairing the Arduino with a tiny WiFi router that’s capable of running OpenWRT.  But how is this no longer Open Source Hardware? Try getting an editable board layout. You can’t.

[Squonk42]’s hypothesis is that Arduino must have done what any “sane” engineer would do in this case when presented with a super-complex piece of hardware and a potentially tricky radio layout: just use the reference design (Atheros AP-121). That’s what everyone else in the industry did. And that’s smart, only the rest of the consumer electronics industry isn’t claiming to be Open Source Hardware while the reference design is protected by an NDA.

So it looks like Arduino’s hands are tied.

Is this a change of strategy for the Arduino folks or did they just make a mistake?


COMMENT:

maybe it is time for Open hardware class
tier 1: All opensource including IC
teir 2: Opensource exclude IC
teir 3: exclude any kind of module, NDA layout
teir 4:exclude any binary driver, NDA code

I think the Yún is the project of the Martino-led Arduino company now being sued by the Banzi-headed Arduino company. The latter one pushes for the open source idea while the former does not. 
http://www.heise.de/make/meldung/Arduino-gegen-Arduino-Gruender-streiten-um-die-Firma-2549653.html

Actually Banzi has griped about Arduino clones that don’t pay money to him.
Yet many $3 clones are custom designs that use cheaper serial chips than the ch340 and sometimes have a beefier 3.3v regulator than the $30 uno.]]></description>
		<content:encoded><![CDATA[<p>Is The Arduino Yun Open Hardware?<br />
<a href="http://hackaday.com/2015/02/24/is-the-arduino-yun-open-hardware/" rel="nofollow">http://hackaday.com/2015/02/24/is-the-arduino-yun-open-hardware/</a></p>
<p>According to [Squonk42], nope. And we think he’s probably right.</p>
<p>The Yun is an Arduino Leonardo with an Atheros AR9331 WiFi SoC built in. It’s a great idea, pairing the Arduino with a tiny WiFi router that’s capable of running OpenWRT.  But how is this no longer Open Source Hardware? Try getting an editable board layout. You can’t.</p>
<p>[Squonk42]’s hypothesis is that Arduino must have done what any “sane” engineer would do in this case when presented with a super-complex piece of hardware and a potentially tricky radio layout: just use the reference design (Atheros AP-121). That’s what everyone else in the industry did. And that’s smart, only the rest of the consumer electronics industry isn’t claiming to be Open Source Hardware while the reference design is protected by an NDA.</p>
<p>So it looks like Arduino’s hands are tied.</p>
<p>Is this a change of strategy for the Arduino folks or did they just make a mistake?</p>
<p>COMMENT:</p>
<p>maybe it is time for Open hardware class<br />
tier 1: All opensource including IC<br />
teir 2: Opensource exclude IC<br />
teir 3: exclude any kind of module, NDA layout<br />
teir 4:exclude any binary driver, NDA code</p>
<p>I think the Yún is the project of the Martino-led Arduino company now being sued by the Banzi-headed Arduino company. The latter one pushes for the open source idea while the former does not.<br />
<a href="http://www.heise.de/make/meldung/Arduino-gegen-Arduino-Gruender-streiten-um-die-Firma-2549653.html" rel="nofollow">http://www.heise.de/make/meldung/Arduino-gegen-Arduino-Gruender-streiten-um-die-Firma-2549653.html</a></p>
<p>Actually Banzi has griped about Arduino clones that don’t pay money to him.<br />
Yet many $3 clones are custom designs that use cheaper serial chips than the ch340 and sometimes have a beefier 3.3v regulator than the $30 uno.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/comment-page-1/#comment-237329</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Fri, 07 Mar 2014 13:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=19845#comment-237329</guid>
		<description><![CDATA[Turning A Router Into An Arduino Yún
http://hackaday.com/2014/03/07/turning-a-router-into-an-arduino-yun/

The Arduino Yún was the first of a new breed of Arduinos that added a big honkin’ Linux System on Chip to the familiar ATMega microcontroller and unique pin headers. It’s a surprisingly powerful system, but also very simple: basically, it’s just an Atheros AR9331 running Linux, an ATMega32u4 doing its Arduino thing, both connected by a serial connection. The Atheros AR9931 is also found in a router popular amongst hardware hackers. It really was only a matter of time before someone ported the Yun software to a router, then.]]></description>
		<content:encoded><![CDATA[<p>Turning A Router Into An Arduino Yún<br />
<a href="http://hackaday.com/2014/03/07/turning-a-router-into-an-arduino-yun/" rel="nofollow">http://hackaday.com/2014/03/07/turning-a-router-into-an-arduino-yun/</a></p>
<p>The Arduino Yún was the first of a new breed of Arduinos that added a big honkin’ Linux System on Chip to the familiar ATMega microcontroller and unique pin headers. It’s a surprisingly powerful system, but also very simple: basically, it’s just an Atheros AR9331 running Linux, an ATMega32u4 doing its Arduino thing, both connected by a serial connection. The Atheros AR9931 is also found in a router popular amongst hardware hackers. It really was only a matter of time before someone ported the Yun software to a router, then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/comment-page-1/#comment-34048</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Thu, 28 Nov 2013 18:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=19845#comment-34048</guid>
		<description><![CDATA[Something WiFi This Way Comes; Wicked Device Unveils Wildfire
http://hackaday.com/2013/11/28/something-wifi-this-way-comes-from-wicked-device/

Wicked Device has released the WildFire board to the world. WildFire is a an Arduino compatible processor board with a Texas instruments CC3000. WildFire adds a few interesting features to the typical ‘Duino clone. Instead of the ATMega328 used in the Arduino Uno, the WildFire uses an ATMega1284p

As with any non-standard Arduino board, the WildFire does require some modification to the Arduino IDE. This took a bit of time with the pre-release board. Wicked Device has streamlined the process since then.

Once the IDE is up and running, its easy to get the WildFire’s CC3000 connected to your local access point. From there the internet is your playground.]]></description>
		<content:encoded><![CDATA[<p>Something WiFi This Way Comes; Wicked Device Unveils Wildfire<br />
<a href="http://hackaday.com/2013/11/28/something-wifi-this-way-comes-from-wicked-device/" rel="nofollow">http://hackaday.com/2013/11/28/something-wifi-this-way-comes-from-wicked-device/</a></p>
<p>Wicked Device has released the WildFire board to the world. WildFire is a an Arduino compatible processor board with a Texas instruments CC3000. WildFire adds a few interesting features to the typical ‘Duino clone. Instead of the ATMega328 used in the Arduino Uno, the WildFire uses an ATMega1284p</p>
<p>As with any non-standard Arduino board, the WildFire does require some modification to the Arduino IDE. This took a bit of time with the pre-release board. Wicked Device has streamlined the process since then.</p>
<p>Once the IDE is up and running, its easy to get the WildFire’s CC3000 connected to your local access point. From there the internet is your playground.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/comment-page-1/#comment-34047</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Fri, 13 Sep 2013 11:15:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=19845#comment-34047</guid>
		<description><![CDATA[There’s also support for Temboo, an SDK for dozens of APIs that interact with Facebook, Dropbox, FedEx, and hundreds of other web services.
https://temboo.com/]]></description>
		<content:encoded><![CDATA[<p>There’s also support for Temboo, an SDK for dozens of APIs that interact with Facebook, Dropbox, FedEx, and hundreds of other web services.<br />
<a href="https://temboo.com/" rel="nofollow">https://temboo.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/comment-page-1/#comment-34046</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Fri, 13 Sep 2013 11:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=19845#comment-34046</guid>
		<description><![CDATA[Welcome Arduino Yún – the first member of a series of wifi products combining Arduino with Linux
http://blog.arduino.cc/2013/05/18/welcome-arduino-yun-the-first-member-of-a-series-of-wifi-products-combining-arduino-with-linux/]]></description>
		<content:encoded><![CDATA[<p>Welcome Arduino Yún – the first member of a series of wifi products combining Arduino with Linux<br />
<a href="http://blog.arduino.cc/2013/05/18/welcome-arduino-yun-the-first-member-of-a-series-of-wifi-products-combining-arduino-with-linux/" rel="nofollow">http://blog.arduino.cc/2013/05/18/welcome-arduino-yun-the-first-member-of-a-series-of-wifi-products-combining-arduino-with-linux/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/comment-page-1/#comment-34045</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Fri, 13 Sep 2013 11:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=19845#comment-34045</guid>
		<description><![CDATA[The Arduino YUN. YUN means cloud.
http://hackaday.com/2013/09/12/the-arduino-yun-yun-means-cloud/

For the longest time, the creators of the Arduino have been looking at how to bring the Arduino platform into the cloud. Ethernet and WiFi shields technically work, but if you’re processing data scraped from a web page, a lowly microcontroller really isn’t the best option. Enter the Arduino YUN. At its core, it’s a regular old Arduino Leonardo. Underneath that metal plate on the board? That’s an SoC running Linux.

Basically, the Linux side of the Yun is pretty similar to a WiFi router running OpenWRT. There’s a USB port for plugging in peripherals, native WiFi support (802.11n, even!), an Ethernet connector, and enough RAM to do all the interesting stuff a small computer connected to the Internet can do.]]></description>
		<content:encoded><![CDATA[<p>The Arduino YUN. YUN means cloud.<br />
<a href="http://hackaday.com/2013/09/12/the-arduino-yun-yun-means-cloud/" rel="nofollow">http://hackaday.com/2013/09/12/the-arduino-yun-yun-means-cloud/</a></p>
<p>For the longest time, the creators of the Arduino have been looking at how to bring the Arduino platform into the cloud. Ethernet and WiFi shields technically work, but if you’re processing data scraped from a web page, a lowly microcontroller really isn’t the best option. Enter the Arduino YUN. At its core, it’s a regular old Arduino Leonardo. Underneath that metal plate on the board? That’s an SoC running Linux.</p>
<p>Basically, the Linux side of the Yun is pretty similar to a WiFi router running OpenWRT. There’s a USB port for plugging in peripherals, native WiFi support (802.11n, even!), an Ethernet connector, and enough RAM to do all the interesting stuff a small computer connected to the Internet can do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2013/05/22/arduino-yun-has-wifi-connectivity-and-linux/comment-page-1/#comment-34044</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Fri, 24 May 2013 09:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/blog/?p=19845#comment-34044</guid>
		<description><![CDATA[Arduino board plugs DIYers into the cloud for $69
http://www.eetimes.com/electronics-news/4414646/Arduino-board-plugs-DIYers-into-the-cloud-for--69

SAN MATEO, Calif. – Massimo Banzi launched a $69 board that aims to plug do-it-yourself-ers into the cloud. The Yun is the first of a family of low cost, low power Arduino cards that run Linux and Wi-Fi, surfing the trend toward the Internet of Things.

Yun, named for the Chinese word for cloud, aims to let the average tinkerer link a new Linux gadget to the Web using a simplified browser interface. “We want to make it easy for people to create complex Web apps,” Banzi told a packed crowd at the center stage of the Maker Faire event here.

Yun links to the Web via the Hornet AR9331 Wi-Fi chip from Qualcomm Atheros which supports 2.4 GHz networking and runs a custom distribution of Linux, said Federico Musto who had the idea for the board and did the initial design work. Musto shared his idea with Banzi when the two met by accident on a train in December.

Musto showed a Qualcomm Atheros representative at the Consumer Electronics Show in January an early version of the board based on a reverse engineered smartphone module using the AR9331. A technical director of the company subsequently gave approval to supply the chip for the open source boards.]]></description>
		<content:encoded><![CDATA[<p>Arduino board plugs DIYers into the cloud for $69<br />
<a href="http://www.eetimes.com/electronics-news/4414646/Arduino-board-plugs-DIYers-into-the-cloud-for--69" rel="nofollow">http://www.eetimes.com/electronics-news/4414646/Arduino-board-plugs-DIYers-into-the-cloud-for&#8211;69</a></p>
<p>SAN MATEO, Calif. – Massimo Banzi launched a $69 board that aims to plug do-it-yourself-ers into the cloud. The Yun is the first of a family of low cost, low power Arduino cards that run Linux and Wi-Fi, surfing the trend toward the Internet of Things.</p>
<p>Yun, named for the Chinese word for cloud, aims to let the average tinkerer link a new Linux gadget to the Web using a simplified browser interface. “We want to make it easy for people to create complex Web apps,” Banzi told a packed crowd at the center stage of the Maker Faire event here.</p>
<p>Yun links to the Web via the Hornet AR9331 Wi-Fi chip from Qualcomm Atheros which supports 2.4 GHz networking and runs a custom distribution of Linux, said Federico Musto who had the idea for the board and did the initial design work. Musto shared his idea with Banzi when the two met by accident on a train in December.</p>
<p>Musto showed a Qualcomm Atheros representative at the Consumer Electronics Show in January an early version of the board based on a reverse engineered smartphone module using the AR9331. A technical director of the company subsequently gave approval to supply the chip for the open source boards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
