Earlier quoted context omitted.
That's entirely dependent on what you're trying to achieve. Sure, if you're trying to mine bitcoins, this hardware alone probably won't be much use. But if you just want to learn about distributed systems, and how to manage a cluster of hosts and distribute tasks between them, this is a great place to start, eg: http://coen.boisestate.edu/ece/raspberry-pi/
Right, so, playing around. (In my experience, "learning about how to manage distributed systems..." and etcetera isn't much fun and is something you can do fairly well emulating as many systems as you'd like in software.)
Raspberry Pi Compute Module
61–70 of 116 posts
Re: Raspberry Pi Compute Module
#62The SODIMM form factor is interesting. I know in this case they are just using it because the connectors are easy to come by, but are there any examples of a computer designed to fit in a RAM socket and do processing rather than just statically storing the memory information?
I recall one processor upgrade for a 1990-era Mac that slotted into the L2 cache slot, back when L2 cache was on the motherboard and used a similar DIMM format. It was extremely unusual, but apparently worked.
Here is a list of all of the sonnect upgrade cards and how they connected http://www.everymac.com/upgrade_cards/sonnettech/
Edit: Added link
Re: Raspberry Pi Compute Module
#63Re: Raspberry Pi Compute Module
#64It's about time they put some FLASH on-board. SD card has proven time and time again an unreliable medium. You never know if the device would boot up after a "dirty shutdown"
Personally, I liked the SD Card method. It allowed me to keep a few cards with different OS images on them, and quickly swap them out when I wanted to change what the device was used for. It might be a bit more difficult with the built in storage, but I suppose it's nothing that can't be managed.
A friend of mine had two unrecoverably broken Kingston class 10 SDCards on the same RPi in 6 months. Bad luck maybe, but still I'd love to have something more solid to run applications without fear of data loss.
Re: Raspberry Pi Compute Module
#65The price is getting better but it's still in the "I used my pi for the project" vs the "I used a pi..." range. Things get interesting when a general purpose Linux computer reaches disposable pricing where you just pull a new one from the bin for each project. This feels like about $20usd or less to me.
Re: Raspberry Pi Compute Module
#66Re: Raspberry Pi Compute Module
#67Earlier quoted context omitted.
I recall one processor upgrade for a 1990-era Mac that slotted into the L2 cache slot, back when L2 cache was on the motherboard and used a similar DIMM format. It was extremely unusual, but apparently worked.
I had one of those... it was installed on a IICI, I think it was manufactured by sonnet tech and it was marketed as a PPC upgrade card for the motorolla 68040 Here is a list of all of the sonnect upgrade cards and how they connected http://www.everymac.com/upgrade_cards/sonnettech/ Edit: Added link
It's clever and insane at the same time. Most processor upgrades physically replace the processor, but this one just bypassed it.
Re: Raspberry Pi Compute Module
#68Can this be plugged into a DDR2 DIMM and allow host Pi communication (with an appropriate kernel driver)?
> But don’t go plugging the Compute Module into your laptop – the pins assignments aren’t even remotely the same!
So the answer is "no."
Re: Raspberry Pi Compute Module
#69Looks really cool but I'm slightly disappointed to see that when buying these Compute Modules in bulk they still each cost about the same as a single full Raspberry Pi (Version A). The Compute Modules do have 4gb of built in flash that the Version A doesn't have though.
And an additional 256MB (512MB versus 256MB for the Model A).
Re: Raspberry Pi Compute Module
#70I'm a little disappointed that this isn't a compute-addon for the rPi that gives it some serious calculation power. Ah well .. guess I'll stick to the IMX platform for that ..
Well, the existing RPi's GPU has 24 GFLOP capability, which is roughly the same as the GPU on the baseline i.MX6 (the Vivante GC2000). Now, a lot of that capability has historically been unavailable to RPi users, but they're slowly responding to pressure and opening up the GPU. But I also saw the headline and was hoping for some nice little GPU compute add-on the RPi. Oh well. I still think this is a very promising f…