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

Beaglebone: gcc include path error while trying to build using 'make'

I am trying to build cmu pocketsphinx on my beaglebone black for speech recognition. I have downloaded the source code for sphinxbase and ran ./configure. Now, when I run 'make' I get the following errors: Making all in src make[1]: Entering…
0
votes
1 answer

Bringing up freedompop on beaglebone black angstrom

I have a freedompop Ubee stick that I would like to connect to my beaglebone black (running angstrom with 3.2.0-54-generic kernel). After solving some issues with hotswapping (it's not possible apparently), I am seeing the the interface in using…
Yakubs
  • 161
  • 2
  • 11
0
votes
1 answer

Can't get touch event with Qt and Angstrom

My goal is to make a QT application for Technexion DevKit TDM-3730 BlizzardPack. Everything is OK, but it is impossible to click a button with a touchscreen, while with mouse it's ok. I've tried evtest, here its output: root@devkit:/dev/input#…
Egor
  • 11
  • 3
0
votes
1 answer

Cannot connect to beagle bone black

I have a BeagleBone Black connected over USB and Ethernet. At some point scp (pscp to be precise) did not work anymore but the already estaplished ssh connection was still workin. I restarted the BBB and now I cannot connect over ssh anymore.…
magu_
  • 4,766
  • 3
  • 45
  • 79
0
votes
2 answers

Rvm on beagleboneblack disable posix

I'm trying to run rvm on Angstrom linux on BBB. When i try to launch rvm, i obtain: RVM can not be run with set -o posix, please turn it off and try again. Someone know about this?
andrea
  • 381
  • 5
  • 23
0
votes
2 answers

Auto login on BeagleBone White + Angstrom 3.2

I'd like to find a way to make my BeagleBone (white) Rev A6a autologin after being powered up. I'm using Angstrom with kernel 3.2.34, which uses systemd instead of innitab. I've already seen some topics (like this question) with reference to…
rbritotl
  • 11
  • 4
0
votes
2 answers

mqtt client on beaglebone

Someone has ported o runned some mqtt-client for longterm running on BeagleBone black? I'm in the start phases, and I'm searching for the right,(easiest) way to have some mqtt client on this device. I'm looking trought 3 way: Starting with Debian…
andrea
  • 381
  • 5
  • 23
0
votes
1 answer

Udev rule doesn't run

I'm trying to write a udev rule on my Beaglebone White that runs when a Pantech UML 295 finishes booting. When using udevadm monitor --environment I get the following final output which I would like to base the rule on: UDEV [3163.454297] add…
Luke Plewa
  • 31
  • 5
0
votes
5 answers

Beaglebone Linux: issues appending a line to a file

I am working to enable spi on my beaglebone black (Angstrom distribution), using instructions here. I am at the point where i need to add BB-SPI1-01 to /sys/devices/bone_capemgr.*/slots to enable the drivers. issuing the command echo BB-SPI1-01 >…
Spencer Allen
  • 13
  • 1
  • 4
0
votes
1 answer

Control Gumstix Overo GPIO

Any suggestions to work with Gumstix Overo Air GPIO pins by Java Library as PI4J I'm using Pinto-TH shield to interface with the board pins.
Mohamed Usama
  • 99
  • 2
  • 13
0
votes
1 answer

install opencv on beagleboard black

So I recently brought a new beagleboard black and am looking forward to using it to do some image processing. I know this is probably a very bad question, but how to I go about setting my beagleboard to use opencv. According to researc, angstorm…
0
votes
2 answers

cron job to send ip of BeagleBone Black (at every reboot) to my email is not firing

I wrote a simple python script which, when executed, gets my BeagleBone Black's ip address and sends it to my email address, preventing me from having to plug the board into my laptop, get the ip, unplug it, and then remotely SSH in. Here is the…
caseyanderson
  • 490
  • 1
  • 5
  • 13
0
votes
6 answers

How do I auto-launch a custom webserver on BeagleBone Black?

I'd like my BeagleBone Black to start up and start web-serving with a custom web server, without the need to log in and configure/launch/change anything. I suppose this question is two-fold: How do I remove all of the default, redundant, or…
Dave
  • 2,653
  • 4
  • 20
  • 22
0
votes
1 answer

Beagleboard-xm only boots to command line prompt

I recently purchased a beagleboard-xm and i've been trying to get it to boot into Angstrom. I followed the instructions on Trey Weaver's blog (http://treyweaver.blogspot.com/2010/10/installing-angstrom-on-beagleboard-xm.html), and was able to get my…
nathan lachenmyer
  • 5,298
  • 8
  • 36
  • 57
0
votes
1 answer

How best to stream data to an IP address?

I'm working on a beaglebone (read: Angstrom Linux) and have a bunch of data that I'm capturing in a python script. I'd like to stream that data in a graphical format to an internal IP address. I've streamed data before using matplotlib, but on the…
Chris
  • 9,603
  • 15
  • 46
  • 67