The beagleboard tag has no wiki summary.
10
votes
5answers
820 views
How do I convert a floating point C code to fixed point?
I have a C code which uses doubles. I want to be able to run the code on a DSP (TMS320). But the DSP doesn't support doubles, only fixed-point numbers. What is the best way to convert the code into ...
7
votes
3answers
181 views
Hello world, bare metal Beagleboard
I'm trying to get a 'hello world' type program running on my Beagleboar-xm rev. C, by calling a C puts function from assembly.
So far I've been using this as a reference ...
7
votes
2answers
192 views
Haskell on ARM Beagleboard
I would like to use the Haskell GHC / Haskell Platform on Beagleboards that are based on ARM OMAP. Is there any way to do that within short term but without me having to try to cross compile first ...
6
votes
2answers
813 views
Beagleboard: How do I send/receive data to/from the DSP?
I have a beagleboard with TMS320C64x+ DSP. I'm working on an image processing beagleboard application. Here's how it's going to work:
The ARM reads an image from a file and puts the image in a 2D ...
6
votes
1answer
165 views
How do I calculate the dsp address for a readwrite application in the beagleboard?
I'm trying to run the readwrite example in the dsplink on the beagleboard. To do so, I need to give the dsp address as a command line parameter. How do I know what is the dsp address?
I have the ...
5
votes
1answer
161 views
Can someone point me toward a bitbake or openembedded tutorial?
I've been working with the Angstrom Linux distribution for the BeagleBoard. Can anyone point me to a tutorial or reference for how bitbake and OpenEmbedded actually work? For example, when I invoke ...
5
votes
2answers
357 views
Running an audio synthesis/analysis language on an embedded device
What is the experience running programs written in an audio synthesis/analysis language such as ChucK, Pure Data, Csound, Supercollider, etc. in an embedded device such as an Arduino Mega, Beagle ...
5
votes
1answer
1k views
Fast 2D convolution for DSP
I want to implement some image-processing algorithms which are intended to run on a beagleboard. These algorithms use convolutions extensively. I'm trying to find a good C implementation for 2D ...
4
votes
3answers
2k views
OpenCV on BeagleBoard-xM
I am working on BeagleBoard-xM with an Angstrom image built with the online Narcissus image builder (open embedded) for an OpenCV application. I included OpenCV in the root file system, but when I ...
3
votes
1answer
1k views
Beagleboard bare metal programming
I just got my BeagleBoard-Xm and I'm wondering if there is any detailed step by step tutorials on how to get a very simple bare metal software running on the hardware?
The reason I ask is I want to ...
3
votes
1answer
216 views
How to receive socket information if you don't know how much data is coming through?
I am working on a GUI interface based on Python to interact with a robot running Python and an Arduino Mega as a motor controller and sensor controller.
Originally, I was going to use a remote ...
3
votes
4answers
550 views
Can beagleboard run python or Ruby programs?
I hi have just ordered a couple of beaglboards for experimenting. I know that it can rub Ubuntu and many other flavors of linux.
Does that mean it can run all the trivial software that run on ...
3
votes
1answer
741 views
Enabling root access
I'm attempting some Android system integration on a BeagleBoard like device. I have complete file system access as I can read/write/format the CF card hosting the boot and rootfs partitions. For ...
3
votes
3answers
636 views
How to capture from webcam in Linux using Mono?
How can I capture a frame from a video-4-linux device (e.g.: /dev/video0) using Mono and C#? OS is Angstrom Linux running on BeagleBoard.
3
votes
2answers
277 views
Handling power-off of an embedded board
I'm working with an embedded board (a BeagleBoard), running a Linux distribution (Angstrom Linux). I would like to gently halt the operating system when a given button is pushed on the board. What I ...
2
votes
1answer
92 views
Profiling on baremetal embedded systems (ARM)
I am wondering how you profile software on bare metal systems (ARM Cortex a8)? Previously I was using a simulator which had built-in benchmark statistics, and now I want to compare results from real ...
2
votes
0answers
736 views
GSM module with Android on BeagleBoard
I'm using http://www.sparkfun.com/products/9427 as GSM module. I've built for FTDI and generic usb-serial driver. Everytime I try to pppd call GPRS I'll get pppd: connect script failed.
The commands ...
2
votes
2answers
713 views
Compile GCC with Code Sourcery
Is it possible to compile native GCC for ARM (host == target == ARM) using Code Sourcery G++?
If it is not possible, could I use crosstool-NG to build the cross-compile and then using this one for ...
2
votes
4answers
262 views
Creating a website to communicate with an embedded device
I'm currently working on a project where I'm trying to control an embedded device through an Internet facing website. The idea is is that a user can go to a website and tell this device to preform ...
2
votes
1answer
1k views
Opencv python and webcam
I'm working with OpenCV on a beagleboard with ubuntu and OpenCV 1.1 interfaced via Python. I'm trying to set something up to capture a feed from a UVC compatible webcam (logitech C250). I have ...
1
vote
1answer
50 views
BeagleBoard Narcissus ToolChain with OpenCv issue
I'm using Eclipse with Narcissus Cross-Compiler Toolchain to compile OpenCV project on my BeagleBoard-XM.
I followed those links to do this:
http://www.lvr.com/eclipse1.htm
...
1
vote
0answers
22 views
Building Omapfbplay: No display drivers enabled
I am trying to build Omapfbplay for Beagleboard-XM. But there is no any read me file or any documentation about how to build omapfbplay. I have downloaded source files and run make but make file gives ...
1
vote
1answer
148 views
Create a Hello World Executable for BeagleBoard
I am trying to run a HelloWorld project on BeagleBoard. For this I am using RVDS to create the library and then CodeSourcery to create the executable for BeagleBoard.
To create a library through RVDS ...
1
vote
0answers
41 views
No cache event samples for ARM beagleboard running Android
I am trying to collect some performance statistics on Beagleboard Rev C4, and Beagleboard xM.
Oprofile runs perfectly when I set the profiling event to CPU_CYCLE, however on both boards, when I try ...
1
vote
1answer
623 views
crosstool-ng build fail
I am using a guide from Free-Electrons.com
I am trying to install the crosstool-ng compiler and have go to the point where you run the following command under the title Produce The Toolchain on page ...
1
vote
3answers
450 views
How to run a C++, PortAudio application on startup on Angstrom Linux on a BeagleBoard?
I have a command-line application called xooky_nabox that was programmed using c++. It reads a puredata patch, processes signals from the audio in jack of a beagleboard and outputs signals through the ...
1
vote
1answer
854 views
how to install opencv on angstrom?
I want to install opencv 2.2 on angstrom enviroment.I tried to install but I didn't succeed.Can you tell steps to install opencv on angstrom ?
1
vote
9answers
183 views
Does it help to have a Linux frame of mind for being a better embedded programmer?
was wondering - if knowing The Linux way of life or the Linux architecture, would give a better frame of mind for programming on embedded devices especially when they have some kind of OS in them.
...
1
vote
1answer
387 views
Using linux USb gadget - Need to capture eject event
Referring this link
http://www.linux-usb.org/gadget/file_storage.html
I am doing this ..
Step 1 : I acquire some data on beagle board on angstrom linux and send to SD Card by mounting it on ...
1
vote
0answers
353 views
Suspend/Wakeup in Beagleboard using Angstrom
I want to suspend and resume my Beagleboard C4.
I checked out the latest Angstrom kernel using,
git clone git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git linux-omap-2.6
But ...
1
vote
1answer
201 views
probleem: two cursors are running and moving on qt embedded applicaion at the same time
I am using the qt-embedded 4.7.1. I was able to cross-compile the framework on the host machine to target the Beagleboard machine, but when I deployed and ran a demo application on this target, I saw ...
1
vote
1answer
1k views
OpenCV for ARM (Beagleboard) using YUYV instead of JPEG compression?
I am running OpenCV on a Beagleboard xM with a webcam under Ubuntu. The webcam runs fine, but only in YUYV mode. I.e., luvcview using jpeg compression has many frames which are half cut-off, incorrect ...
1
vote
1answer
895 views
Android driver module booting
I want to implement a hardware driver for my i2c accelerometer on my beagleboard-xm, I'd like it to load it at boot. There are a good amount of resources on the web to help me compile my module but ...
1
vote
2answers
271 views
Android SDK over cross platform
I am trying to install Android on Beagleboard (TI's OMAP35x chip). They have provided toolchain to build the OS and port it on the chip. Now the next question is developing Android apps. I am ...
1
vote
2answers
2k views
Cross-compiler Toolchain and OpenEmbedded +BeagleBoard
I recently start building the filesystem for Beagle Board through OpenEmbedded, but now I also want to change its kernel using the shown here:
http://elinux.org/BeagleBoard#Linux_kernel. ...
1
vote
2answers
300 views
Execute 32 bit object file on 64 bit environment
I made a cross compiling toolchain for arm-gcc, configuring binutils, newlib, gcc and gdb for the arm-elf target. The problem I am having is, when I compile a program with arm-elf-gcc on my Mac, it ...
1
vote
1answer
1k views
Serial port programming on Android-Beagleboard
I am porting a linux application onto android, which runs on beagle board.
My application has to access serial port(send/recv).
Is it possible to read/write serialport using an application, unless ...
1
vote
1answer
839 views
How to define GPS module in Android?
I'm porting android to Devkit8000 which is a BeagleBoard clone. I have a GPS module connected on /dev/ttyS0. I could successfully get NMEA output when writing "cat /dev/ttyS0" in the terminal ...
0
votes
0answers
6 views
questions about u-boot relocation feature
hi all :~) I am using the u-boot-2011.12 on my omap3 target, the cross tool chain is CodeSourcery arm-none-linux-gnueabi, I compiled the u-boot, download it to the target and boot it, everything goes ...
0
votes
0answers
14 views
ubuntu restart on connecting beagleboard to serial port
I connected the beagleboard xm to the serial port of system. Opened gtkterm from Ubuntu 11.10 and as soon as the beagleboard is started the machine restarts. The serial port settings are 115200, no ...
0
votes
0answers
42 views
BeagleBoard_XM Rev C U-Boot splash screen
I want to add a splash screen on boot in U-boot bootloader on BeagleBoard Xm. In early u-boot revisions there was a support for displaying bootup screen on original BeagleBoards. It is supported with ...
0
votes
0answers
28 views
Android: how to enable CONFIG_OMAP_MUX beagleboard?
I am using devkit8000 which is similar to beagle board.
How to enable CONFIG_OMAP_MUX inside?
Somehow I can't find it via menuconfig. or I am looking at the wrong place?
0
votes
1answer
32 views
Angstrom Boot on Beagleboard hangs
I am trying to boot Angstrom on the Beagleboard xM rev B.
I created boot-able drive and another drive to put the root file system, and when I start running the beagleboard, it boots but it hangs ...
0
votes
1answer
78 views
Assembly for Bare Metal BeagleBoard
I am just recently trying to get into embedded programming and am looking for a few resources. I've done quite a bit of programming in higher level languages but have always been fascinated by how ...
0
votes
1answer
48 views
How to install ubuntu on usb stick for running on Beagleboard rev c4 [closed]
So I have my beagleboard running with Ubuntu for arm on an SD card. It runs, very well, and is workable, but is extremely slow.
I saw a video on youtube from a guy that had the same setup as mine, ...
0
votes
0answers
76 views
How to run x86 code on the beagle board xm [closed]
I'm a computer technician. I 'm xperienced with Linux/Windows development. Actually I'm working on a mobile device based on the beagle board XM. I've installed and configured the board with Ubuntu ...
0
votes
0answers
68 views
opengl es 2.0 on android booted beagleboard xm
i have to use opengl es 2.0 on android. I have booted android on beagleboard xm(as it's gpu powervr sdx530 supports opengl es 2.0). The Android version is TI android 2.3.4 rev2.1 devkit. But still i ...
0
votes
1answer
576 views
Cross compiling a Qt GUI application on Qt Cretor: Imcompatiple library error
I am trying to compile Qt for Beaglebord (ARM) for a while and run some basic Hello Word GUI application. I have build Qt for cross compile with some errors and warnings mentioned below and configured ...
0
votes
0answers
100 views
Some doubts with the performance counters of beagleboard
This is a quite usually problem when lots of guys try to use the performance counters but their return value always be 0.
Some guys said that they work well in the kernel-mode. Does the kernel-mode ...
0
votes
1answer
66 views
RFID Reader to connect with Beagle Board
Can someone tell me about RFID reader that is compatible with Beagle Board??