Questions tagged [angstrom-linux]

Ångström is a versatile Linux distribution designed for embedded devices like handhelds, set top boxes and network-attached storage devices.

116 questions
1
vote
0 answers

Difficulty cloning individuality file from github repository

I'm trying to pull an individual file from a private github repository of mine, and am having difficulties. Specifically, this works: git clone git@github.com:userName/repositoryName.git but I can't seem to find any documentation in how to…
Chris
  • 9,603
  • 15
  • 46
  • 67
1
vote
1 answer

Auto-Start Program at Login in Angstrom on BeagleBoard

How do I start an application automatically after login? I have tried the following: Editing /etc/inittab but I don't have an /etc/inittab file, it looks like my system uses systemd. Starting my application by adding it to the script…
Samuel
  • 8,063
  • 8
  • 45
  • 41
1
vote
1 answer

Beagleboard/Angstrom freezing serial port application

I have a java application running on Beagleboard-xM/Angstrom, but when the serial communication starts, after some time, the application freezes and I have to cancel the process (ctrl + c on terminal). I already try to do the same in C, but it also…
Dalton Cézane
  • 3,672
  • 2
  • 35
  • 60
1
vote
0 answers

Arm-angstrom gcc compiler skips openCV libs

I'm cross-compiling my first program with OpenCV on the BeagleBone. I use Eclipse Juno IDE, arm-angstrom-linux-gnueabi-gcc compiler and the last OpenCV library. I've successfully built program with OpenCV on my PC, I've successfully cross-compiled…
1
vote
1 answer

BeagleBone, OpenCV and webcam issue

I've been trying to get BeagleBone work with OpenCV and a capture camera, but I couldn't manage to do it so far. I use Logitech C270 webcam. Here is what I did so far: I installed OpenCV binaries and tried my camera. Capture didn't work. I…
Halil
  • 2,076
  • 1
  • 22
  • 30
1
vote
1 answer

Display an image with Python on Linux Angstrom

I have a Python script that displays images fullscreen on a BeagleBoard with the GUI disabled. The script is started when the board boots. For this I use PyGame which works perfectly fine. Except for some reason the image qwality is scaled down.…
Ruudt
  • 242
  • 1
  • 2
  • 11
1
vote
1 answer

Can OpenCV be downloaded & built for Angstrom (BeagleBoard) not as part of the toolchain?

Simple question: can I build OpenCV on Angstrom (BeagleBoard) without downloading it as part of the toolchain ? meaning by downloading the code of the Unix version and building it (of course, the build process itself would have to be done via the…
1
vote
1 answer

bitbake fails on "bitbake nano"

I am trying to setup bitbake and openembedded in order to cross-compile code for angstrom 2009.x on devkit8000 (a beagleboard's clone). I have followed this page but when I try $ bitbake nano I get Loading cache: 100%…
gc5
  • 9,468
  • 24
  • 90
  • 151
1
vote
2 answers

Beagleboard Angstrom Linux, Image Capture Script streamer alternative

I want to take a snapshot from my logitech webcam with desired resolution and save the image by using linux bash script. I need to do it on my beagleboard with Angstrom image. In my beagleboard i can capture with using cheese. But i dont know how to…
user1336117
  • 451
  • 3
  • 8
  • 17
0
votes
2 answers

Compatible command for pkg-config –cflags gtk+-2.0’ and ‘pkg-config –libs gtk+-2.0 gthread-2.0 for arm-angstrom-linux-gnueabi-gcc

I have compiled my application on Linux (Intel) machine using this command gcc –g myapp.c –O3 –o myapp mylib.a ‘pkg-config –cflags gtk+-2.0’ ‘pkg-config –libs gtk+-2.0 gthread-2.0’ myapp is running successfully on Linux machine. Now I want to…
geeta
  • 689
  • 3
  • 17
  • 33
0
votes
0 answers

Having Angstrom build and Poky build in one repository

I have successfully made a test image (core-image-minimal) for Colibri-imx6 board using the poky distribution. The kernel does not completely load when the image is deployed on the board. So, I have decided to make a test image using the Angstrom…
abunickabhi
  • 558
  • 2
  • 9
  • 31
0
votes
1 answer

Crosscompile with CLION, CMAKE, WSL and custom Angstrom toolchain - Problems during "CLION TEST"

TL;DR: Trying to compile helloworld with CMake, custom toolchain (angstrom) and CLion. Compiler is not able to run test. CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY" is set. Hello, new to Clion, old to vim, make and c++. I have this µCAN…
0
votes
0 answers

Angstrom Linux - stdio.h No Such File or Directory

I have an embedded system running Angstrom. I'm attempting to build the ftdi D2XX libraries on the target however, I can't even begin to build anything because GCC is complaining about not being able to find . So far, I have installed the…
weblar83
  • 681
  • 11
  • 32
0
votes
1 answer

"Static declaration of ‘memfd_create’ follows non-static declaration" Error while building Linux image using Yocto

I am building Linux Image using Yoctobuild system on Ubuntu 18.04 host machine. I am following steps provided over here. I am building for Colibri iMX6ULL computer-on-module. However, my build has failed and it is showing errors given…
abhiarora
  • 9,743
  • 5
  • 32
  • 57
0
votes
0 answers

ath9k_htc (Atheros) TL-WN722N WiFi dongle on Angstrom

I am trying to interface the TL-WN722N to a Altera Cyclone SoC. I have taken the following approach: Downloaded the open firmware ath9k_htc and try integrating it to my linux kernel image to be loaded. a.…
gst
  • 1,251
  • 1
  • 14
  • 32