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
0
votes
1 answer
linker option while building vmlinux
I am understanding how vmlinux will create with the help of link-vmlinux.sh script, I could see it is passing -p option to the linker while building vmlinux, but I couldn't see any option named -p when executed linker with…

user3693586
- 1,227
- 5
- 18
- 40
0
votes
1 answer
Snort can't find rule file
Running snort 2.9.7.0 on the latest Arch Linux OS on Raspberry Pi B+ model.
I have tried to run Snort multiple times in NIDS mode: snort –dev –l log –h 192.168.1.0/24 –c snort.conf OR snort -c snort.conf -l /log -h 127.0.0.1/24 -s.
I always get…

user2050798
- 1
- 1
0
votes
1 answer
Calculating the delay between write and read on I2C in Linux
I am currently working with I2C in Arch Linux Arm and not quite sure how to calculate the absolute minimum delay there is required between a write and a read. If i don't have this delay the read naturally does not come through. I have just applied…

JavaCake
- 4,075
- 14
- 62
- 125
0
votes
0 answers
Beagle Bone Black swapped I2C busses
We are developing extension board for BBB. It contains I2C RTC clock chip MCP79412. Chip is connected to I2C1 (pins P9.17,P9.18). I can't see any device on i2c-1, but I found chip EEPROM on i2c-2. When I connect it to I2C2 (P9.19,P9.20) I can access…

chatoooo
- 326
- 1
- 3
- 13
0
votes
2 answers
Unable to get webcam image on Raspberry Pi (Arch Linux)
I am using Raspberry pi (Arch Linux) to get webcam image with webcam-capture (0.3.9) library with Java (1.8.0_06), but my application fails with the following stack trace:
11:18:42.578 [main] INFO c.g.sarxos.webcam.WebcamDriverUtils - Searching…

Ashish Sharma
- 1,124
- 2
- 24
- 49
-1
votes
2 answers
error: ordered comparison of pointer with null pointer [-Werror=extra]
I am getting the below error in linux arm architecture when trying to compare void pointer addr>(void *)0XFFFE00000000 .Here addr is of type void pointer error: ordered comparison of pointer with null pointer [-Werror=extra]
This is happening only…

scx
- 45
- 1
- 8
-1
votes
1 answer
Raspberry PI 2 B, creating SD card for Archlinux, fails to start
I creating SD card by this guide: Archlinux Raspberry-pi-2 installation.
Previously everything working fine. 2016-01-11 I Archlinux OS with command "pacman -Syu". And it started to fail. And throw errors.
I think that it is becouse of SD card model…

Drasius
- 825
- 1
- 11
- 26
-1
votes
1 answer
Printer on Raspberry pi : Yaourt can't build the driver
I'm trying to use my hp laserjet p1006 printer with my raspberry pi (archlinux, Linus 3.18.9).
I already set up the cups server, I can manage my printer through the web interface, and added my user to sys and lp groups.
I can "install" my printer…

vmonteco
- 14,136
- 15
- 55
- 86
-1
votes
1 answer
Unable to see typed commands in terminal
I am using Arch Linux arm on a Raspberry Pi model B to create a small streaming solution, where the Pi is permanently connected to a TV.
Using the 'livestreamer' package, I can stream videos and pipe them to 'omxplayer'
This is the command I run in…

jai_
- 49
- 1
- 8
-3
votes
1 answer
SSH AUTHENTIFACTION ISSUE
I am a newbie to embedded networking. I want to set arm board as a ssh server .From other boards(client boards connected in the network), I need to connect to this server board.
I have downloaded the openssh and cross compiled it for arm…

anoopedatt
- 1
- 4