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
5
votes
3 answers

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 compiling the native ARM GCC? Thank you, Edit: as…
Carlo
  • 51
  • 2
5
votes
1 answer

Set up Beagleboard emulator with qemu in Ubuntu

To setup qemu for Beagleboard in Ubuntu 14.04, I am following steps given in link below: http://www.cnx-software.com/2011/09/26/beagleboard-emulator-in-ubuntu-with-qemu/ When I tried to run ALIP image in qemu by command : sudo qemu-system-arm -M…
Abhinav
  • 47
  • 1
  • 5
5
votes
1 answer

USB Dongle Recognition in Android - Beaglebone

Issue : Some of the Huawei USB Dongles not recognized by Android JellyBean4.1.2 in Beaglebone. In Detail : I am working with BeagleBone running on Android JellyBean4.1.2 . Huawei - E1731 [Locked] , Huawei - E303D [Locked] are working fine in…
Don Chakkappan
  • 7,397
  • 5
  • 44
  • 59
5
votes
2 answers

BeagleBone Black interrupts through kernel driver

I'm trying to work with interruptions but I get the following error, due to ioread32. As I have seen in the chapter "25.3.3 Interrupt Features" of "AM335x SitaraTM Processors - Technical Reference Manual" In order to generate an interrupt request to…
5
votes
1 answer

How to implement highly accurate timers in Linux Userspace?

I have Angstrom Linux on my BeagleBoard. I want to implement very accurate timer which can fire at every 500us. I read about hrtimers, but all the implementations I found were for kernel space. I want to implement it in user space. Is there any…
0xF1
  • 6,046
  • 2
  • 27
  • 50
5
votes
1 answer

BeagleBone Black not detected in network interface on Mac

I have a BeagleBone Black development board. When I initially bought it, I set it up on my Mac and was able to ssh into it without any problem. Then, I followed a tutorial once for sharing the internet of my Mac with the BeagleBone using USB and…
5
votes
1 answer

ttyO ports do not have the good port address on QEMU 1.4.0 running image for beagleboard-xm

I'm running an Linux Image (kernel 3.2.8) for beagleboard-xm on QEMU's 1.4.0 emulator Ubuntu distribution for 13.04. My image is created using Buildroot beagle_defconfig. I added some pkgs to be able to debug a little. QEMU call cmd: `$ sudo…
5
votes
1 answer

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 server on the Beagle Bone Black exits when I close…
5
votes
4 answers

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?
5
votes
1 answer

reading output from /dev/ttyACM0 results in beagle board freezing (Embedded stuff)

reading output from cat /dev/ttyACM0 results in beagle board freezing. It unfreezes when i unplug the usb serial. So essentially my setup is a beagle board connected via a usb to my laptop, which is communicating with it via COM6. We also have it…
5
votes
2 answers

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 my python code to start running in the background directly when I login to my beaglebone without any commands . Just like adding a program to start-up…
Amadeus
  • 352
  • 2
  • 8
  • 16
5
votes
4 answers

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 new network with an ethernet cable like this: $ ssh root@beaglebone.local So far I've only been able to access it like this, if I know the IP…
ow3n
  • 5,974
  • 4
  • 53
  • 51
4
votes
2 answers

Beagleboard: Erased NAND flash and now not booting

I have a Beagle board OMAP3530-GP and I had copied my kernel and rootfs into two partitions of the SDcard and wanted to boot it. partition 1 of the SDcard: FAT32 boot partition with the following files in the same…
user900785
  • 423
  • 3
  • 14
  • 32
4
votes
3 answers

Remote access to beaglebone blue

I'm working on a personal project that involves a Beaglebone blue. I want to access it remotely from anywhere. I'm not sure what the best way to do this is. I know I could just forward a corresponding port (unsafe) or something along those lines but…
sabo
  • 911
  • 13
  • 37
4
votes
3 answers

Cannot install the driver of BeagleBone on the Windows 10

When I try to install the drivers of my BeagleBone on the Windows 10, I get : Knowing that I have the latest Image of Beaglebone which : How can I fix that?
Ichrak Mansour
  • 1,850
  • 11
  • 34
  • 61
1 2
3
28 29