beagleboneblack Questions

9

Solved

I am working on BeagleBone Black and Debian running on it. I want to flash latest Debian image on my board. To do so I have downloaded a latest Debian image from link:BeagleBone Image and prepared ...
Suffragette asked 30/7, 2015 at 13:30

3

Solved

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?
Noctiluca asked 28/8, 2018 at 20:10

1

Solved

I would like to use the I2C bus on the Beagle Bone Black in slave mode. From searching around, the question gets asked in the comment section of random posts, but never answered as to whether it's ...
Amylopectin asked 23/7, 2015 at 21:32

1

I am stuck for a month with a video example given in Qt Video Overview. I tried that code, but I only got a blank square (QWidget). I am using GStreamer0.10 for media playback over Qt5. I also play...
Parasynthesis asked 14/3, 2016 at 9:39

3

I have an a.out which I want to run when my BeagleBone boots up. It is actually a socket server which I want to start as soon as the BeagleBone powers up. I tried to put this in /etc/init.d, but it...
Hedwig asked 4/3, 2015 at 12:37

3

How do I permanently remove cloud9, bonescript, gateone, etc., from the BeagleBone Black Debian (wheezy) distribution? I can disable them with these commands: systemctl disable cloud9.service syst...
Vesica asked 8/7, 2014 at 23:26

2

Solved

I successfully dockerized my nodejs app running on a Beaglebone black. But now I'd like to access to the CAN from within the docker container but it doesn't work. Note that I successfully configure...
Wembley asked 6/9, 2021 at 17:44

3

Solved

I have the following program: #include <iostream> #include <sstream> using namespace std; int main() { //ostringstream s; cout << "cpp test" << endl; return 0;...
Gerhardine asked 31/7, 2020 at 10:34

1

I'm following this tutorial for deploy qml to yocto. I'm using beaglebone black not raspberry but i think it is not important. When i ran cmd "./QmlProject" on beaglebone black , I had an error: Q...
Vetavetch asked 11/9, 2018 at 7:56

6

I compiled OpenCV 3.0.0 with python2.7 in Debian system at a Board with a extended SD card (BeagleBone Black). After OpenCV installed, there seems no error. There are many generated files in the '...
Multinuclear asked 27/6, 2016 at 10:10

2

Solved

I have a Beaglebone Black industrial(BBBI), which I assume is very similar to the Beaglebone Black. I wish to make the BBBI boot to microSD card by default, and I found this guide, which suggested...
Histology asked 24/11, 2016 at 9:26

2

Solved

I have an SD card with a standard Beaglebone Debian image. I also have the MLO and u-boot.img files from building u-boot. I'd like to install the new u-boot on the SD card and then flash the modifi...
Howerton asked 26/3, 2020 at 17:35

2

I have a Beaglebone Black running Ubuntu 14.04. I flashed it using a guide to flashing a pre-built image to eMMC. From the guides I've seen, I should be able to read /sys/class/hwmon/hwmon0/device...
Kinesiology asked 22/1, 2015 at 22:28

8

I am trying to access a Logitech c310 webcam on my beaglebone. It always returns false for any device ID, I am not sure why. I use the following code. >>> import cv2, numpy as np >&gt...
Northeastward asked 15/2, 2014 at 3:12

2

Solved

I'm trying to copy a compressed image into a partition inside a Beaglebone. Usually, it is a 2 step process: xz -d console.img.xz # console.img is created dd if=console.img of=/dev/mmcblk0p3 Is ...
Notwithstanding asked 5/1, 2018 at 8:21

1

Solved

Trying to cross-compile boost 1.69.0 in WSL Debian I run bootstrap.sh without icu or python support. After adding using gcc : arm : arm-linux-gnueabihf-g++ ; to project-config.jam I get the f...
Pasho asked 13/12, 2018 at 20:43

2

Solved

I'm trying to cross-compile a file to flash into the Beaglebone Black. All works fine, but if I try to enable the FPU with #define set_en_bit_in_fpexc() do { \ int dummy; \ __asm__ __volatile__ ...
Inveracity asked 13/12, 2016 at 22:11

3

Solved

I've got caught in the not-so-sunny world of cross-compilation. I'm trying to compile a simple hello world application for my BeagleBone Black (which runs a TI Cortex-A8 processor). First of all,...
Isosteric asked 10/8, 2015 at 21:1

5

Solved

I'm using QT Creator 3.5.1 and QT 4.8.2 on Ubuntu 14.04 LTS host machine, I configured my BeagleBone Kit for ARM crosscompiling like this: I'm following these steps, but I'm getting an error whe...
Republic asked 3/11, 2015 at 9:17

2

As per my understanding chosen node is used to send boot arguments to the kernel. The following is the chosen node of the existing device code (am335x-bone-common.dtsi). chosen { stdout-path = &a...

2

I am trying to set a pin mode in device tree for am335. I change the pinmux node in device tree as below. pinctrl_test: pinctrl_test_pins { pinctrl-single,pins = < 0x078 0x07 /* P9_12 OUTPUT ...
Withhold asked 28/8, 2017 at 4:57

4

Solved

This site, says to... To turn these images into eMMC flasher images, edit the /boot/uEnv.txt file on the Linux partition on the microSD card and remove the '#' on the line with 'cmdline=init=/op...
Vinic asked 26/11, 2015 at 4:43

1

I usually used connman to set static IP to my beaglebone hardware using below command: connmanctl config ethernet_985dad375f63_cable --ipv4 manual 192.168.1.101 255.255.255.0 192.168.1.1 How do I ...
Lulululuabourg asked 27/6, 2017 at 17:21

1

I am working on displaying text on an 8x8 matrix display and I don't have a .ttf file handy that I know of on my BeagleBone. According to an example here, I should be able to say font = ImageFont...
Extrusive asked 23/11, 2014 at 19:21

1

I'm running a program with two CAN channels (using TowerTech CAN Cape TT3201). The two channels are can0 (500k) and can1 (125k). The can0 channels works perfectly but can1 runs a write:No buffer ...
Crosshead asked 4/11, 2016 at 13:51

© 2022 - 2024 — McMap. All rights reserved.