Questions tagged [beagleboneblack]

BeagleBone Black is a community-supported development platform for developers and hobbyists.

BeagleBone Black is a community-supported development platform for developers and hobbyists. Boot Linux in under 10 seconds and get started on development in less than 5 minutes with just a single USB cable.

Information from : http://beagleboard.org/Products/BeagleBone%20Black

1326 questions
5
votes
1 answer

How can BeagleBone Black be used as Mass Storage Device?

Is it possible to use the BB as Mass Storage Device? I want it to be connected to an audio player that can read files from USB connectivity (such as USB flash drive) and act as data storage device containing one specific folder (and its sub-folders)…
5
votes
3 answers

Maximum Beaglebone Black UART baud?

I have been looking around for UART baud rates supported by the Beaglebone Black (BB). I can't find it in the BB system reference manual or the datasheet for the sitara processor itself. I am using pyserial and the Adafruit BBIO library to…
InvictusRex28
  • 73
  • 1
  • 10
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

AM335x FreeRTOS port, unable to handle IRQs and SWI

I'm currently trying to port FreeRTOS to the TI AM335x processor, best known for being used on the BeagleBones. I am able to boot, run GPIOs and setup a compare match timer for running the system ticks. If I disable interrupts, i can see how the…
henfos
  • 71
  • 6
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
2 answers

Having difficulty pairing with a bluetooth OBDII device on Ubuntu

I'm attempting to pair with a automotive OBDII bluetooth device from a Beaglebone Black running Ubuntu Linux, and not having a ton of luck. I was able, initially to set up hci0 using bluez-simple-agent, although it never asked me for a PIN. The PIN…
tomgersic
  • 401
  • 6
  • 12
5
votes
2 answers

BeagleBone Black Adafruit IO Python library GPIO user permissions

I have a problem with GPIO in Adafruit Python IO library on Debian (from armhf.org). It works as root, but not as regular user. I've added udev rule; KERNEL=="gpio*", SUBSYSTEM=="gpio", ACTION=="add", PROGRAM="/bin/sh -c 'chown -R debian:gpio…
Oleg Antonyan
  • 2,943
  • 3
  • 28
  • 44
5
votes
2 answers

Change hearbeat led on beaglebone black with device tree overlay

I am using the Debian wheezy filesystem with Robert Nelson's latest kernel. I want to disable the heartbeat led using a device tree overlay. I understand there are easier ways of doing this but I am only interested in answers using overlays to…
Ray
  • 51
  • 1
  • 2
4
votes
0 answers

How to remove a CAN message filter from a CAN_RAW socket?

SocketCAN's description says about adding some filters to a socket: struct can_filter rfilter[2]; rfilter[0].can_id = 0x123; rfilter[0].can_mask = CAN_SFF_MASK; rfilter[1].can_id = 0x200; rfilter[1].can_mask = 0x700; setsockopt(s, SOL_CAN_RAW,…
Greenberet
  • 490
  • 1
  • 5
  • 18
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
4
votes
0 answers

Crossbar says 'no callee registered for procedure'

Despite having two nodes connected to a crossbar router on my local network, they aren't seeing each other and the browser console is saying: Browser console: Potentially unhandled rejection [1] {"error":"wamp.error.no_such_procedure","args":["no…
sscirrus
  • 55,407
  • 41
  • 135
  • 228
4
votes
2 answers

yocto kernel ti network error

i'm getting a network interface error when building for the 4.4 ti staging kernel. All layers are in the morty branch. The image is a core-image-minimal. Configuring network interfaces... ifup: unknown address type "inet" With the following…
Auke-Dirk
  • 89
  • 8
4
votes
2 answers

Toolchain to crosscompile Applications for BBB

My native machine is ubuntu based 14.04 LTS x86_64 system, I want to cross-compile applications and QT programs for Beaglebone black, which is an armv7 based system running on Debian 2015 distribution. Which toolchain I should install on my native…
user7345878
  • 492
  • 2
  • 7
  • 20
4
votes
1 answer

Turn off power to a USB port

I'm looking for a way to turn power off (and back on) for a USB port. Solution can be in C, bash, etc. I'm using a BeagleBone running 32-bit Ubuntu 16.04 for armhf. > uname -srvm Linux 4.4.6-ti-r15 #1 SMP Tue Apr 5 12:32:22 UTC 2016 armv7l I've…
Stéphane
  • 19,459
  • 24
  • 95
  • 136
4
votes
0 answers

libphy: PHY 4a101000.mdio:01 not found in Beagleboneblack

I am connecting a LCD cap to the beagleboneblack,it was working fine but suddenly I start to have this message [34.197758] libphy: PHY 4a101000.mdio:01 not found [34.203275] net eth0: phy 4a101000.mdio:01 not found on…