Questions tagged [arch-arm]

A port of Arch Linux for ARM architectures, and a separate distribution from Arch Linux. Use this for ARM-specific question.

A distribution based on Arch Linux for a range of ARM architectures, including:

  • ARMv5
  • ARMv6
  • ARMv7
63 questions
56
votes
9 answers

How can I chroot into a filesystem with a different architechture?

I'm trying to chroot into a Arch Linux ARM filesystem from x86_64. I've seen that it's possible to do using static qemu by copying the binary into the chroot system: $ cp /usr/bin/qemu-arm archarm-chroot/usr/bin But despite this I always get…
Jivings
  • 935
  • 1
  • 7
  • 11
22
votes
1 answer

What is the difference between different implemetation of arm64/aarch64 for Linux or other software to run on?

For x86_64 architecture CPU, no matter it is made by Intel, AMD or VIA. The software for this architecture can run on it properly. However, as for arm64/aarch64(the difference of arm64/aarch64 is here), there are a lot of vendors. For Linux…
davmos
  • 515
  • 1
  • 4
  • 10
19
votes
9 answers

Error while loading shared libraries: libicuuc.so.59: cannot open shared object file: No such file or directory

After update with pacman -Syuq: # pacman -Sc pacman: error while loading shared libraries: libicuuc.so.59: cannot open shared object file: No such file or directory # find / -name libicuuc.so.*…
frustratedMartian
  • 301
  • 1
  • 2
  • 5
7
votes
1 answer

Applying device tree overlay

I have a device based on imx233-Olinuxino-Nano. The Arch Linux Arm distro boots and works. However, there is a slave device on my board that is connected to SPI of CPU. It is supported by kernel, but, obviously, generic device tree for Olinuxino…
4
votes
1 answer

Is it possible to install Linux on an SD card, AND use it as external storage for Android?

I'd like to install a bootable Linux system on a micro SD card, AND be able to use it as external storage for other devices, such as my Android phone. The plan: Linux ARM on a Raspberry Pi 4. If I insert an SD card (with Arch Linux ARM installed)…
TuxForLife
  • 2,789
  • 1
  • 13
  • 19
4
votes
1 answer

Name resolution does not work in chrooted ArchLinux ARM

What I did Install qemu, qemu-arch-extra, qemu-user-static (AUR) in ArchLinux X86_64. systemd takes care of the binfmt, verified from /proc/sys/fs/binfmt_misc/. Download ArchLinux ARM tarball from its website. The direct link is…
Biswapriyo
  • 718
  • 2
  • 6
  • 20
4
votes
1 answer

.kernel. Where has my ram gone?

[ 0.000000] Memory: 256MB = 256MB total [ 0.000000] Memory: 171736k/171736k available, 90408k reserved, 0K highmem [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] …
gamut
  • 43
  • 3
4
votes
0 answers

Installing Mali Drivers? (ArchLinuxARM)

I've recently gotten hold of an ARM-based Chromebook C100P. After successfully installing ArchLinuxARM, I've struggled to enable the Mali-T764 GPU. The recommended drivers for the device, (xf86-video-armsoc-rockchip and veyron-libgl) don't register…
Mapsy
  • 297
  • 1
  • 4
  • 12
4
votes
1 answer

Arch Linux: Despite ot static ip configuration I get a DHCP address

This is very strange to me. On my Raspberry Pi running the latest Arch Linux I disabled all the DHCP service on ETH0 and everything else DHCP: rm /etc/dhcpcd.duid pacman -R dhclient pacman -R dhcpcd And I defined static ETH via…
awado
  • 295
  • 3
  • 12
3
votes
0 answers

A new mount point after every reboot

I have a Raspberry Pi with Arch Linux and Kodi. I tried to make all config by the new ways of Systemd, that is, by creating Systemd units. For instance, instead of configuring the mount points at boot with the /etc/fstab file, I did it by .mount…
user152241
  • 31
  • 3
3
votes
0 answers

Arch Linux iMX6 capacitive touch LCD panel

I want to create an embedded system with a 7 inch capacitive touch screen and am planning on using Arch Linux on a Varscite made Freescale iMX6 quad based SOM development kit for this purpose. What I am struggling to find info on is how I should…
Gerharddc
  • 325
  • 1
  • 4
  • 12
2
votes
0 answers

which signal will caused "wait_event_interruptible" interrupted?

There are wait_event_interruptible in a driver to wait until message is aviliable.But this function was interrupted by a signal. I find out this in manpage: The function will return -ERESTARTSYS if it was interrupted by a signal Another community…
Vencent
  • 21
  • 1
2
votes
1 answer

Arch Linux Arm: "error while loading shared libraries: libblas.so.3: cannot open shared object file" in Octave and R

In Arch Linux Arm and Manjaro Arm, Octave and R fail to launch with OpenBLAS 0.3.13-2. When run, it shows the error error while loading shared libraries: libblas.so.3: cannot open shared object file How to fix it?
Archisman Panigrahi
  • 309
  • 1
  • 3
  • 15
2
votes
1 answer

compiling old glibc on arm fails with undefined references in nis and nss

It seems to have become a bit complex, so first some background: I need to compile self-contained programs that run on arm systems with glibc versions typically between 2.13 and 2.17. When trying to run these programs, I often get an error like…
2
votes
1 answer

How do I create a bootable ISO image from a running ARM 7 based Debian 9 machine

I am running a system on a Banana Pi M2+ which I need to clone into a bootable working copy and I cannot find repos for tools like syslinux and clonezilla for the ARM processor. Is there another solution out there?
Rick
  • 21
  • 2
1
2 3 4 5