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

1246 questions
-2
votes
1 answer

Image processing for detect balloon

I want to do a project of image recognize by a camera of a balloon in movement. In addition to knowing the location of the balloon. so my question is which microcontroller is capable of dealing with?
-2
votes
1 answer

How can i enable RTS and CTS pin on Beanglebone Black Kernel 4.1.15-ti-rt-r43?

To activate the RTS and CTS pins on Beaglebone, I followed several routes, but unfortunately I did not get any further. 1) the activation of the RXD and TXD was easier. I entered the command at uEnv.txt: root@beaglebone:/boot# nano…
Ayoub
  • 11
  • 1
-2
votes
1 answer

Compile C++ with Docker on Visual Studio Code for macOS

I start a new project of a C++ application working on a BeagleBone Black (Ubuntu 14.04 (Trusty Tahr), ARM v7), but in the future I will do to port the application to Linux or Windows. I want to set up a development environment who can be cross…
Martin
  • 31
  • 5
-2
votes
1 answer

function never execute but code compile

I'm trying to run the following code in c on a beaglebone black (microcontroller running Debian). The code compiles but terminates right when the pwm_init() function is called. No printf will execute after this line, even the first in the pwm_init()…
Léo Caussan
  • 19
  • 1
  • 6
-2
votes
2 answers

RE: How Can I Get Flask to Use GPIO Pins to Change the LED Brightness on Linux with a BeagleBone Black?

I am using Python, Adafruit_BBIO for GPIO and PWM, Flask, and a BeagleBone Black. With all these tools and info, I have been following along in a book, "Getting Started with BeagleBone" (Richardson 2014). With this in mind, here is my software from…
De Funct
  • 336
  • 1
  • 10
-2
votes
1 answer

BeagleBone Black Software OpenGL

I am working on an embedded project. The hardware is based on the BeagleBone Black platform. There seems to be a conflict between the OpenGL hardware driver for the TI GPU and the CAN driver that is causing problems. We are using Qt5.8 for all our…
user856232
  • 963
  • 1
  • 9
  • 32
-2
votes
2 answers

Can't log in beaglebone as root

I just built the yocto project for beaglebone black by running bitbake core-image-minimal I have successfully loaded kernel and rootfs up using tftp and nfs. But I just can't figure out how to login as root through the serial port. After I type root…
clark.li
  • 119
  • 1
  • 5
-2
votes
1 answer

Beaglebone black eth0 does not get static ip configuration

I have an interface eth0 which I add to bridge (br-lan). Then I want to give eth0's IP to br-lan and bring eth0 to state with no IP for it. I did following steps but after some interval eth0 gets another DHCP IP different from br-lan but within…
Milind Dumbare
  • 2,768
  • 2
  • 16
  • 32
-2
votes
1 answer

Ethernet does not work with Ubuntu 14.04 on Beaglebone Black

I just got new Ubuntu 14.04 on my BBB, and I cannot connect to the Ethernet. I have been researching a lot, but no posts that could help me solve my problem. By the way, I only have the command line, so I do not have GUI. If anyone could help, that…
-2
votes
1 answer

Debian, Beaglebone, WIFI interface works outgoing, not incoming

I have a panda wireless card setup on my BeagleBone Black (latest debian image). From the BBB, I can ping my router, and google. However, I cannot ping or ssh to the wireless interface of the BBB from another system on my network. I've tried with…
Coder1
  • 12,741
  • 13
  • 52
  • 74
-3
votes
1 answer

Bash path variable, permission denied

I can't create BASH variable $path couse I get the error permission denied. I want to execute this BASH script in C code: #define AINinit "\ #!/bin/bash \n\ path=`/sys/devices/bone_capemgr.*/slots` \n\ echo | sudo -S echo cape-bone-iio >…
Pukacza
  • 7
  • 7
-3
votes
1 answer

Beaglebone Black Latest Firmware Images U-Boot SPL 2018.01 not boot

I'm trying to flash Beaglebone back from element14 by step on Getting Started page , it can't flash or boot on sdcard on deabian 9.1 LXQT or 9.3 loT lasteset Firmware Image, but I can flash on Old Firmware debian7.5 from step "dd if=/dev/mmcblk0…
-3
votes
1 answer

Downgrade a Beagle bone image from 4.1.15 to 3.8.13

My new beaglebone black has 4.1.15 image on it and when I tried to follow the instructions by uncommenting the "cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh" in /boot/uEnv.txt, the script init-eMMC-flasher-v3.sh doesnt really…
user6345
  • 15
  • 1
  • 5
-3
votes
1 answer

Strange C program Latency behaviour

A simple (vanila) DFT program was being written and an unusual behaviour was observed: To recreate Compile the following program: #include #include #include #include #include #include…
rathin2j
  • 99
  • 1
  • 9
-3
votes
2 answers

Cant log in to BeagleBone Black's SSH through my Mac?

I am new to the BeagleBone Black and I have so far been unable to connect the BeagleBone with my Mac and successfully log in to SSH. I have downloaded and installed both HoRNDIS and FTDI_ser but this has not helped. I have also allowed remote log…
SDROB
  • 123
  • 1
  • 13
1 2 3
83
84