LWN: Comments on "Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer (ZDNet)" https://lwn.net/Articles/705682/ This is a special feed containing comments posted to the individual LWN article titled "Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer (ZDNet)". en-us Thu, 09 Oct 2025 02:13:55 +0000 Thu, 09 Oct 2025 02:13:55 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/706541/ https://lwn.net/Articles/706541/ ssmith32 <div class="FormattedComment"> It can still be a useful endorsement thought. Tolkien brings to mind this quote about Dune:<br> <p> 'I know nothing comparable to it except The Lord of the Rings’<br> -Arthur C Clarke<br> <p> Tolkien was the better writer, but, still, a useful assessment, from a fairly credible source on the topic ;)<br> </div> Wed, 16 Nov 2016 07:09:09 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/706023/ https://lwn.net/Articles/706023/ zlynx <div class="FormattedComment"> From about '98 to 2005 I ran a web server, file server, proxy server, VPN tunnel server and router off of a dual Pentium 166 with 128 MB RAM. Worked great. That machine is still in my closet and I bet it would still boot up.<br> </div> Wed, 09 Nov 2016 17:51:02 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705962/ https://lwn.net/Articles/705962/ jberkus <div class="FormattedComment"> Back in the 90's, I ran a web business off Solaris servers with a similar spec to this. Well, except they had disks.<br> </div> Wed, 09 Nov 2016 00:10:51 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705875/ https://lwn.net/Articles/705875/ eduperez <div class="FormattedComment"> Yes, I also think this is more closer to a ESP8266 or ESP32 than to a Raspberry.<br> </div> Tue, 08 Nov 2016 10:58:17 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705860/ https://lwn.net/Articles/705860/ bronson <div class="FormattedComment"> Agreed, the RAM could work. It's the 8MB flash storage that limits you to specialized distros.<br> <p> You might be able to chain boot into a more general distro if you can figure out how to attach more storage, but that sounds pretty tricky.<br> </div> Mon, 07 Nov 2016 22:35:19 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705857/ https://lwn.net/Articles/705857/ drag <div class="FormattedComment"> 64MB should be enough to run a Linux distributions, provided you just restrict yourself to some command line stuff. <br> <p> They won't generally work out of the box though, especially the ones that don't provide compatible binaries. Ones that do, however, you could build a very minimal environment using their binaries on another machine, transfer it over, and it probably can be made to work.<br> <p> It would likely better, though, just with a simple custom install using busybox.<br> <p> I could see these things being used in less-brain-dead 'IoT' DIY projects for home automation. It's not just the price, but also the form factor that makes them interesting for nitch things. PowerOverEthernet may be attractive to people with a aversion to wifi and batteries. <br> </div> Mon, 07 Nov 2016 21:55:44 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705790/ https://lwn.net/Articles/705790/ jengelh <div class="FormattedComment"> People tend to forget that the real cost is on the human resource which has to make it work. If you only have VoCore connectors, you need time to solder. The RPi on the other hand is plug (SD)-and-play, more or less. Only to a certain level of course. The picture goes on across all sizes of hardware - which is why IBM z remains a sellable item as of yet.<br> </div> Mon, 07 Nov 2016 15:08:28 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705772/ https://lwn.net/Articles/705772/ risimmonsuk <div class="FormattedComment"> People comparing this to Pi Zero should note that the MT7688 has wifi and ethernet support built in (it essentially started life as a router chip). It even supports multiple ethernet ports on-chip - though it doesn't look as though that functionality is easily available in this case. But yes, less RAM, no GPU. Which is better will depend on your application.<br> </div> Mon, 07 Nov 2016 13:42:06 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705780/ https://lwn.net/Articles/705780/ misc <div class="FormattedComment"> What I ave in mind is stuff like JIT for eBPF, or the fact that stuff like PIE did start first on more mainstream platforms, etc. However, I can't pinpoint the exact recent security feature I had in mind, so maybe it was me misreading it.<br> </div> Mon, 07 Nov 2016 13:24:27 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705754/ https://lwn.net/Articles/705754/ pizza <div class="FormattedComment"> Toolchain support is pretty solid but in a greater "ecosystem" sense, you're less likely to find hand-tuned asm for mips targets than you are for various ARM architechures. Not in toolchains specifically, but in third-party libraries (be they F/OSS or not).<br> <p> Relatedly, there are generally fewer proprietary libraries/etc available for mips targets, though now that Little Endian platforms are more predominant (on ARM, MIPS, and PPC alike) that has started changing.<br> </div> Sun, 06 Nov 2016 20:36:32 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705755/ https://lwn.net/Articles/705755/ jem On the other hand, MIPS predates ARM by a couple of years, and GCC probably supported MIPS before ARM. Sun, 06 Nov 2016 20:36:04 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705753/ https://lwn.net/Articles/705753/ misc <div class="FormattedComment"> I would assume that, given that most mobiles phones runs on arm, there is a much better chance of having proper toolchain support on it than on mips. Eg, going beyond basic support, like having optimisations, having various security features working on arm, or just someone who did test the software on the platform.<br> <p> But that's also what is interesting with that, this give a new frontier to explore :)<br> </div> Sun, 06 Nov 2016 19:48:53 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705736/ https://lwn.net/Articles/705736/ tao <div class="FormattedComment"> I agree on all the other advantages of the Pi Zero, but I have a hard time seeing that being MIPS is a disadvantage.<br> </div> Sun, 06 Nov 2016 04:49:23 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705720/ https://lwn.net/Articles/705720/ excors <div class="FormattedComment"> At least it doesn't need any GPU firmware, because it doesn't have a GPU. It looks like the $4 version also doesn't come with any physical ports - you have to solder wires onto the board, or spend an extra $27 on a microSD+ethernet+USB+power 'dock' - whereas the $5 Pi Zero has microSD+USB+HDMI ports built-in (and a GPU, and 8x the RAM, and better upstream Linux support, and is not MIPS). But the Pi Zero is physically larger and doesn't have ethernet/wireless (except via USB), so it really depends on your requirements.<br> <p> (Incidentally, I find it better to read headlines like "Move over X, here's Y" or "Y is the X-killer" as endorsements of X, not of Y; it implies that X is a popular and well-liked thing worth comparing to, whereas all it says about Y is that the reporter saw a press release about it. Like when fantasy book reviews and cover quotes all say "as good as Tolkien", that says more about Tolkien than about the book being reviewed.)<br> </div> Sat, 05 Nov 2016 12:46:39 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705716/ https://lwn.net/Articles/705716/ pabs <div class="FormattedComment"> FYI, this device uses a MIPS CPU, not ARM.<br> </div> Sat, 05 Nov 2016 06:09:45 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705715/ https://lwn.net/Articles/705715/ flussence <div class="FormattedComment"> As with almost all devices like these, the important question is how much of that limited space will be wasted on proprietary, unfixable ARM SoC firmware blobs?<br> </div> Sat, 05 Nov 2016 05:58:04 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705711/ https://lwn.net/Articles/705711/ gutschke <div class="FormattedComment"> Checking on the site for that product it looks as if it actually is going to be noticeably more expensive if you actually try to buy the board. But even then, it does have a lot of appeal. The small form factor and number of GPIO is attractive. The fact that it runs some sort of Linux and has decent integrated connectivity sets it apart from some of the other low end micro controllers. And the smallish storage size is not necessarily a problem for many applications.<br> <p> Now, if only it came with POE, a small proto board area and a case, I'd be all over it<br> </div> Sat, 05 Nov 2016 01:45:09 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705705/ https://lwn.net/Articles/705705/ johan <div class="FormattedComment"> Not bad, nor does it seem impressive though. I'd much rather buy a CHIP for $8 and get a faster SoC, 256mb ram, 4gb built in flash, and wi-fi+bluetooth out of the box. <br> </div> Sat, 05 Nov 2016 00:53:11 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705702/ https://lwn.net/Articles/705702/ bronson <div class="FormattedComment"> Define modern Linux? If you mean a recentish kernel plus some binary blobs and even OpenWRT, then yes. If you mean Debian/Arch/Mint/etc, then no way.<br> </div> Fri, 04 Nov 2016 22:40:48 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705701/ https://lwn.net/Articles/705701/ atelszewski <div class="FormattedComment"> What do you mean by modern Linux?<br> You won't be able to run KDE.<br> But you're surely able to build useful Buildroot based system.<br> Everything depends on your needs.<br> Imagine you need MODBUS &lt;-&gt; WiFi bridge, then 8MB is plenty of storage.<br> </div> Fri, 04 Nov 2016 22:40:17 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705698/ https://lwn.net/Articles/705698/ atai <div class="FormattedComment"> the $10 miliion question is that, can you run modern Linux on it?<br> </div> Fri, 04 Nov 2016 22:29:53 +0000 Move over Raspberry Pi, here is a $4, coin-sized, open-source Linux computer(ZDNet) https://lwn.net/Articles/705697/ https://lwn.net/Articles/705697/ bronson <div class="FormattedComment"> Terrible headline... It would be more like "Move over Pi Zero," except the Pi Zero includes connectors and the VoCore2 doesn't.<br> <p> Only 8MB onboard flash... These days, that's closer to a microcontroller than a computer.<br> </div> Fri, 04 Nov 2016 22:26:12 +0000