Questions tagged [beagleboard]

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.

428 questions
0
votes
2 answers

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 one that comes with the board) let to set the…
gus
  • 355
  • 2
  • 5
  • 19
0
votes
1 answer

BeagleBoard: setting ALSA master volume

I'm trying to set the master volume with alsa on a BeagleBoard (with Ubuntu installed) but when is executed the following code the result is always: "Mixer simple element not found" elem = snd_mixer_find_selem(handle_mix,…
Luca90
  • 63
  • 1
  • 2
  • 12
0
votes
1 answer

omap_udc.c g_hid.c hid gadget on beaglebone with Ubuntu

I want to use the beagleboneas as HID peripheral. I plan to do the following: Discover how to build things with Ubuntu. Get the kernel source (3.2.28 ?). Compile omap_udc and g_hid Insert those modules into the kernel Compile the example from…
0
votes
2 answers

Using OpenCV on BeagleBoard XM

I'm trying to compile simple OpenCV code on the BeagleBoard XM, running Ångström Linux. I know my way in OpenCV, but only under Windows and Visual Studio. I'm fairly with non-Microsoft OSes. I think I've installed OpenCV on the BeagleBoard (opkg…
Mercury
  • 1,886
  • 5
  • 25
  • 44
0
votes
1 answer

How to Connect PC to ubuntu Beagle board

I have PC connected to beagle board through SERIAL PORT. Ubuntu is running on both PC and beagle board. I have sensor attached to beagle board . These sensor data is needed by PC from beagle board through serial port. How to transmit the sensor…
kar
  • 2,505
  • 9
  • 30
  • 32
0
votes
3 answers

Preprocessor initialized struct

I have a large amount of constant data that I need to store in a header file. Due to the nature of the data (how its nested), I decided to use a structure that is initialized by the preprocessor. I am trying to initialize these structs like…
Ethan Hayon
  • 346
  • 1
  • 9
0
votes
2 answers

Using cloud9 on beaglebone ubuntu

I passionately set forth to try and install cloud9 ide on BeagleBone running Ubuntu. I followed the steps at this blog:http://ubuntuforums.org/showthread.php?t=1813076. However when it came down to installing o3 my build kept failing Build failed: …
user1179510
  • 1,003
  • 1
  • 14
  • 24
0
votes
1 answer

VideoView Error on BeagleBoard ICS

I am trying to play multiple videos(.mp4 format) one after the other using VideoView.It works fine on Android Tablets with ICS but it gives the error "Sorry this video cannot be played" error when I run it on BeagleBoard hardware with Android…
0
votes
1 answer

Using the human interface driver on ubuntu

I am using the tmp006evm on my beagle board running ubuntu 12.04. According to the question I posted here http://e2e.ti.com/support/other_analog/temperature_sensors/f/243/p/199962/712785.aspx#712785 , they do not provide official support for the…
user1179510
  • 1,003
  • 1
  • 14
  • 24
0
votes
1 answer

not getting target terminal on beagle board

I have beagle board. I am able to mount kernel and root file system on the board. But I am not getting the terminal .Root file system is successfully mounted.but its not giving the target prompt(#). so can anyone suggest the solution
user1415119
  • 31
  • 1
  • 3
0
votes
1 answer

Embedded linux bitbake - how to extract source of u-boot

Following the instructions on http://www.angstrom-distribution.org/building-angstrom I did a $bitbake u-boot -c configure It downloaded the sources and patches of u-boot for beagleboard. I want to make changes to the u-boot code. How do I extract…
user361697
  • 1,093
  • 2
  • 12
  • 21
0
votes
1 answer

Compiling Android applications for Cotex A 8

I have successfully installed Android Gingerbread 2.3.4 on Beagleboard XM, which is having Cortex A-8. How do I select Cortex -A-8 as target in Eclipse for cross compiling? Thanks and regards, Heshsham
gpuguy
  • 4,607
  • 17
  • 67
  • 125
0
votes
4 answers

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?
Steak Overflow
  • 7,041
  • 1
  • 37
  • 59
0
votes
1 answer

running code on BeagleBone using Cloud9 IDE

I am very new to BeagleBone. I have been using Arduino upto now. I plug my BeagleBone into my Linux laptop, and connect BeagleBone to my router. I can open Cloud9 off the board by browsing to 192...:3000. I want to load and run this…
Seeker
  • 1,250
  • 1
  • 16
  • 23
-1
votes
1 answer

yocto linux Beaglebone black no gpio directory

I built a poky build based on yocto kirkstone and the version I have it running is Linux beaglebone-yocto 5.15.54-rt48-yocto-standard #1 PREEMPT Thu Jul 14 18:52:26 UTC 2022 armv7l armv7l armv7l GNU/Linux Also, while building I have a custom layer…
Pavan Kumar
  • 49
  • 1
  • 5
1 2 3
28
29