Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Intel Open Source Hardware Linux

Intel Releases $99 'MinnowBoard Max,' an Open-Source Single-Board Computer 97

A few months back, we posted a video interview with some of the folks behind the Linux-friendly, x86-based MinnowBoard. TechCrunch reports the release of a more powerful version of the same all-in-one computer, now with a 1.91GHz Atom E3845 processor. According to the linked article, "The board's schematics are also available for download and the Intel graphics chipset has open-source drivers so hackers can have their way with the board. While it doesn’t compete directly with the Raspberry Pi – the Pi is more an educational tool and already has a robust ecosystem – it is a way for DIYers to mess around in x86 architected systems as well as save a bit of cash. The system uses break-out boards called Lures to expand functionality."
This discussion has been archived. No new comments can be posted.

Intel Releases $99 'MinnowBoard Max,' an Open-Source Single-Board Computer

Comments Filter:
  • by MindPrison ( 864299 ) on Saturday April 05, 2014 @05:24PM (#46672271) Journal
    ...considering the release of Novena. the Open Source Computer: http://dangerousprototypes.com... [dangerousprototypes.com]
    • by SpzToid ( 869795 )

      That truly is interesting. One use case would be functioning as a router/firewall, and I wonder to what extent the Open Switch folks [arstechnica.com] will support this level of hardware. I have no real background in that area, but it seems to me it would not be too much extra effort to add support for this level. Then the /. folks could replace their Open/DD-WRTs & Tomatos, while adding neat features like IDS.

      What with the Anonymous/NSA nonsense and all, I'd prefer more frequent updates than the DD-WRTs & Tomatos pr

    • by nuonguy ( 264254 )

      Cool.

      Someone ought to post this announcement to slashdot. I wonder if it's something slashdot might cover. :-)

  • by Anonymous Coward

    Why is it that every time someone puts a new experimenter board they need to come up with some lame name for a daughterboard that adds capability?

    • Even better, how come nobody ever thought about using "Sonboard"?

    • Re: (Score:3, Funny)

      by Anonymous Coward

      Why is it that every time someone puts a new experimenter board they need to come up with some lame name for a daughterboard that adds capability?

      I am partial to bustier, torsolette, corsolette, girdle, garter, stocking, etc. Imagine a mother board and daughter board dressed in Victorian Era undergarments?

  • One of many (Score:5, Informative)

    by petes_PoV ( 912422 ) on Saturday April 05, 2014 @06:01PM (#46672459)
    There are plenty of other single or dual processor boards that will run Linux or Android, that are out already. Some are considerably cheaper. Unless the 64-bit Intel architecture is spectacularly more efficient than the A10, A13 and A20s we have access to already it's difficult to see what this board has that the Cubies and Olimex's don't already provide.
    • Re: (Score:2, Interesting)

      by Anonymous Coward

      As it turns out, Intel's latest Atom offering is quite efficient and powerful. So it's not a bad deal if you've got something specific in mind. For example the cubietruck board, another $100 almost, only has a dual core A7 (I've no idea where you pulled those a10,13, and 20 numbers from). And Intel's processor here just outclasses that in every way.

      It's "expensive" from the standpoint of other miniboard computers like the rasberry-pi, but it appears you're still paying for what you get here, because what yo

    • Re:One of many (Score:4, Informative)

      by l0ungeb0y ( 442022 ) on Saturday April 05, 2014 @07:37PM (#46672971) Homepage Journal

      Being the owner of a Cubie -- the integrated Intel HD graphics chipset is potentially a huge feature for building apps that render graphics or video, which is something I do a lot of.

    • Re:One of many (Score:4, Interesting)

      by TheRaven64 ( 641858 ) on Sunday April 06, 2014 @03:27AM (#46674467) Journal
      The CPU on any of these boards is probably adequate for most tasks. The big difference between Intel and most ARM SoCs for open source development? The GPU drivers. Intel releases documentation and code for their drivers. Most ARM SoC makers release blob drivers that work with a specific windowing system and kernel version. Trying to get X.org running on one that only provides Android drivers, or trying to get any non-Linux OS running on them with acceleration is painful.
      • by knarf ( 34928 )

        ...or trying to get any non-Linux OS running on them with acceleration is painful.

        How times have changed... a mere few years ago the complaint would be about the difficulty of getting Linux to run on some platform, now it is the other way around.

  • The vast bulk of the functionality comes from an Intel processor about whose internals they will tell you approximately NOTHING, let alone let you modify it. Most of the rest comes from other equally closed chips.

    How is that open source?

    There's basically NO open source hardware out there. And if there were nobody would be in a position to do much with it, because it would take a fab to make any change.

    Have standards dropped so far that we're forgetting that?

    • by TeknoHog ( 164938 ) on Saturday April 05, 2014 @06:17PM (#46672549) Homepage Journal

      There's basically NO open source hardware out there. And if there were nobody would be in a position to do much with it, because it would take a fab to make any change.

      • 1. There is the good old solder-it-yourself scene, ham radio style, hardware with a hard H.
      • 2. There is a lively FPGA scene, with the complication of mostly closed-source synthesis tools (like compilers). I don't regard this as a huge problem, as long as I can make hardware do what I want. If you're new to the scene, I recommend fpga4fun [fpga4fun.com].
    • You can implement ARM, MIPS, SPARC, x86 (if you're a masochist) and other architectures on FPGAs. You can modify them to your heart's content and have an absolute guarantee that it isn't backdoored. If you're really paranoid about the underlying FPGA being compromised, you can validate the contents in real time with another manufacturers device.

      • Re: (Score:2, Interesting)

        by Hizonner ( 38491 )

        FPGAs aren't in any sense "open source hardware". Their physical embodiment is opaque and unmodfiable, although you do get at least some vague idea how they're organized. They're just devices that run a rather unusual form of software. That may or may not be a problem, but it's still true. ... and if you use them to emulate traditional processors, they will do it slowly and expensively, wasting their very real technical advantages.

        Being concerned about back doors isn't the only reason you'd want something

        • Re: (Score:2, Informative)

          by Anonymous Coward

          For most of the FPGAs I've used complete documentation for the clbs and different slices is available.
          In fact if you open up the design tools you can manually place hardware macros which means that you have exact information about the organizaiton of the FPGA.
          The parts that are hidden are mostly the software tools and bitstream format which they don't like people reverse engineering. But it's certainly possible.

          • by Hizonner ( 38491 )

            Thank you for the correction on how much you get to know about the insides.

          • by chthon ( 580889 )

            Please mod this up.

            There is also a whole lot of papers, theses and doctorates about dynamically reconfiguring FPGA's, showing that obtaining information about their structure is very possible (the most advanced of this is IMHO, the work of Dirk Koch).

      • by TheRaven64 ( 641858 ) on Sunday April 06, 2014 @03:40AM (#46674493) Journal
        We're just about to open source our MIPS IV implementation (I'll post something to Slashdot when it's done - lots of legal paperwork for creating a community interest company to coordinate it and so on). It's written in Bluespec, which is a high-level HDL and very easy to modify (we've been setting an exercise to replace the branch predictor[1] in it to students for a couple of years now and they're able to in a couple of hours and get the required prediction rates).

        MIPS IV is nice, because it's a 64-bit ISA that's over 20 years old (the magic number for patents). FreeBSD 10 runs on it out of the box with the BERI kernel config on the Altera DE4 boards and in simulation and 10.1 should include a kernel config for the NetFPGA 10G board. These boards are pretty expensive, but we have a couple of configurations that will let it run on smaller FPGAs. Removing the FPU makes it a lot smaller and you can also build a microcontroller variant (simple static branch predictor, no MMU) that's even smaller. The simulator is slow, but just about useable (it takes about an hour to boot to single user mode, but it's enough for testing).

        It's only in the last couple of years that FPGAs have become interesting for this kind of thing. There are a few high-level HDLs appearing, because hardware is sufficiently complex that the traditional approach of throwing it all away and starting again every CPU revision is increasingly impractical. The devices themselves are now fast enough that they're useable for prototyping and getting a reasonable feel for behaviour. We can get 100-200MHz with 4 cores in a single FPGA with the latest generation - not competitive with an ASIC, but fast enough that you can actually use them. I gave a demo that ended up being more compelling than I expected because I was showing people some things running on the UART console and I'd left the network cable connected so the screen kept being spammed with messages about invalid ssh connection attempts. Nothing I was doing said 'this is a real computer' quite as much as people on the Internet trying to attack it...

    • by nurb432 ( 527695 )

      There's basically NO open source hardware out there.

      Ever hear of a FPGA?

  • by bazmail ( 764941 ) on Saturday April 05, 2014 @06:02PM (#46672465)
    Seriously though, way to cripple the roll-out of a product with potential.
  • than a $39 Raspberry Pi?

    • Nobody said it was better. It " doesn’t compete directly with the Raspberry Pi – the Pi is more an educational tool and already has a robust ecosystem – it is a way for DIYers to mess around in x86 architected systems as well as save a bit of cash". Pi = 700 MHz ARM Minnowboard = 1.9 GHz x86-64 It's a really small x86 system for someone who needs a really small x86-64 system
    • by Lisias ( 447563 ) on Saturday April 05, 2014 @06:55PM (#46672763) Homepage Journal

      1GB RAM, SATA interface and a 1.5GHz x64 core.

      You can easily setup a cheap server or media center with tools you already knows, using a 2 or perhaps 4TB Hard disk and put the thing *INSIDE* the HD case.

      One size doesn't fits all!

      (and that 2GB RAM with dual core sounds yet more interesting)

    • by SeaFox ( 739806 )

      It's probably a hell of a lot more powerful, and being an Intel x64 chip you have a larger variety of operating systems you can run on it.

    • by Anonymous Coward

      And how, exactly is this better ... than a $39 Raspberry Pi?

      I was going to enumerate all the areas in which it's better than Raspberry Pi, but then I realized it was pointless since it's better than the RPi in every single area except price.

      Just run through all the features of RPi, exclude price from the list, and there's your answer.

  • No Wireless? (Score:3, Insightful)

    by nurb432 ( 527695 ) on Saturday April 05, 2014 @06:37PM (#46672677) Homepage Journal

    For the most part everyone needs BT and WiFi on their boards, so they really need to be included. Sure, you can buy an add-on card, but i would rather have it on the board out of the box...

    It would add what, 10 bucks at the most? ... just do it already.. geeesh...

  • I will be following this with great interest. The closest device that compete with this, I think, is the ARM-based cubieboard/cubietruck. I have a cubieboard 2 with Debian for development that runs Apache, MySQL, DNS, DHCP, and a Mumble server from a SATA laptop hardrive - costs about 80 dollars without the hard drive and runs on 5V. For the Linux enthusiast, this class of device is about as good as it gets.
  • The Intel Galileo board has 8 GPIO pins, but these are not nearly as useful as on an Arduino or Raspberry Pi because they are actually multiplexed through I2C [intel.com] rather than connected directly to the processor, and thus are much slower to read or toggle than on other project boards. Is the same true of the MinnowBoard Max, or does it have real GPIO? This might not matter if you're going to use it as a router or NAS, but for embedded projects it can make a big difference.

  • The $50 BeagleBone Black has many of these features and more GPIO, but lacks RAM and has only one CPU. The ODROID series can be specced with multiple ARM cores. This "Minnow" seems like the next step up, for users who really need SATA, lots of RAM and multiple x86 cores. There's probably a big enough niche for portable/cheaper PC-based hardware for this to find traction, but for anything that doesn't need x86 or huge RAM there are cheaper options. I just hope the supply issues with the BeagleBone Black get

    • by oddtodd ( 125924 )

      I got a BBBlack from LogicSupply.com last week.

      • I got one from Adafruit - they run out all the time but seem to get new stock frequently. I've basically given up on Element14 though - I ordered from them in November. First the ETA kept slipping back, now they don't even show an ETA. It's a sorry state of affairs when Adafruit can ship one to me in Australia, from New York, about ten times faster than the local supplier (and still counting!)

  • Odroid U3 http://www.hardkernel.com/main... [hardkernel.com]

    Intel seems to be stuck making these Atom range of CPU's for the last 4+ years.
    They were a "fad" back then, and even now, they just dont cut it.

    I suppose noone could of predicted ARM cpus would improve this quickly, but its time to move on Intel. Atom is a dead end in the current market.

  • Or This ... (Score:3, Informative)

    by kjhambrick ( 111698 ) on Sunday April 06, 2014 @04:06AM (#46674549)

    Or for a ready-to-populate and run system at $129:

    Intel Bay Trail NUC Kit DN2820FYKH:

    http://www.legitreviews.com/intel-bay-trail-nuc-kit-dn2820fyk-arrives-just-128_134400 [legitreviews.com]

    -- kjh

  • princing from distributor is 226$..... fake news

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...