I was thinking about buying a Raspberry Pi, and running Ubuntu on it. I have looked around the web, and a lot of stuff says that it's difficult for it to work on ARM processors. Has anyone figured out how to get a Raspberry pi to run Ubuntu?
|
From the Official FAQ Page at Raspberry Pi:
Source: My answer on Raspberry Pi SE |
|||||||||
|
|
Currently not - Canonical only support ARM's ARMv7 processor architecture and the Pi has an ARMv6 chip. |
||||
|
|
|
The complications you refer to regarding ARM are a common issue for all distributions, they are not Ubuntu-specific. They stem from the fact that ARM has a number of different architectures, offering limited to no compatibility between each other. The leading Linux ARM distributions are the following (excluding Gentoo which by definition is compiled to the exact target), and I am listing the corresponding target architecture:
To your specific question, the Raspberry PI runs a BCM2835 (ARM1176JZF-S) Broadcom CPU. This is armv6k architecture, which is not compatible with recent builds of Ubuntu, which are optimized for performance at the expense of compatibility with older chip designs like this Broadcom's. The obvious choice is to run the armel architecture of Debian -- you will feel almost at home as if you were on Ubuntu. |
|||
|
|
protected by Community♦ Apr 24 at 3:53
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
