<p>I've been playing around with go on an rpi, using <a href="https://github.com/kidoman/embd">https://github.com/kidoman/embd</a> to drive some i2c devices, and am wondering what the lowest of the low end is currently, in terms of go support.</p>
<hr/>**评论:**<br/><br/>davecheney: <pre><p>Raspberry Pi (any version) is pretty good, that's a real computer for $35 bucks. </p>
<p>The Edison is interesting, it's an old P2 32bit intel machine in less than two square inches. Price is higher than the Pi, and it's much harder to use for real IO because of it's stupid 1v8 io voltage.</p>
<p>I've love to be able to run Go on the cortex-M series microcontrollers, but we're not there yet.</p></pre>dAnjou: <pre><p><a href="https://groups.google.com/forum/m/#!topic/golang-nuts/3cqoCCstuac" rel="nofollow">PayPal did something, not sure how far they've come.</a></p></pre>oscarreyes: <pre><p>They speak about it in the gophercon 2014, here's the video:
<a href="http://confreaks.tv/videos/gophercon2014-embedded-go-and-bluetooth-low-energy-hardware" rel="nofollow">http://confreaks.tv/videos/gophercon2014-embedded-go-and-bluetooth-low-energy-hardware</a></p></pre>ErsatzApple: <pre><p>mmm, spiffy. now how to get one's hands on it...</p></pre>davecheney: <pre><p>I heard that there is a new ChromeOS HDMI stick (think chromecast, but runs real chromeos), that might be a good platform to run Crouton.</p></pre>captncraig: <pre><p><a href="http://gobot.io/" rel="nofollow">http://gobot.io/</a> can run on arduinos, although now that I look at it I don't think anything is running on the arduino besides a bridge program of some kind.</p></pre>ErsatzApple: <pre><p>it doesn't run on arduinos sadly, it connects to them over serial and issues commands.</p></pre>ChristophBerger: <pre><p>Cheaper than an rpi? If you have an rpi Model B(+), try <a href="http://www.raspberrypi.org/products/model-a-plus/" rel="nofollow">Model A+</a>...</p>
<p>Disclaimer: I don't own a Model A+, the cheapest decvice I run Go on is a Banana Pi. </p></pre>ErsatzApple: <pre><p>the A+ is indeed cheaper, although I'm hoping for something in the $10-15 range. might have to stick with arduino clones for now, sadly. If you're using the Banana Pi, you might be interested in <a href="http://www.hardkernel.com/main/products/prdt_info.php" rel="nofollow">http://www.hardkernel.com/main/products/prdt_info.php</a></p></pre>LiveLongPosper: <pre><p>The spark.io Photon kit <a href="https://www.spark.io/prototype#photon" rel="nofollow">https://www.spark.io/prototype#photon</a> Spark uses Wiring, the same code framework as Arduino.</p></pre>sajal: <pre><p>Nexx WT1520 - $15 (size tiny compared to pi). Just pita to use gccgo to compile for MIPS target. I am looking for cheaper option also, prefably arm and has wired ethernet.</p>
<p><a href="http://www.sajalkayan.com/post/golang-openwrt-mips.html" rel="nofollow">http://www.sajalkayan.com/post/golang-openwrt-mips.html</a></p></pre>ErsatzApple: <pre><p>oh excelllent......</p></pre>Streamweaver66: <pre><p>Some users have it running on RasperryPi</p>
<p><a href="http://dave.cheney.net/2012/09/25/installing-go-on-the-raspberry-pi" rel="nofollow">http://dave.cheney.net/2012/09/25/installing-go-on-the-raspberry-pi</a></p></pre>dAnjou: <pre><p>Read again please. OP already uses the RaspberryPi.</p></pre>
What's the smallest/cheapest platform you know of that can currently run go programs?
agolangf · · 901 次点击这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传