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
2
votes
1 answer

Copy the emmc content of Beaglebone running angstrom on SD card to make an emmc flasher image

I have an emmc-flasher angstrom image on my BBB, I want to copy the content of the emmc image on an SD card and make it as an emmc-flasher so that I can flash the other BBB with the changes I made on the current BBB. Tried following this method but…
user7345878
  • 492
  • 2
  • 7
  • 20
2
votes
1 answer

Cannot import 'ast': Flask installation on Angstrom (Beaglebone black)

While trying to install Flask on my beaglebone black (Cloud9 GNOME Image 2013.09.04), it is encountering an ImportError for the module ast (installing Werkzeug module). I have Python 2.7.3 version, so this builtin shouldn't already be there? Here…
Anshul
  • 746
  • 9
  • 22
2
votes
1 answer

Angstrom OpenEmbedded Kernel freeze when booting on original BeagleBoard

I am trying to get an original BeagleBoard (revC4) to boot a Angstrom OpenEmbedded image. Using instructions found here: http://elinux.org/BeagleBoardAndOpenEmbeddedGit and: http://www.angstrom-distribution.org/building-angstrom I have followed…
2
votes
1 answer

Angstrom Python errors on import io

I am trying to resolve some dependencies for the MYSQL connector for Python on Angstrom. From the command line I get the following error: Python 2.6.6 (r266:84292, Feb 25 2011, 16:50:01) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or…
ChronoFish
  • 3,589
  • 5
  • 27
  • 38
2
votes
1 answer

BeagleBone boot to Qt app with touch screen

As many other person, I want to have a Qt application that run directly when the BeagleBone Black boot. Using the answers from other topics like these: Beaglebone Boot to Qt App ; Start QT Application on bootup on an Embedded Linux Device…
Puck
  • 2,080
  • 4
  • 19
  • 30
2
votes
1 answer

Package synchronization with opkg

We're using the BeagleBone Black running Angstrom Linux and the opkg package manager to power some of our systems. We need to ensure that we have consistent and reliable access to specific versions of opkg packages. I've set up an in-house opkg…
Alex Marshall
  • 10,162
  • 15
  • 72
  • 117
2
votes
1 answer

Installing Qt and PySide on Angstrom

I tryed to install PySide for interface development in Qt. I got it to work on my Arch box, but after several attempts to install it on Angstrom running on a BeagleBone Black rev. A5 Using various means for installation, such as: easy_install…
CodeTower
  • 6,293
  • 5
  • 30
  • 54
2
votes
1 answer

g++ : command not found in angstrom on beagleboard

I am using angstrom on beagle board.. but when I try to run any command on the terminal I get this error: Sh:g++:not found I tried installing g++ Using opkg install g++ but no use!!
roa.tah
  • 547
  • 2
  • 11
  • 25
2
votes
0 answers

Memcached ruby gem error lib sasl on Angstrom

i'm trying to use memcached gem on a project on linux angstrom. I'm doing bundle install on my ruby project and it will start to download and install all rubygem necessary. gem 'eventmachine' gem 'serialport' gem 'memcached' gem 'json' gem…
andrea
  • 381
  • 5
  • 23
2
votes
2 answers

terminate a linux command line utility from python

I've got a command line utility from canutils called candump. It works like this: I run candump (specifying the bus from which I want to dump) root@beaglebone: candump can0 It then runs until I end it using CTRL+C However, when I run it in a python…
Chris
  • 9,603
  • 15
  • 46
  • 67
2
votes
2 answers

OpenCV cannot load image

While I was working on a project, I noticed that I am not able to load images. Here is the simple code that I used to check: #include #include #include #include…
Amadeus
  • 352
  • 2
  • 8
  • 16
2
votes
1 answer

Beaglebone inittab issue

I am developing an application in beaglebone. I want to add start up scripts to my Beaglebone but I can not find /etc/inittab. I am using the image : Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.05-beaglebone-2012.06.18.img.xz I think in the previous…
user1336117
  • 451
  • 3
  • 8
  • 17
2
votes
1 answer

arm-angstrom-linux-gnueabi-gcc linker fails to link against uclibc

I am trying to build an application for angstrom linux (that uses uclibc instead of libstdc++, in my case). I am using bitbake and openembedded. With a simple toolchain I am able to build successfully by adding only -muclibc flag. With bitbake my…
gc5
  • 9,468
  • 24
  • 90
  • 151
1
vote
0 answers

How to join an BITMAIN Antminer to a Microsoft Windows Server 2008 Active Directory

Let's start with "WHY?":#nerdsLoveToStartWithWhy I'm developing a customized software to manage a crypto-mining farm where we need to communicate with miners (BITMAIN Antminer) by their hostname instead of IP (just for ease of use). I know! But I…
Saffa Seraj
  • 77
  • 1
  • 8
1
vote
1 answer

Calling bash script from Java

I have this MCVE for an Java class calling a bash script: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class Test { static BufferedReader in; public static void main(String[] args)…
mxcd
  • 1,954
  • 2
  • 25
  • 38