Differences between revisions 12 and 15 (spanning 3 versions)
Revision 12 as of 2013-08-20 12:53:02
Size: 3655
Comment: Fix spelling of OLinuxIno.
Revision 15 as of 2014-01-13 08:18:57
Size: 4539
Editor: ?StuartPrescott
Comment: Add cautions about raspbian
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#language en
Line 5: Line 6:
[[http://wiki.debian.org/ArmEabiPort|Debian armel]] will work, but will not make best use of the floating point hardware. [[http://wiki.debian.org/ArmHardFloatPort|Debian armhf]] will not work (see below). [[ArmEabiPort|Debian armel]] will work, but will not make best use of the floating point hardware. [[ArmHardFloatPort|Debian armhf]] will not work (see below).
Line 7: Line 8:
Your best bet is to use [[http://www.raspbian.org/|Raspbian]] - which is Debian armhf rebuilt by members of Debian for the RPi's ARMv6+VFP2 ARM variant. If you know you need hardfloat support, your best bet is to use [[http://www.raspbian.org/|Raspbian]] - which is (msotly) Debian armhf rebuilt by members of Debian for the RPi's ARMv6+VFP2 ARM variant. However, there are a lot of differences between Debian and Raspbian, for example: Raspbian wheezy includes mono from experimental (3.2.3+dfsg-5+rpi1, because wheezy's 2.10.8.1-8 doesn't work on armhf). Raspbian also updates packages that would not be updated in a Debian stable release (e.g. scratch) and, by default, includes non-free software such as Mathematica from Wolfram.
Line 37: Line 38:

== Binary blob needed to boot ==

The binary blob needed to boot the Raspberry Pi can be downloaded using the rpi-update script available from https://raw.github.com/Hexxeh/rpi-update/ . It can be used with vmdebootstrap to create a botoable SD card image, according to
[[http://people.skolelinux.org/pere/blog/Teaching_vmdebootstrap_to_create_Raspberry_Pi_SD_card_images.html|a recipe from Petter Reinholdtsen]]. No known effort to reverse engineer the blob is known 2013-10-30.

Can I put Debian on my Rasberry Pi?

Yes.

Debian armel will work, but will not make best use of the floating point hardware. Debian armhf will not work (see below).

If you know you need hardfloat support, your best bet is to use Raspbian - which is (msotly) Debian armhf rebuilt by members of Debian for the RPi's ARMv6+VFP2 ARM variant. However, there are a lot of differences between Debian and Raspbian, for example: Raspbian wheezy includes mono from experimental (3.2.3+dfsg-5+rpi1, because wheezy's 2.10.8.1-8 doesn't work on armhf). Raspbian also updates packages that would not be updated in a Debian stable release (e.g. scratch) and, by default, includes non-free software such as Mathematica from Wolfram.

Should I buy a Rasberry Pi?

There are issues with the Raspberry Pi which means Debian does not recommend it (below). Despite the hype it is a more closed platform than many other things you could buy, and the unusual hardware can be problematic too. We suggest considering one of the many devices in the Freedombox list, or some of the other low-level development boards listed if hardware hacking is your focus

If you really need the hardware-hacking aspect but not full-blown linux, and favour ARM, then these cortex M-profile based MCU boards are worth a look

List compiled March 2013, no doubt many more will be along soon. As you can see there are plenty of things more open, cheaper and more standard than Rasberry Pi's, and which don't misrepresent themselves.

Raspberry Pi issues

The Raspberry Pi issues relate to technical problems, software freedom and hype:

  • The CPU in the Raspberry Pi implements the ARMv6 ISA (with VFP2) and is thus incompatible with the Debian armhf port baseline of ARMv7+VFP3 and ARM hardware-floating-point ports for other distributions, which all have the same baseline. It is compatible with Debian armel (armv4t, soft(emulated) FP), but floating-point tasks will be slow when running the Debian armel port.
  • The Raspberry Pi boots from its GPU and only non-free software is currently available for the GPU, even starting the machine requires a large (2MB) blob of non-free, unsupportable software.
  • The 3D driver for the Raspberry Pi, while free software, is just a shim that passes OpenGL commands directly to the non-free software running on the GPU. This means that any issues with OpenGL cannot be fixed nor performance improved. This is better than some other GPUs because the ARM part can be rebuilt, but claims were made for this 'first Open Source ARM GPU driver' on its release, far beyond the actual functionality/openness, which offended GPU driver developers.

  • The Raspberry Pi has been hyped as an educational device but some would claim it is not fit for that purpose.

Binary blob needed to boot

The binary blob needed to boot the Raspberry Pi can be downloaded using the rpi-update script available from https://raw.github.com/Hexxeh/rpi-update/ . It can be used with vmdebootstrap to create a botoable SD card image, according to a recipe from Petter Reinholdtsen. No known effort to reverse engineer the blob is known 2013-10-30.