Top "Beagleboard" questions

The BeagleBoard is an ultra-low cost, high performance, low power ARM Cortex-A8 (OMAP3/DM37x/AM335x) based single board computer designed by BeagleBoard.

set-up X11 Forwarding over ssh

I'm attempting to set up x11 forwarding to monitor video on an embedded robotics platform yet I cannot seem to …

linux ssh beagleboard archlinux
Configuring Pins Mode Beaglebone

In the beagleboard or beaglebone are different modes to work the pin. With the previous kernel they are located in /…

beagleboard gpio device-tree
Duplicating identical BeagleBone Black setups

After having set-up and customized my "master" BeagleBone Black (BBB) with applications etc. on the on-board eMMC, I want to …

linux embedded-linux boot beagleboard beagleboneblack
Share the internet access from laptop to beaglebone black and then access it through VNC server

I am trying to share the internet with the Beaglebone Black from my laptop. Here is what I tried till …

networking arm vnc beagleboard beagleboneblack
Creating a Gatt Server?

I have a wider range question here, so if someone could point me to a doc or article that could …

bluetooth bluetooth-lowenergy beagleboard bluez gatt
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: …

multithreading debugging gdb beagleboard angstrom-linux
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 (…

c signal-processing fixed-point texas-instruments beagleboard
Enabling UART on Beaglebone Black

I'm having trouble getting UART enabled. I've gone through many different directions on how to enable and troubleshoot from updating …

debian beagleboneblack uart beagleboard microprocessors
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. …

c signal-processing fft convolution beagleboard
how to control beaglebone gpio pins

I'm trying to make a program for beaglebone to let me control the gpio pins. I tried to use sprintf() …

c++ beagleboard beagleboneblack