Questions tagged [archlinux-arm]

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.

70 questions
2
votes
1 answer

sun.awt.X11FontManager: java.lang.reflect.InvocationTargetException (Arch Linux)

I have a kiosk program which writes some text on the screen. It is working fine on my Ubuntu 18 laptop and on a Raspberry Pi 3b running Raspbian. For minimal overhead, I'm using Arch Linux on a Raspberry Pi 3b running only X.org (+ xterm) to launch…
Minding
  • 1,383
  • 1
  • 17
  • 29
2
votes
1 answer

.Net Core 2.0 publish, dependency missing

I have the same hello world project (which is what you create from the template) on 2 separate computers, one was created and copied to the other pc. Both have .net core 2.0, and I'm using command line to build: "dotnet publish -r linux-arm". For a…
user1269009
  • 463
  • 3
  • 13
2
votes
2 answers

Meaning of the code in the linux-kernel config file

I want to config and build a kernel for raspberry pi 3. But when I read a config file, I don't know what is the mean of code in the linux-kernel config file. I try search it but I can't find it. EX: CONFIG_SYSVIPC=y -> what does CONFIG_SYSVIPC…
Divide
  • 19
  • 6
1
vote
0 answers

Arch Linux arm Xorg doesn't display anything on Raspberry Pi 3 when running startx

On my raspberry pi 3 i have Arch Linux Arm Installed. I installed xorg, i3, and all of the drivers for it. i have my xinitrc file set up like default to run…
R4nsomW4re
  • 97
  • 1
  • 1
  • 6
1
vote
0 answers

Generating coredump in archlinux

I am trying to debug for my program in Archlinux in embedded board imx8. The program just terminate abruptly after starting up. I am trying to find the core dump to examine. However I could not find the core dump anywhere (tried to find it in…
user1538798
  • 1,075
  • 3
  • 17
  • 42
1
vote
2 answers

Replace linux-raspberrypi with core/linux-rpi-legacy?

When I ran 'pacman -Syu' today on an rpi3 Arch-Linux installation, the following question was asked: Replace linux-raspberrypi with core/linux-rpi-legacy? [Y/n] Is this a simple renaming or is this an important change impacting the system's future?
lp1241
  • 21
  • 2
1
vote
0 answers

How to connect to the internet with arch for ARM on a raspberry pi 3 b+?

I've tried everything people recommend. My new arch installation just won't connect. I'm running the most recent image for the rpi 2 on an rpi 3 b+ because there is no explicit 3 b+ image. I've tried both eth0 and wlan0 interfaces with wifi-menu,…
1
vote
1 answer

Compiling Kotlin Coroutines dependency for different target Linux architecture

I was working on a Kotlin Native/Multiplatform project intended for linuxArm, using coroutines-core (1.4.21) but using the macosX64 target for development on my MacBook. I was devastated when I went to finally compile for linuxArm64 that Gradle spit…
1
vote
0 answers

Docker daemon cannot reach public docker registry that can be reached using curl

I'm trying to use docker on my raspberry pi 2B running archlinux arm, but the docker daemon cannot contact the docker registry. docker pull hello-world results in docker daemon output: DEBU[2020-07-02T16:47:21.391929909Z] Calling HEAD…
Marcus Grass
  • 1,043
  • 2
  • 17
  • 38
1
vote
1 answer

What is the default username and password for Arch Linux

I have installed the Arch Linux and loaded it using VM then tried to login with root/root and it says login incorrect, could you let me know the default Arch linux username and password
arunkumar sambu
  • 653
  • 1
  • 9
  • 22
1
vote
1 answer

Java8 ArchLinux arm font NullPointerException

Hi I have a working swing based java app that is running fine from my computer in a kali distro I want to run this app jar in my raspBerry pi3 b+ that is ArchLinux based, I successfully installed the os with LXDE support, I m also using the openjdk…
1
vote
1 answer

Cross Compiling For Arch Arm Does Not Produce A Functional Executable

I installed Arch Arm onto an Rpi3, then rsync'd sysroot to an x86_64 Arch Linux installed on a Lenovo thinkpad. I then installed the arm-linux-gnueabihf Linaro cross compiler To avoid any problems I used absolute paths in…
Sam Hammamy
  • 10,819
  • 10
  • 56
  • 94
1
vote
0 answers

How to access the MTD char device Read/Write details?

I want to know the amount of bytes Read/Write on MTD char device. What is the way to get it? It would be OK either via C or terminal. I am mounting the mtd device as embedded device. mtd partitions are done in the SPI flash and it's not mounted.…
Selva Kumar
  • 91
  • 1
  • 8
1
vote
2 answers

Java: Unsatisfied link Error on Raspberry Pi running Processing 3.2.1

I get this error whenever I run an example code from OpenKinect Kinect v1 example PointCloud. Unsatisfied link error: Unable to load library 'freenect': Native library (linux-arm/libfreenect.so) not found in resource path. A library relies on…
Eric Reyna
  • 181
  • 1
  • 3
  • 13
1
vote
1 answer

Why does archlinux's uname command show like this?

When I input gcc -v, it just shows the same... I have try it in Debian and it behaves normally..
iosmanthus
  • 71
  • 3