The BeagleBoard is an ultra-low cost, high performance, low power ARM Cortex-A8 (OMAP3/DM37x/AM335x) based single board computer designed by BeagleBoard.org community members.
0
votes
2answers
40 views
VFP using ARM inline assembly
I am trying to write a simple function to use the VFP on my beagleboard. However, Iḿ getting the following error : expected ´)´ before ´:´ token. Here is the code:
float floatmod(float a, float b) {
...
0
votes
0answers
32 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
0answers
60 views
Failed to load session “gnome” on beaglebone black
Good day,
I am using a beaglebone black and have install ubuntu 13.04 on the board. Following the instructions on http://www.armhf.com/index.php/boards/beaglebone-black/
However i was not able to ...
0
votes
1answer
18 views
X11vnc server exits when I close tightVNC viewer
I followed this blog to set up a VNC connection from my Windows 8 laptop to my BeagleBone Black.
Digital Diner: Quick hint for Beaglebone Black user
It works well except for one problem: the X11VNC ...
-1
votes
0answers
29 views
How do I interface my Beaglebone Black with a Wi-Pi? Is it possible? [closed]
I've recently gotten hold of a Beaglebone Black Rev A5A as well as a RaspberryPi's Wi-Pi USB dongle. Is it possible to interface both devise together or is the Wi-Pi not compatiable with the ...
0
votes
0answers
34 views
Beaglebone omap_mux missing. How to do pinmuxing for serial communication
I am new to beaglebone. Downloaded the latest image of angstrom and followed all the steps properly as given in the tutorial to setup the board.
I am trying to perform a basic operation of sending ...
0
votes
1answer
48 views
How to compute dotproduct with NEON and double values in ARM processor
I need to do a lot of vector calculations. Therefore I seems wise that NEON should be used. The problem is that the function depends on doubles. This gives me two options, re-writing the entire code ...
0
votes
2answers
117 views
Setting up development environment for Raspberry Pi [closed]
Lately I've decided to jump on the minicomputer "bandwagon" out of curiosity. I bought a pair of Raspberry Pi and BeagleBoard since they were both so cheap I couldn't resist :) but here is where my ...
0
votes
2answers
90 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 ...
1
vote
1answer
55 views
Converting arm code to use NEON intrinsics
I have been trying to modify the code beneath to work with NEON Intrinsics, thereby creating a speedup. Unfortunately nothing seems to work correctly. Does anyone have any idea what is going wrong? I ...
0
votes
0answers
51 views
Can I cross compile QT for Beaglbone Black or Raspberry Pi from mountain lion
I want to develop applications to run on Raspberry Pi and Beaglebone boards and I use a mac for day to day development.
Is it possible to install a 'toolchain' on the mac to compile my code and then ...
0
votes
1answer
22 views
How do I use bitbake to cross compile this simple program for beagleboard?
I am trying to understand how I compile programs that will run on my beagle board. I need to compile some complex programs that I currently run in fedora, but understanding how to use Open Embedded ...
1
vote
0answers
35 views
What's a good board for deveoping OS? [closed]
I have been developing my own OS for quite sometime now. Not kernel hacking Linux - A operating system written from scratch. However I was mostly doing it on emulators. Recently I feel the need to ...
-3
votes
0answers
21 views
BeagleBoard C3 and Liquidware with Anrgstrom [closed]
I Just wanted to know where I can download an angstrom image that can work with the beagleboard Rev C3 and Liquidware. Thanks in advance
-1
votes
0answers
77 views
Problems connecting to a Beaglebone [closed]
I have a BeagleBone Black rev 0A5A. I've got it showing up both as a serial adapter and a network adapter in OSX.8, Linux Mint 13, and Windows 7. Under windows I only see one com port, and that one ...
0
votes
1answer
49 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
75 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
0answers
30 views
QNX BSP beaglebone CAN device
I have an issue with the CAN Device on beagle bone running QNX. I am using the BSP package for QNX. I could include and initiate the CAN device by including the binary in my build image. I looked into ...
1
vote
0answers
22 views
beagleboard xubuntu s-video to TV
I'm running Ubuntu 12.10 on a Beagleboard xM with Xfce 4.10 as the desktop gui. For some reason a TV I need to hook it up to doesn't display the DVI-D output using an HDMI cable, but a newer TV works ...
0
votes
0answers
34 views
CAN on beaglebone running QNX
I want to implement CAN communication on beaglebone running QNX. I built a new image of QNX supporting CAN. I couldn't find a library or a sample code using CAN protocol on beaglebone. Most of forums ...
0
votes
0answers
53 views
Beagleboard xM won't boot — stuck while decompressing linux [closed]
I recently purchased a Beagleboard xM, and I'm having trouble getting it to boot up in Angstrom. I'm following the directions at IBM Developerworks ...
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
63 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
0answers
166 views
Building and loading modules Beagle board - xM Rev C
I'm using Linux kernel 2.6.38 on Beagle board - xM Rev C and I want to build and load modules. I selected HID gadget as a module in menuconfig ([M] HID Gadget) but I don't know how to load g_hid.ko on ...
0
votes
1answer
40 views
Changing git setup to allow multiple users to push/commit files
I've got a beaglebone that I set up a while back (when I was first learning git) with an ssh key for a specific github account. That account is our company's main account. Many people work directly ...
0
votes
0answers
268 views
Build Linux and run it (uImage) on the Beagle board - xM
I'm working on some project where I'm using the Beagle board - xM Rev C. Power supply is 5V/2A adapter. My task is porting Linux Angstrom on the board but I have some problems. I have choosen Linux ...
0
votes
0answers
54 views
“arm login” using minicom to access beagleboard XM
So I'm not quite sure what is going on here. I'm running Ubuntu 12.04 and running minicom to (ostensibly) connect serially a beagleboard XM which I'm pretty sure is running Angstrom linux.
I can ...
0
votes
0answers
68 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
111 views
ubuntu eclipse beaglebone debugging not work
I have the beaglebone connected to my PC running virtual Ubuntu (12.10) via VMware. I tried to debug my C++ codes on beaglebone using Eclipse (Version 3.8).
I followed the youtube video ...
0
votes
0answers
27 views
LI-LBCM3M1 Camera Modul driver
i want to you the Cameraboard LI-LBCM3M1 from leopard Imaging on the Beagleboard XM.
But the Kernel doen't have the driver for this module.
I don't now how i can get the driver.
I try to use the ...
0
votes
1answer
76 views
Real time image processing
I am working on a project that requires me to recognize faces using a camera connected to an embedded board. This board must use linux platform and perform real time image processing in opencv. I will ...
0
votes
0answers
131 views
Arm NEON not able to understand the cycles?
I am working on optimizing the code for FFT algorithm using NEON of ARM. I am running Beagle Board xM as target. I am running my program without any operating system on the board(Running program ...
0
votes
1answer
200 views
do_gettimeofday() in Beaglebone giving wrong time
I am trying to measure the time period of a square wave on a Beaglebone running Angstrom OS. I have written a kernel driver to register an ISR in which I'm timing the pulses. Everything is working ...
0
votes
0answers
84 views
TI starterware slow TCPIP when using LWIP
I have made for beaglebone a socket application, based on enet_echo (which is a part of starterware of TI). I have modified this code such, that in the main loop I do not do anything else, than ...
2
votes
3answers
136 views
For what kind of applications can i use dsp core of beagleboard? Can i use the DSP acceleration for background subtraction algorithm?
For what kind of applications can i use dsp core of beagleboard? Can i use the DSP acceleration for background subtraction algorithm in OpenCV?
0
votes
1answer
125 views
DM9601 Driver for u-boot on beagleboard
I'm trying to do a nfs boot from my Beagleboard. My Davicom Dm9601, was not detected from u-boot, hence its failing with the error "0 ethernet devices found" and "Remote device not responded"
I have ...
0
votes
0answers
192 views
Beaglebone GPIO always return 1 [closed]
Iam trying to get a button to work on my beaglebone. I bought MAKE Volume 32, and tried to follow the guide in there.
but when I read the GPIO pin, do I allways get 1.
I also tried to disconnect ...
0
votes
1answer
199 views
How to run custom kernel on beaglebone?
I am starting kernel or operating system programming for beaglebone with TI - AM3359 SoC. I have written an assembly program to write some characters to the serial interface (just to start off with) ...
3
votes
2answers
289 views
ARM v5 shared library (ftd2xx) on ARM v7 platform - hard vs soft float issue
I need to run a program that uses ftd2xx on my BeagleBoard xM rev C running Ubuntu 12.04. I am trying to use the ARM library libftd2xx.so provided here. libFTDI is not an option.
The difference that ...
3
votes
3answers
685 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 ...
2
votes
2answers
227 views
DSP on Beaglebone
I have a Beaglebone running Ubuntu. We want to continuously sample from 3 on-board ATD converters at 100KS/s, and every window of samples we will run a cross correlation DSP algorithm. Once we find a ...
0
votes
0answers
48 views
How do we measure/configure the clock speeds in bare metal Beagle Board?
I am currently working on ARM DS-5 compiler with Beagle Board. I am able to burn my program and measure the cycle count but I do not know how to measure/configure the current running clock frequency. ...
0
votes
1answer
52 views
module insertion in beagle board
I am trying to insert a .ko module to beagleboard c3. I cross compiled the module using arm-linux-gnueabi-gcc. But on inserting the module to beagle board( having linux 2.6.28-OMAP1) using insmod , ...
0
votes
1answer
45 views
Beagleboard module insertion error
Can you guys help me...
I am trying to insert a .ko file to beagleboard C3. When I do insmod it is showing an error saying "invalid module format". What could be the reason? I have already cross ...
0
votes
1answer
83 views
How to get permission for pthread_setschedparam
I need to run a C++ program at real-time priority on a BeagleBone with Angstrom Linux version 3.2.18. The program calls pthread_setschedparam to attempt to elevate its priority. When logged in as ...
0
votes
0answers
27 views
Beagleboard COM and HDMI
I've installed Ubuntu on my BB and connected it to a monitor and serial com. when trying GUI application through the com (e.g. gedit) I get "display not found. Is it possible to pass display to the ...
0
votes
0answers
74 views
Background Subtraction algorithm in OpenCV installed in linux angstrom on BeagleBoard Xm with DSP acceleration
I am trying to implement Back Ground subtraction algorithm using mixture of Gaussian in OpenCV installed in Linux Angstrom on BeagleBoard Xm. Can I use the DSP core of the BeagleBoard Xm to accelerate ...
0
votes
0answers
145 views
beaglebone serial port interruption
I need to set an interruption for the serial (uart) port in Beaglebone, in such a way that when the serial port receives any info an interruption (function) is automatically activated doing something ...
0
votes
0answers
123 views
beaglebone running java app in ubuntu with LCD cape - No X11 [closed]
Hardware: Beaglebone + 7" LCD Cape
OS: Ubuntu (rowboat)
Problem: Trying to run a JFrame Java app from the command line gives the error: 'No X11 DISPLAY variable was set...'.
Adding 'export ...
1
vote
2answers
51 views
pad configuration by mmap
I have a beagleboard-xm rev C board. the TRM of the processor. I see some examples how to do pad configuration on the Net. here is one of the examples:
int fd = open("/dev/mem", O_RDWR | O_SYNC);
if ...




