Arch Linux ARM is a distribution of Linux for ARM computers. We provide targeted kernel and software support for soft-float ARMv5te, and hard-float ARMv6 and ARMv7 instruction sets on a variety of consumer devices and development platforms. Our collaboration with Arch Linux brings users the best platform, newest packages, and installation support.
Questions tagged [archlinux-arm]
70 questions
31
votes
2 answers
How to create a defconfig file from a .config?
I have done make menuconfig for a board defconfig and modified few configurations. When I select save, a new .config was created in the Kernel top directory.
I want to create new defconfig for this .config file created.
Can I copy the .config as a…

user3693586
- 1,227
- 5
- 18
- 40
14
votes
4 answers
Tomcat 8 enable debug logging to list unneeded jars
When starting Tomcat 8 on Arch Linux ARM I get the following warning:
INFO: At least one JAR was scanned for TLDs yet contained no TLDs.
Enable debug logging for this logger for a complete list of JARs that
were scanned but no TLDs were found…

Pascal Schulz
- 141
- 1
- 1
- 3
8
votes
2 answers
eglfs on raspberry2 -- * failed to add service - already in use?
that's is my first post here.
I'd like to keep it short...
Following problem:
i want to run a qt5/qtquickcontrols2 application utilising the eglfs backend on a raspberry-pi 2b, accelerated by vc4, of course.
Ideally, it should run in kiosk mode and…

Armin Leghissa
- 77
- 1
- 1
- 5
7
votes
1 answer
How to publish from windows VS2017 .NET Core application for linux-arm?
How to publish from windows VS2017 .NET Core application for linux-arm?
When I try to make new publish profile I can choose as Target Runtime:
portable, win-x86, win-x64, osx-x64 and linux-x64.
(menu: Build->Publish->New…

hooboe
- 133
- 8
5
votes
1 answer
Arch Linux ARM on Raspberry pi from OSX
I'm trying to get Arch Linux ARM onto my RasPi 2 by doing the instructions here under "Installation", but the commands are Linux commands, I am trying to format the SD with my Mac and so there are differences in the programs I'm trying to get…

SJWard
- 3,629
- 5
- 39
- 54
4
votes
1 answer
why is the open() syscall supported on some Linux systems and not others?
I am inlining syscalls. Yes, I understand this is problematic but I have a good reason. I've tracked down my bug considerably and I'm just asking why has __NR_open disappeared on this arm64 Arch Linux system?
5.0.1-1-ARCH #1 SMP Sun Mar 10 15:08:34…

Olsonist
- 2,051
- 1
- 20
- 35
4
votes
0 answers
The pip install is broken on Arch Linux under Termux
With Python 3.6.4:
In a fresh Termux (terminal emulator for Android) installation, I do according to PRoot:
pkg install wget
wget https://raw.githubusercontent.com/sdrausty/TermuxArch/master/setupTermuxArch.sh
bash setupTermuxArch.sh
After that in…

Boris Brodski
- 8,425
- 4
- 40
- 55
4
votes
2 answers
Pulseaudio not detecting bluetooth headset
I am trying to connect a bluetooth headset to my RPI. My setup is the following:
archlinux-arm, kernel: linux-raspberrypi 3.12.23-1
bluez4 4.101-4 from AUR, built and installed
bluez-tools 0.1.38-3
bluez-utils 5.20-1
pulseaudio…

bosnjak
- 8,424
- 2
- 21
- 47
3
votes
1 answer
Unable to Use python-pip command on Linux Manjaro
So I recently just bought a Raspberry Pi 4, flashed Linux Manjaro XFCE onto it and booted it up. I managed to install python-pip with Pacman without any errors but when I actually try to use the command, I get this error.
Traceback (most recent call…

Daniel Tam
- 908
- 1
- 12
- 25
3
votes
0 answers
Script running detached on a screen sometimes just sleeps until reattaching
I have a little python3 script to control our central heating. It runs through a while true: loop, with time.sleep(-time.time() % 5) to be synchronized to the system clock while checking the if statements forever. Total runtime is over one year.
It…

Timon
- 31
- 2
3
votes
3 answers
Raspberry Pi 3 Model B ARM assembly Illegal Instruction (Core Dumped)
I am messing around with my new raspberry pi and I am fairly new to assembly. I have scoured Google and SO for a solution to this, and this was the closest I got to having a running program.
main.s (comments are from explanations I've found on the…

ibstevieb123
- 96
- 10
3
votes
1 answer
Docker & nginx operation not permitted
I'm trying to run Nginx on an Arch Linux server using Docker. I've created the container:
[root@tronagon atc]# docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
nginx latest …

Alex
- 8,093
- 6
- 49
- 79
3
votes
1 answer
Mongodump on Arch Linux ARM
How could I alternatively dump mongodb, since pacman does not ship mongodb-tools with it ?
[root@pi2 lib]# mongo
mongo mongod mongoperf mongos mongosniff
[root@pi2 lib]# mongodump
-bash: mongodump: command not found

izdi
- 555
- 1
- 7
- 24
2
votes
1 answer
Unable to deploy cluster(k3d->k3s) on ARM64, fails to spin up serverlb node
I am trying to setup a k3s cluster with k3d for use together with portainer.
I am running the latest archlinux-arm on the rockpro64 with the latest docker version, along with a current version of kubectl and k3d, all compatible with ARM64, and I…

jaaq
- 1,188
- 11
- 29
2
votes
1 answer
Installing Pillow on Raspberry Pi 1B fails "gcc: fatal error: Killed signal terminated program cc1"
I am trying to install pillow 6.2.1 on a Raspberry Pi model 1B running Arch Linux ARM (in the worst case I could buy a newer raspberry pi but the point of this project was to upcycle the old Pi).
I tried installing in the standard way
pip install…

Cameron
- 1,011
- 1
- 10
- 20