Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

Is there already a specific tailored distribution for the Raspberry Pi?

My specific concern is about the lifetime of the SD card hosting the OS image. Other distro addressed that like, for instance, Voyage Linux for the Alix board.

share|improve this question

1 Answer

up vote 4 down vote accepted

Yes, the Raspberry Pi foundation have just (this morning) released their own distribution based on Debian.

It's called Raspbian and can be downloaded from their main downloads page.

This currently provides many advantages over other distributions as it as been built from the ground up for the Raspberry Pi. The major change is that the kernel and applications have been compiled with hard floating point support, which should improve speed quite drastically.

share|improve this answer
do you know if the developers have introduced some measures to limit the flash memory wear ? – ziu Jul 18 '12 at 15:32
I actually don't know, however you can take some precautions yourself. – Jivings Jul 18 '12 at 15:33
@AlexChamberlain Ridiculous. It's been rebuilt from scratch. Ubuntu is a build of Debian too but you wouldn't call them the same distro. – Jivings Jul 18 '12 at 15:39
talking about raspbian, it is a pity that the user has to modify by hand the fstab and such. – ziu Jul 18 '12 at 15:46
@ziu I haven't actually used it yet, but I hear the user experience isn't so good for beginners... – Jivings Jul 18 '12 at 15:48
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.