Earlier quoted context omitted.
It's very similar but often faster. The Odroid U2 uses removable EMMC storage which has an SD card adaptor, which I feel is a very good middle ground (most of the advantages of both with the disadvantage that the connector on the board is non-standard).
SD cards have different classes- without seeing specs, I'd be willing to bet that a Class 10 SDhc card is on par with this EMMC storage.
Raspberry Pi Compute Module
81–90 of 116 posts
Re: Raspberry Pi Compute Module
#82Re: Raspberry Pi Compute Module
#83It'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"
Isn't the eMMC card basically an "SD" card as a chip? Thus this machine should having the same problems with unreliable shutdown and wear-leveling as the normal Pi, with the added culprit that you cannot swap the card for a new one.
If you still want an SD card (I don't -- network and USB are so much faster), I expect you could buy an IO board with one or more. I don't see one on the Pi Foundation's board right now but it should be easy to add.
Re: Raspberry Pi Compute Module
#84The 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.
So what happens to all that e-waste when you throw out an old computer board because you don't feel like wiping it?
The parts of projects that were left behind after pulling your expensive SBC are no longer junked so waste comes out a wash. In any case, a few makers experimenting in any fashion isn't even a rounding error compared to the mobile phone apocalypse thats hitting landfills now.
Re: Raspberry Pi Compute Module
#85But boo, no more clock or memory. Lots of apps bump gracelessly into the 512M limit (libre office, IDEs, OpenElec+plugins, ...) 1G should give all of them enough breathing room that they don't need babying them all the time.
A little more grunt to the CPU would have been nice but that's minor. Overclocking the Pi seems mostly futile -- it just lets the CPU spend even more time waiting on I/O and cache.
Re: Raspberry Pi Compute Module
#86Isn't the Pi incredibly underpowered for use as a compute node?
Hilarious - i was just thinking it was overpowered! It depends on your use case. If you are thinking of this for industrial controls, its overpowered. If you are thinking of this for mining bitcoins, it is underpowered.
Re: Raspberry Pi Compute Module
#87Earlier quoted context omitted.
So what happens to all that e-waste when you throw out an old computer board because you don't feel like wiping it?
Patiently waiting in a trash field for a future entrepreneur genius who would devise a way to extract on the cheap anything and everything useful from it.
http://www.occupyforanimals.org/uploads/7/7/3/5/7735203/__95...
Re: Raspberry Pi Compute Module
#88The 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.
So what happens to all that e-waste when you throw out an old computer board because you don't feel like wiping it?
Re: Raspberry Pi Compute Module
#89Yay, they are putting onboard flash! That's going to make the Pi way more reliable. But boo, no more clock or memory. Lots of apps bump gracelessly into the 512M limit (libre office, IDEs, OpenElec+plugins, ...) 1G should give all of them enough breathing room that they don't need babying them all the time. A little more grunt to the CPU would have been nice but that's minor. Overclocking the Pi seems mostly futile -…
The compute unit isn't meant to be used as a desktop, but as an embedded system.
Re: Raspberry Pi Compute Module
#90Earlier quoted context omitted.
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.
Yes but say I need to run a rails application with a DB on a Lan (less than 15 users), perfomance is not an issue (nginx + postgresql + puma uses less than 115 MB of RAM!) The only thing stopping you is SDCard's reliability! 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 fe…