pouët.net

Go to bottom

Raspberry Pi

category: code [glöplog]
http://www.raspberrypi.org/

Well, nothing screams new demo platform to me quite as much as the raspberry pi, a $25 device that just needs a keyboard, mouse, display (erm, probably some kind of usb hub) and an SD card to get going.

The SoC is a Broadcom BCM2835 ARM11 @ 700Mhz with 128MB RAM. A slightly upgraded model has 256MB and Ethernet on board. It also does h.264 decoding (I read that it does 1080p decoding, but I recall hearing that it might only do 720p).

It can demonstrably run Quake III at 1080p at around 20fps, but they do say there are a few issues to iron out in order to get it running a lot more smoothly.

More info:
http://en.wikipedia.org/wiki/Raspberry_Pi
http://www.youtube.com/watch?v=e_mDuJuvZjI&feature=player_embedded
added on the 2011-09-02 15:16:56 by rc55 rc55
Looks like a very nice platform.
added on the 2011-09-02 15:21:20 by ham ham
So it's basically a low-end PC?
added on the 2011-09-02 15:24:52 by Preacher Preacher
It depends on your interpretation of PC I suppose, but yeah.

I do like the idea of a static platform though, it does encourage the optimisation discipline somewhat. :)
added on the 2011-09-02 15:28:02 by rc55 rc55
No, it's a low end smartphone :) (Not necessarily a bad thing!)
added on the 2011-09-02 15:28:14 by psonice psonice
And yeah, I agree with rc. I code a lot of iOS stuff, and it's really good to have fixed hardware. You can optimise the fuck out of something and end up getting WAY more out of the hardware than you expected, and it's guaranteed to run on every device out there :)

One thing of slight concern from that angle: it's a "custom" gpu from broadcom. Sounds like it's reasonably quick, and supports ES 2.0, but it also sounds like it's not at all well documented..
added on the 2011-09-02 15:31:53 by psonice psonice
i wondered when this will pop up =)
now go make a demo about it ;)
added on the 2011-09-02 15:42:00 by wysiwtf wysiwtf
psonice: iOS is hardly a good example of fixed platform due to very restrictive OS.
added on the 2011-09-02 15:49:40 by pommak pommak
pommak: hardware is fixed, except for the yearly updates. There's only one hardware spec for say an ipad2 or iPhone4, perfect example of a fixed platform if you ask me :) Open platform on the other hand - not so much.
added on the 2011-09-02 15:55:40 by psonice psonice
Except that you don't have direct access to anything because of iOS making it's things between your code and hardware. Hell, you can't even know how much memory you can use.
added on the 2011-09-02 16:19:38 by pommak pommak
If that thing is English / British / European why is the price in $? Anyway I would buy it for €17.5389364.
added on the 2011-09-02 16:25:30 by xernobyl xernobyl
Pommak: it's still a fixed platform. (And you can find out how much free memory there is - it's just somewhat pointless, because you can ask for more and there's a high chance the OS will free some up for you.)
added on the 2011-09-02 16:32:05 by psonice psonice
Quote:
a high chance the OS will free some up for you

Thanks, but I don't like playing lottery in my fixed platform.
added on the 2011-09-02 16:45:10 by pommak pommak
btw, I did say being able to optimise for the fixed hardware was good, not that it's the ultimate fixed platform ;) For that I guess you'd have to go for one of the older consoles, or c64/amiga/etc.

What I was getting at is that on iOS I've got my video processing engine running far, far faster than I expected. That's mostly down to being able to squeeze every last drop of performance out of it, and know that i'm not going to get complaints from somebody with a slightly slower machine somewhere. Plus, with only a single CPU + GPU to worry about you get to know the hardware a lot more intimately, and you learn lots of little tricks to get more performance out of it. You don't get that on say PC, because the hardware varies. You will get that on the pi, because the hardware is fixed (if the OS is more predictable, even better!)
added on the 2011-09-02 17:01:41 by psonice psonice
knowing what you could do with that hw if it wasnt so hidden away, you're really missing out on ios. :)
added on the 2011-09-02 18:11:10 by smash smash
Maybe, but I know what I'd be missing out on if I wasn't on iOS, and i'll take the money thanks ;) If it was a demo platform, it would be a different story, but commercially it makes plenty of sense.
added on the 2011-09-02 23:00:51 by psonice psonice
MMMMMMMMMMMMMMMMMMMM PIE
added on the 2011-09-02 23:05:49 by maali maali
ahah, yeah right... commercially i makes a lot of sense giving 30% of your revenues to Steve Jobs' cancer treatments!
added on the 2011-09-02 23:06:44 by maali maali
Livers ain't cheap, you know? Or pancreas...
added on the 2011-09-03 02:37:17 by xernobyl xernobyl
Quote:
It depends on your interpretation of PC I suppose, but yeah...

RaspberryPi, BeagleBoard, etc., are built on (excellent) ARM architecture, and of course, they are PC! :) - there is only one credible definition of PC: http://www.gnu.org/philosophy/words-to-avoid.html#PC
Quote:
Anyway I would buy it for €17.5389364.

Going halves with bittin perhaps?
added on the 2011-09-03 19:40:21 by ringofyre ringofyre
BB Image
Correctly spelled it's raspberry pie, what a fuzz...
added on the 2011-09-03 19:45:47 by w00t! w00t!
Why not simply computer?
added on the 2011-09-04 21:57:06 by xernobyl xernobyl
i will get one
looks cool enough for a home server
added on the 2011-09-06 11:04:18 by zerkman zerkman

login

Go to top