Slashdot Mirror


Survey Says: Raspberry Pi Still Rules, But X86 SBCs Have Made Gains (linuxgizmos.com)

DeviceGuru writes: Results from LinuxGizmos.com's annual hacker-friendly single board computer survey are in, and not surprisingly, the Raspberry Pi 3 is the most desired maker SBC by a 4-to-1 margin. In other trends: x86 SBCs and Linux/Arduino hybrids have trended upwards. The site's popular hacker SBC survey polled 1,705 survey respondents and asked for their first, second, and third favorite SBCs from a curated list of 98 community oriented, Linux- and Android-capable boards. Spreadsheets comparing all 98 SBCs' specs and listing their survey vote tallies are available in freely downloadable Google Docs.
Other interesting findings:
  • "A Raspberry Pi SBC has won in all four of our annual surveys, but never by such a high margin."
  • The second-highest ranked board -- behind the Raspberry Pi 3 -- was the Raspberry Pi Zero W.
  • "The Raspberry Pi's success came despite the fact that it offers some of the weakest open source hardware support in terms of open specifications. This, however, matches up with our survey responses about buying criteria, which ranks open source software support and community over open hardware support."
  • "Despite the accelerating Raspberry Pi juggernaut, there's still plenty of experimentation going on with new board models, and to a lesser extent, new board projects."

2 of 82 comments (clear)

  1. Re:Dupe by geoskd · · Score: 3, Interesting

    One of the problems with x86 SBCs is that they are pretty much solely based on Intel's offerings

    That cost problem is actually much more acute when you are talking about the real volume customer for these machines: Commercial products that use the Rpi are on the rise, and already account for more than 1/3rd of Raspberry Pi sales according to my supplier (I use the BBB for my commercial product line, which is much closer to 80% commercial product use now). The extra cost of intel based offerings is absolutely a deal breaker for us, as it does not come with any kind of advantages in exchange for the additional cost. The pi3 is already vastly overpowered for what we need, but the arduino has too little power

    The true story of the market driver for the Pi and its competitors is that IoT commercial space. That is the market Intel wanted in to, and that market is *very* price sensitive. Intel cant compete in that space because their core IP is simply too expensive to actually manufacture. The x86 architecture was shit the day it was created and has 30 years of cluster^&*$ hacks in it That mess brings zero value to the Iot world, but has a huge per unit cost. ARM is winning by default because they have had 15 years without a real competitor in their space, and every new generation of product, they simply abandon the old generations mistakes instead of having to support them in perpetuity.

    If Intel really wants to survive, they need to start making actual plans to abandon x86 and x64, and use their vast knowledge to go back to the drawing board with a squeaky clean design from scratch. That offering would have a chance in the IoT world, since they could probably get the design to be very efficient in both mip/flop per $ and mip/flop per watt if they didn't have to continue to support the legacy x86 garbage. That would be an offering that could compete with the ARM legions.

    x86 is a write off. Intel can abandon it now, or they can try to milk it until its too late, but either way, x86s days are closely tied to Windows and Desktop computers, both of which are facing the beginning of the long slow slide to irrelevancy and eventual abandonment.

    --
    I wish I had a good sig, but all the good ones are copyrighted
  2. Re: Any STABLE Android-x86 or high-perf ARM board by Anonymous Coward · · Score: 3, Interesting

    Can you set it and forget it to do something important 24/7/365 without any real supervision? Having it to deal with a serious amount of data? Fuck no.

    We have a couple rpis doing machine vision analysis in our QA shop, and they've been chugging at probably 50+% CPU load along for more than a year. When a vender for more serious equipment was taking a week to get back on an issue with broken equipment, we had a temp solution that became permanent.

    The only reliability issue we've had is when using them to control some kilns, where even $1k+ controllers have died. It is pretty trivial and minimum cost to once a month or two to spend five minutes throwing in a new RPi with a copied flash card all setup to go.

    Could you use something a whole lot cheaper to do that? Yes.

    The equipment cost is trivial compared to engineering time. The cost of a RPi is effectively zero to us as long as you're not burning them for heat. The fact we can hand it to whatever engineer is least busy and have something working in a day is a godsend, especially when the PLC programmers are backlogged. We're not getting rid of the PLC guys, we're just focusing them more on where they are needed. Which is how tools and economics work in the real world: you use what is cheapest over all while getting the job done with sufficient quality. We would gladly pay $10+k for some controllers when needed in a pinch, but if the vender says it will take them a week while in house says they can buy a "toy" and get it done by the end of the day with no long term consequences, we go with the "toy" in that case.