Questions tagged [arm]

Questions relating to the use of ARM microchip architecture with Ubuntu

ARM, originally Acorn RISC Machine, is a family of reduced instruction set computing (RISC) instruction set architectures for computer processors, configured for various environments, developed by British company ARM Holdings.

A RISC-based computer design approach means ARM processors require significantly fewer transistors than typical complex instruction set computing (CISC) x86 processors in most personal computers. This approach reduces costs, heat and power use. Such reductions are desirable traits for light, portable, battery-powered devices—​including smartphones, laptops, tablet and notepad computers, and other embedded systems. A simpler design facilitates more efficient multi-core CPUs and higher core counts at lower cost, providing improved energy efficiency for servers.

Source: Wikipidia, ARM architecture

Ubuntu begin releasing for ARM with Ubuntu 7.10 (Gutsy Gibbon).

Important Links:

435 questions
81
votes
2 answers

Is armv7l 32 or 64 bit?

I am running a Odroid with Ubuntu Mate. I need to download qt and so I need to know if I should get the 32 or 64 bit version of qt. odroid@odroid:~/software/qt5$ uname -i armv7l uname -i returns armv7l. Does that mean I should download the 32…
Lightsout
  • 978
  • 3
  • 9
  • 14
24
votes
3 answers

Are there official Ubuntu ARM / aarch64 desktop images?

I could only find server ARM images at: https://www.ubuntu.com/download/server/arm But are there any ARM images that come with a graphical desktop installed by default? I don't have specific hardware requirements, even just running it on QEMU would…
10
votes
2 answers

Is Ubuntu-ARM essentially the same as Ubuntu?

I assume, the major difference is that it, and its included software, can run on ARM, whereas ordinary Ubuntu can't? Are there any other differences? Does Ubuntu ARM only run Unity 2D? Are 3D effects still supported? Can Ubuntu ARM be networked? Can…
hayd
  • 2,387
8
votes
6 answers

What ARM single-board computers does are supported by Ubuntu?

Recently, ARM single-board systems like the BeagleBoard has been made available on the market. Unlike phones or tablets, these systems can be run as regular PC. But with the varieties of ARM processors around, it's not clear which devices that can…
Oxwivi
  • 17,849
4
votes
1 answer

Does any version of Ubuntu ARM support ARM926EJ-S rev 5 (v5l)

The Android System Info application on my tablet says that my processor is ARM926EJ-S rev 5 (v5l). Which version of Ubuntu ARM will work on it? Will I have any issues finding packages for the ARM architecture?
Oxwivi
  • 17,849
4
votes
2 answers

What's the status of Raspberry Pi support?

Will 12.10's arm edition support raspberry pi? I just bought one and would prefer running Ubuntu over Fedora.
3
votes
2 answers

Which versions of Ubuntu support ARM?

The official website made this unclear. I have been having problems with running executable files on the BPI image of Mate so I'd like to just use an official version so that I don't encounter problems like this. Are there any versions that work on…
Anoraki
  • 35
3
votes
1 answer

No mention of ARM versions of Lubuntu .. on the main website?

Just a question for the Lubuntu team really - I am a huge fan of Lubuntu - thank you and congratulations on creating a great distribution. I am just surprised to notice that, the main website doesn't mention that there are ARM versions - or…
Mike
  • 61
2
votes
1 answer

Can't find Armhf package in apt-get, can find in ubuntu site

I'm trying to install owncloud on CubieTruck, with armhf architecture. When looking in Ubuntu Package site, it's listed as "all" architecture. When running apt-cache show owncloud | grep Architecture on my x64 PC, I see Architecture: all as…
Nitz
  • 125
  • 1
  • 5
2
votes
2 answers

Ubuntu on ARM platform PC

I have read that Ubuntu runs on ARM computers, but where are they then? I have searched and searched, but have found no pc maker that has ARM desktop computers, can some one please help me? I know Nvidia has project denver that makes the ARM…
o-madsen
  • 67
  • 1
  • 4
2
votes
0 answers

How to access the internet on Ubuntu 12.10 armhf

How will I go about connecting to wireless internet with Ubuntu 12.10 armhf? How to install the Chromium browser?
user242118
  • 51
  • 5
2
votes
1 answer

Ubuntu ARM ldd can't find libs

I have a program that compiled fine on Ubuntu ARM (12.04) but it cannot run due to linking errrs. e.g. libX11.so.6 cannot be found, however it is clearly in /usr/lib/arm-linux-gnueabihf ldconfig -v shows it as well What's weird is when I pass…
RobbR
  • 121
2
votes
1 answer

How to install pre-installed Ubuntu 12.04 in beagleboard-xm board?

I purchased new beagleboard-xm. Can you please tell me, how to install Ubuntu 12.04 in SDcard, and load it in beagleboard-Xm? I downloaded the img.gz file from https://wiki.ubuntu.com/ARM/OMAP
Melc
  • 243
  • 1
  • 4
  • 11
2
votes
1 answer

Ubuntu Studio for ARM 64-bit devices (ie. Raspberry Pi, ODROID M1)

I really like the Ubuntu Studio Linux distribution on AMD/Intel-based CPUs. However, I would like to run Ubuntu Studio on my ARM-based ODROID M1. Are there any plans to port Ubuntu Studio to ARM-based CPUs? If not, what other similar Linux…
Trevor Sullivan
  • 233
  • 1
  • 3
  • 14
1
vote
0 answers

multiarch for armhf in Ubuntu 13.10

Can anyone guide me on how to set up my x86_64 Ubuntu 13.10 for building armhf libraries and executables ? I have already installed g++-4.8-arm-linux-gnueabihf, gcc-4.8-arm-linux-gnueabihf and pkg-config-arm-linux-gnueabihf. And this allowed me to…
Athanase
  • 111
  • 1
  • 5
1
2