Questions tagged as ['arm']
For Ubuntu 20.04, there is this page which has links for Ubuntu desktop for both x86_64 (amd64) and ARM64. This installs fine, but I am having trouble installing libraries so I'm going to try another version.
For Ubuntu 21.10, I found this page which has links for server images and a link for a Raspberry Pi version, but I am not using a Raspberry Pi and am looking for an ISO for installing on a genera ...
I'm trying to install Clang on Ubuntu 20.04 for ARM, which needs libobjc-9-dev
. The Ubuntu 20.04 ARM repositories only have a version that needs GCC 9.3 but I currently have GCC 9.4 (trying to downgrade to GCC 9.3 leads to apt prompting me to uninstall x11 and xwayland).
I'm looking for a way to just grab a newer libobjc-9-dev
but I can't find any links. I found this official website, and it says "Yo ...
I have recently installed Ubuntu ARM on my M1 MacBook Air on a virtual machine (using Parallels), and unlike Windows ARM and macOS ARM, Ubuntu ARM does not seem to include a translation layer for x86 apps, which makes the system almost unusable as many Linux software do not support ARM yet.
For example, I got this error while trying to install VSCode with Gdebi:
I cannot believe there is no tran ...

Anyone know how to update the boot loaded on ubuntu-20.04.3-preinstalled-server-armhf+raspi.img.xz so it will work with USB boot? Or switch it to use u-boot? If I install & update from a SD card everything is fine. Then backup the SD card and install it on a USB HD, same problem, system will not boot. The normal RPi images boot fine from USB. The Manjaro image boot fine from USB. I have tried ...
I have heard that Ubuntu 21.10 has Kernel 5.13, which supports Apple Silicon, so, does this mean Ubuntu Server 21.10 ARM supports Apple Silicon M1 Macs? And if so, how well?

I have used Pi Imager on my regular Ubuntu system to write Ubuntu Desktop to my SD card. When I try to boot from it in my Pi 400, I get the following error:
[50B]: Failed to remount '/' read-only: Device or resource busy
systemd-shutdown[1]: Failed to finalize filesystems, ignoring.
and then the Pi shuts down.
To try to troubleshoot, after the repeatable failed boots, I inserted this card as USB storage ...
I know there exists a firefox-esr package for Raspberry Pi OS and firefox is also preinstalled on Ubuntu Mint [Raspi-Image].
But in this case I'm trying to get firefox as a .tar.bz2 package from the official release site: https://releases.mozilla.org/pub/firefox/releases/
My goal is, to be able to create a "kinda portable" firefox directory. On my main PC I download the .bz2 package from here: http ...
If I want to run Ubuntu Server on a Raspberry Pi4 can I encrypt the SD card like an encrypted disk? If not is the next best thing to encrypt the home directory?
As other people tried this also How to install arm-none-eabi-gdb on Ubuntu 20.04 LTS (Focal Fossa) i found that the universe repo has a pretty much working toolchain. I've tested it.
hoo2@shirka:~$ apt list *-none-eabi* --installed
Listing... Done
binutils-arm-none-eabi/focal,now 2.34-4ubuntu1+13ubuntu1 amd64 [installed]
gcc-arm-none-eabi/focal,now 15:9-2019-q4-0ubuntu1 amd64 [installed]
libnewlib-arm-n ...
Trying to achieve the below task
Cross compile C/Cpp application for target ARM architechture supports ubuntu 18.04 32-bit on a host machine i.e. ubuntu 18.04 64-bit machine using cross compiler.
followed steps below but nothing is working out and getting the Error given below..
sudo apt-get install gcc-7-multilib
/home/user/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux/arm-linux-gnueabihf-gcc ...
I download Ubuntu Server 20.04 for arm64 architecture. and it was fine. now I want to know, Where can I get it for armhf architecture (if there is such an image)?
How do I update from MATE 20.10 to the updated version on Rasp PI 4?
I've read in many places that ARMv8A supports backwards compatible ARMv7A code (the former is now called AArch64 and the later is now called AArch32).
I'm running an ARMv8A machine (on the Raspberry Pi 4B, with the BCM2835 SoC), but I would like to write and debug GNU Assembly code written in ARMv7A language. How do I compile .S files written in ARMv7A and run it on my machine?
I was hoping that som ...

On a fresh install of Ubuntu desktop 21.04 in arm64, I have added the armhf
architecture via dpkg
. When installing .deb
packages, I do not encounter any difficulties. Unfortunately, this does not seem to work with snap packages, as snap install
always indicates, that the respective packages are not available in my architecture, but only in armhf
.
I have not found a way to add an armhf
flag to the s ...
I recently received a 64-bit version of new Ubuntu daily builds. You can download Ubuntu 21.10 daily builds from the Ubuntu website. You will be able to download Ubuntu 21.10 on October 14, 2021. This date is the one listed on Launchpad, the home of Ubuntu development.
Does the new version of Ubuntu (21.10) have a 32-bit version, which can be installed on Android phones within Termux?