The processor-speed tag has no wiki summary.
2
votes
1answer
558 views
Can I use two raspberry pi to work together and faster?
The computing power of raspberry pi is limited and so is the access speed. I have 2 raspberry pi and was hoping I could somehow connect them together and make them work in parallel to get better and ...
5
votes
5answers
6k views
Will a Raspberry Pi perform well with XBMC and many movies?
I have a library with more than 1000 movies and I'm searching for a cheap but good performance media centre system.
I've been using a Xtreamer Prodigy until now but it's firmware's a little slow ...
15
votes
3answers
12k views
How do I determine the current MHz?
I've been trying to get an accurate reading of my Raspberry Pi's MHz, since I overclocked it in /boot/config.txt
My /boot/config.txt is as following:
pi@raspbmc:~$ cat /boot/config.txt
arm_freq=900
...