PDA

View Full Version : Why is the Raspberry Pi image soft-float?



SergeantFTC
2013-03-15, 01:14
The Pi image is listed under "armel" instead of "armhf". Why? The Pi has hard floating point support, and you will get much better performance using armhf distributions. Do the armhf images require an Arm7 processor? Will the generic armhf image work on the Pi?

wintermute
2013-03-26, 15:37
The Pi image is listed under "armel" instead of "armhf". Why? The Pi has hard floating point support, and you will get much better performance using armhf distributions. Do the armhf images require an Arm7 processor? Will the generic armhf image work on the Pi?

You are correct, debian doesn't support fpu on arm6.

Here's a pretty cool writeup about raspian: http://arstechnica.com/information-technology/2013/03/how-two-volunteers-built-the-raspberry-pis-operating-system/

SergeantFTC
2013-03-27, 12:06
Ah, someone would have to build a version of Kali specifically for the Pi based on Raspbian. That's disappointing. (yes I know there are alternatives designed for the Pi that probably use the FPU).