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

learn more… | top users | synonyms

0
votes
0answers
28 views

Why is output of GPS using python zero or Nan?

I'm having troubles with GPS output. When i type: $ cat /dev/ttyUSB0 i have NMEA sentences coming out (it's what i want) $GPGGA,134131.000,4548.0018,N,01557.1026,E,1,06,1.5,123.8,M,42.4,M,,0000*56 ...
0
votes
2answers
84 views

How do I release port 80 on a beaglebone so I can use it?

I have a beaglebone on which I have configured lighttpd to run. Currently I have it running on port 8080 and it works fine. Except I really want to use it on port 80. Unfortunately it won't start on ...
0
votes
1answer
48 views

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 ...
0
votes
0answers
65 views

updating Beaglebone Angstrom after setting ip address [closed]

i have the following problem: i am able to set the ip correctly following the directions from this webpage ...
0
votes
1answer
62 views

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 ...
0
votes
0answers
58 views

Beagle board - xM Rev C, opkg error

I'm using a Beagle board - xM Rev C with Linux kernel 2.6.38, Angstrom distribution. u-boot loads kernel from NFS and kernel mounts NFS root. Everything works fine but I have a little problem... My ...
0
votes
1answer
41 views

Why is my startup script not running

Per various tutorials I've done the following: created a file called ftpserver.py in /home/root/ created a file in /etc/init.d/ called ftpserver that looks like this" #!/bin/sh python ...
0
votes
0answers
65 views

logitech quickcam sphere AF controll in linux

How can I control the Pan/Tilt motion of Logitech Quichcam Sphere AF camera from an OpenCV program? What are the function used to control the motion?
0
votes
0answers
34 views

Make File Error on Angstrom Distro When Trying to Install gst-plugins-good

I have been trying to install all of the files on a Beaglebone with an Angstrom distribution that will allow me to use cheese to test a webcam. A lot of issues have come about, but they have ...
0
votes
1answer
109 views

Where is my ffmpeg stream getting saved to?

I'm just starting to explore ffmpeg (ultimately for use with openCV), and I'm running this command: root@beaglebone:/# ffmpeg -f video4linux2 -r 25 -s 640x480 -i /dev/video0 /out.avi At which point ...
1
vote
2answers
66 views

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 ...
4
votes
3answers
668 views

Getting beaglebone to capture still frame using opencv

Sp I've a beaglebone running Angstrom Linux 3.2.28 and I'm trying to capture a frame from my camera. So I plug in my USB webcam, and check /dev to ensure it shows up. It does, as video0 (bottom ...
0
votes
1answer
71 views

How to use python to extract data that is pushed to stdout?

I'm trying to do some scripting, but one of the utilities I have returns a value to stdout, where I would like to assign it to a variable. The utility (candump) is constantly running and only prints ...
2
votes
2answers
69 views

How to give a command line command from python? [duplicate]

I've got a series of commands I'm making from the command line where I call certain utilities. Specifically: root@beaglebone:~# canconfig can0 bitrate 50000 ctrlmode triple-sampling on loopback on ...
0
votes
1answer
176 views

Dropbear client configuration file?

Does anybody know where the Dropbear SSH client looks for a config file? I need to specify a certain identity file to be used by default. Eg, can I setup dropbear client such that I can use $ ...
0
votes
1answer
70 views

Angstrom Toolchain

I am new to angstrom and linux. I am in the process of building an sdk with angstrom. But I cant understand what is a Toolchain and its functionality. Please someone help me here.
1
vote
0answers
41 views

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 ...
0
votes
0answers
141 views

How to install and run OpenCV in console only version of angstrom with added packages of python,mono and opencv headerd and libs

I am working with openCV in BeagleBoard-Xm. I have succeeded in running angstrom on Beagleboard Xm as given in http://elinux.org/BeagleBoardBeginners with the angstrom image obtained from ...
0
votes
0answers
30 views

linux gadget printer in windows host how to

I have some doubt about Linux gadget printer. when I use device in windows,is correctly seen as printer, but what kind of driver I must insert? must change linux-cdc-acm.inf? must I insert a ...
0
votes
1answer
313 views

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 ...
1
vote
0answers
115 views

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 ...
1
vote
0answers
248 views

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

Beaglebone, OpenCV and Webcam issue

I've been trying to get BeagleBone work with OpenCV and capture camera but I couldn't managed to do it so far. I use Logitech C270 webcam. Here is what I did so far: I installed OpenCV binaries and ...
0
votes
1answer
117 views

trying to wget a file from the web on my beaglebone

I just got a beaglebone today, loaded with the angstrom distribution of linux, and have hit a wall. Here is what I have done since opening the box: Downloaded and installed 64 bit windows driver from ...
1
vote
1answer
175 views

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 ...
0
votes
2answers
397 views

beaglebone: how to set pwm clock?, through a program written in C

I have been working with Beaglebone lately and have a question. I have worked with TI microcontrollers before, setting the registers as I needed to. From what I understand, the Angstrom distro (the ...
0
votes
2answers
67 views

Strange “sh” behaviour

I am developing an application on Beaglebone board with Angstrom distrubition fo Linux.I faced an interesting problem. When I execute : sh /home/root/Desktop/BBTCP/out/vehicleDetect 192.168.10.29 ...
0
votes
2answers
479 views

Beaglebone Angstrom: how to enable read only root file system

I am developing applications on Beaglebone board with Angstrom Linux distro. I tend to mount root file system as read only because, it is not robust on readable/writeable configuration across power ...
0
votes
2answers
530 views

using opencv on Beagleboard XM

I'm trying to compile a simple opencv code on the beagleboard XM, running Angstrom. I know my way in opencv but only under windows and visual studio, I'm fairly with non microsoft OSs. I think I've ...
2
votes
1answer
347 views

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 <opencv2/core/core.hpp> #include ...
3
votes
2answers
2k views

Unable to Debug Multi-Threaded Application with gdb

I am debugging a multi-threaded application with gdb, but when I start the program in gdb I get the warning: warning: Unable to find libthread_db matching inferior's thread library, thread ...
1
vote
1answer
616 views

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 : ...
1
vote
1answer
284 views

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 ...
0
votes
2answers
2k views

Angstrom start-up processes [beaglebone]

I have a RFID module attached to my beaglebone and reading ID tags with a python code. Now, I want my python code to start running in the background directly when I login to my beaglebone without any ...
0
votes
0answers
117 views

Apache 2.2.22 recipe for Openembedded?

Do we have a recipe set for Apache 2.2.22 on Openembedded ? thanks
0
votes
0answers
123 views

Apache 2.2.17 crashes on simple HTML multipart upload (post)

Version Apache : 2.2.17 on a linux OpenEmbedded Server . As soon as file upload via html happens , the webpage hangs the error_log log shows the following error [notice] child pid 1141 exit ...
0
votes
0answers
216 views

udhcpc: sendto: Message too long

I am trying to get an address using udhcpc on Angstrom Linux but I get root@beagleboard:~# udhcpc -i usb0 udhcpc (v1.13.2) started Sending discover... udhcpc: sendto: Message too long ... This is ...
0
votes
0answers
246 views

Unable to change mac address for usb0 in Angstrom Linux, I get random mac address

I am trying to change mac address for usb0 on Angstrom Linux but with no successful results First I have root@beagleboard:~# ifconfig usb0 usb0 Link encap:Ethernet HWaddr EE:9D:6B:A7:DB:FE ...
1
vote
1answer
2k views

Where is the web server root directory on Angstrom Linux (BeagleBoard | BeagleBone)?

I'm trying to find the default web server directory on my BeagleBone with Angstrom Linux. That is, where are the files served when I go to: http://beaglebone.local:80 Another way would be to answer ...
0
votes
0answers
195 views

Beagleboard xm splash screen

I am struggling to find a way to change the beagleboard.org logo that is shown at startup. I am running a Linux Angstrom (console mode) on a BeagleBoard XM rev. C. I already tried to recompile psplash ...
0
votes
1answer
308 views

How to build package with uclibc with bitbake - Bitbake raises MultipleMatches exception while trying to build uclibc

I am trying to build uclibc for arm7a architecture, via bitbake, but I get the following output user@ubuntu:~/stuff$ bitbake -b uclibc ERROR: Unable to match uclibc (19 matches found): ERROR: ...
2
votes
1answer
522 views

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

Reading analog-in on BeagleBone, avoiding “segmentation fault” error

I am new to the Beaglebone, and was moving along at a pretty good click until this strange problem popped-up. I spent all weekend trying to figure it out before posting here. I am trying to read ...
0
votes
1answer
184 views

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 ...
1
vote
4answers
2k views

Cannot connect to beaglebone.local

I need to know how to connect to a beaglebone (or beagleboard) with SSH when I plug it into a new network with an ethernet cable like this: $ ssh root@beaglebone.local So far I've only been ...
0
votes
1answer
564 views

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 ...
0
votes
3answers
2k views

Automatic login on Angstrom Linux

What is a clean way to obtain Angstrom Linux to boot up and open the shell without asking to log in?
3
votes
2answers
1k views

start-stop-daemon and java program

I'm having a heck of a time getting a java program to launch properly in an init script using start-stop-daemon. I've written the init script and it seems to run but there's never a process afterward ...
0
votes
2answers
648 views

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 ...
7
votes
2answers
1k views

Cross-compiling ocaml apps for ARM

I'm cross-compiling a touchscreen driver, which comes with an ocaml calibration application. I'm trying to compile the driver and the application for ARM, in particular, the Beagleboard, running ...

1 2