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.

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 …

embedded arm beagleboard
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 …

startup beagleboard angstrom-linux
How do I auto-launch a custom webserver on BeagleBone Black?

I'd like my BeagleBone Black to start up and start web-serving with a custom web server, without the need to …

beagleboard angstrom-linux twistd
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 …

node.js port beagleboard angstrom-linux
What is the best way to run ntpdate at reboot, only after network is ready

I'm using a BeagleBone, and since it has no built in RTC and battery back up, it loses the date …

embedded-linux clock beagleboard ntp
reading a port (GPIO) value in C (beagleboard-xm)

I have an embedded board (beagleboard-xm) that runs ubuntu 12.04. I need to read a GPIO continuously to see if the …

c beagleboard gpio
Interrupts in Beaglebone

I am reading a hall sensor output in beaglebone gpio pin, for every rising edge the interrupt service routine needs …

linux embedded linux-device-driver embedded-linux beagleboard
Using SD card as external storage for Beaglebone Black

After following instructions found here: http://elinux.org/Beagleboard:MicroSD_As_Extra_Storage and here: http://electronicsembedded.blogspot.com/2014/10/beaglebone-black-using-sd-card-as-extra.…

linux microcontroller beagleboard
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 …

unix networking ip-address beagleboard angstrom-linux
How to crosscompile a hello world C program for ARM

I have this simple program with its sources in a 'src' folder and the includes in the 'inc' folder. Normally …

c gcc arm beagleboard beagleboneblack