116 questions
0
votes
0
answers
183
views
Having Angstrom build and Poky build in one repository
I have successfully made a test image (core-image-minimal) for Colibri-imx6 board using the poky distribution. The kernel does not completely load when the image is deployed on the board. So, I have ...
1
vote
0
answers
204
views
How to join an BITMAIN Antminer to a Microsoft Windows Server 2008 Active Directory
Let's start with "WHY?":#nerdsLoveToStartWithWhy
I'm developing a customized software to manage a crypto-mining farm where we need to communicate with miners (BITMAIN Antminer) by their hostname ...
0
votes
1
answer
2k
views
Crosscompile with CLION, CMAKE, WSL and custom Angstrom toolchain - Problems during "CLION TEST"
TL;DR:
Trying to compile helloworld with CMake, custom toolchain (angstrom) and CLion. Compiler is not able to run test. CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY" is set.
Hello,
new to ...
0
votes
0
answers
108
views
Angstrom Linux - stdio.h No Such File or Directory
I have an embedded system running Angstrom.
I'm attempting to build the ftdi D2XX libraries on the target however, I can't even begin to build anything because GCC is complaining about not being ...
0
votes
1
answer
4k
views
"Static declaration of ‘memfd_create’ follows non-static declaration" Error while building Linux image using Yocto
I am building Linux Image using Yoctobuild system on Ubuntu 18.04 host machine. I am following steps provided over here. I am building for Colibri iMX6ULL computer-on-module. However, my build has ...
2
votes
1
answer
599
views
Read byte from linux device char file in java
I'm writing a java software that works on a control unit with Angstrom Linux, ARM platform. This software must read the status of the gsm modem from the / dev / gsm_status file and know if the modem ...
3
votes
1
answer
8k
views
ParseError at /meta/classes/image.bbclass Could not inherit file classes/image_types_uboot.bbclass?
UPDATE : It started to bitbake!!
I now get the following error, and it stops to bitbake core-image-minimal in the middle:
Initialising tasks: 100% |################################################...
0
votes
0
answers
2k
views
ath9k_htc (Atheros) TL-WN722N WiFi dongle on Angstrom
I am trying to interface the TL-WN722N to a Altera Cyclone SoC. I have taken the following approach:
Downloaded the open firmware ath9k_htc and try integrating it to my linux kernel image to be ...
0
votes
2
answers
857
views
SD-card becomes read only
I am running my application on colibri-vf50 toradex(running over angstrom distribution) board having sqlite database resides on sd-card. My sd-card becomes read-only
whenever I remove power-supply ...
0
votes
1
answer
4k
views
boost library cross compilation for arm
I am trying to compile boost v1.64 for arm-angstrom-linux-gnueabi-g++
For that I am following below steps:
1) ./bootstrap.sh
2) Modified the project-config.jam by replacing the line with "using gcc"...
0
votes
1
answer
241
views
How to take screenshot from command line on BBB Angstrom
Hi I have a BBB which is running on Angstrom 2013 image. For display purpose I am using a cape which is connected to gpio extensions. There is a Qt application running on BBB, which use to get ...
1
vote
1
answer
664
views
Calling bash script from Java
I have this MCVE for an Java class calling a bash script:
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
class Test
{
static BufferedReader in;
...
0
votes
2
answers
2k
views
How to disable the option of booting from SD card in BBB
I have a BBB running on angstrom. I want to increase the storage space, for that purpose I am using an SD card. The problem here is the angstrom images tries to boot from SD card if there is an card ...
2
votes
1
answer
2k
views
Copy the emmc content of Beaglebone running angstrom on SD card to make an emmc flasher image
I have an emmc-flasher angstrom image on my BBB, I want to copy the content of the emmc image on an SD card and make it as an emmc-flasher so that I can flash the other BBB with the changes I made on ...
0
votes
0
answers
80
views
Execute an application before log-in time forever in linux
I am working on a BBB device running on an Angstrom image and the display panel is a 7 inch LCD cape. I want to start an application as soon as log-in message prompts means the application should get ...
0
votes
1
answer
122
views
On a BBB how do I display the output of a C program that starts on boot?
I have a very basic analog input C program that reports weather data read from the AN0 pin. If I run the program through the (SSH) command line it will print to that console. Linked is a sample of the ...
0
votes
0
answers
130
views
How to install apt-get without having Makefile and GCC?
I want to install "gcc", but don't have make, apt-get and yum. I am using "mlinux" as OS for gateway.
7
votes
6
answers
16k
views
Post-install script on Yocto-built linux
I need to run a script on a target OS built by Yocto.
This script needs to be ran as part of the install and thus must be ran only once (either after the entire OS install or on the first boot). It ...
1
vote
0
answers
91
views
JVM does not respond to network changes
I tried to explain my question here JVM appears to cache failed DNS lookups even if caching is "disabled", but now I would like to formulate it better. Basically we are running Java code on ...
0
votes
1
answer
663
views
error while installing pyserial on beaglebone black with angstrom
I entered the following command to install pyserial on my beaglebone black - rev C with angstrom OS:
pip install pyserial
and I got the following error msgs:
Downloading/unpacking pyserial
...
2
votes
1
answer
630
views
Cannot import 'ast': Flask installation on Angstrom (Beaglebone black)
While trying to install Flask on my beaglebone black (Cloud9 GNOME Image 2013.09.04), it is encountering an ImportError for the module ast (installing Werkzeug module). I have Python 2.7.3 version, so ...
4
votes
2
answers
12k
views
Fix the boot order/eMMC on a Beagle Bone Black
Problem
The problem I'm having was caused by the following action: When I had BBB connected to my PC (using USB cable), I accidentally formatted the ~92 MB partion that contained the getting started ...
0
votes
1
answer
1k
views
Add module to angstrom kernel
I'm working on the Altera cyclone V Soc FPGA Dev Kit.
I'm using the GSRD 14.1 Angstrom provides by rocketboards.com (http://www.rocketboards.org/foswiki/Documentation/GSRD141AngstromGettingStarted)
...
2
votes
1
answer
425
views
Angstrom OpenEmbedded Kernel freeze when booting on original BeagleBoard
I am trying to get an original BeagleBoard (revC4) to boot a Angstrom OpenEmbedded image. Using instructions found here:
http://elinux.org/BeagleBoardAndOpenEmbeddedGit
and:
http://www.angstrom-...
0
votes
1
answer
392
views
Cannot find toolchain for my Armv7l
I am trying to cross-compile from Ubuntu (host) to Armv7l (target) but when i am trying to reach this site (http://www.angstrom-distribution.org/toolchains) in order to download the appropriate ...
2
votes
1
answer
308
views
Angstrom Python errors on import io
I am trying to resolve some dependencies for the MYSQL connector for Python on Angstrom.
From the command line I get the following error:
Python 2.6.6 (r266:84292, Feb 25 2011, 16:50:01)
[GCC 4.3.3] ...
0
votes
2
answers
938
views
Issues with bitbake for building Angstrom
The issue I'm having is that I'm trying to build an Angstrom image from scratch using bitbake (since Angstrom is now Yocto Compatible) but I've run into an error the moment I run the bitbake systemd-...
7
votes
2
answers
4k
views
BeagleBone Black freezes
We are currently developing an application for BeagleBone Black (using the standard Angstrom distro). It runs quite happily for a while (5-10 minutes) under GDB (controlled by Netbeans remotely) but ...
2
votes
1
answer
1k
views
Register level access in linux device driver
I have only 2 weeks experience in linux driver development, but have good experience on embedded c programming. I have only tried character device driver in linux. Now i wish to try a device driver ...
2
votes
1
answer
4k
views
BeagleBone boot to Qt app with touch screen
As many other person, I want to have a Qt application that run directly when the BeagleBone Black boot. Using the answers from other topics like these:
Beaglebone Boot to Qt App ;
Start QT Application ...
3
votes
2
answers
8k
views
running beaglebone image on qemu : libusb error
I'mt trying to run beaglebone image on qemu following this tutorial. im using ubuntu 14.04 and installed qemu as shown in the tutorial
when ruining the command
qemu-system-arm -M beaglexm -drive if=...
4
votes
2
answers
3k
views
installing Angstrom on Beaglebone black
I am a newbie in Beaglebone Black, I install Ubuntu on my Beaglebone Black which works fine, Now I am trying to install Angstrom on Beaglebone Black, for this I first of all download image of Angstrom ...
3
votes
1
answer
1k
views
Not Receiving Verbose Output From opkg
When I run opkg update or opkg upgrade, it will pause for a few seconds, and then return to a new line.
root@device:~$opkg update
root@device:~$
I've tried running the command with the --verbosity=# ...
2
votes
1
answer
3k
views
Package synchronization with opkg
We're using the BeagleBone Black running Angstrom Linux and the opkg package manager to power some of our systems. We need to ensure that we have consistent and reliable access to specific versions of ...
3
votes
1
answer
4k
views
Choose kernel version in OpenEmbedded
I want to build Angstrom kernel on Ubuntu 13.04 host machine using OpenEmbedded.
git clone git://github.com/Angstrom-distribution/setup-scripts.git
cd setup-scripts
MACHINE=beagleboard./oebb.sh ...
1
vote
1
answer
4k
views
Cannot enable PRU on Beaglebone Black
I am trying to enable the PRU module on my BeagleBone Black, but I came across two errors.
The first one, is when I am trying to activate it:
echo BB-BONE-PRU-01 >/sys/devices/bone_capemgr.9/...
2
votes
1
answer
3k
views
Installing Qt and PySide on Angstrom
I tryed to install PySide for interface development in Qt. I got it to work on my Arch box, but after several attempts to install it on Angstrom running on a BeagleBone Black rev. A5
Using various ...
1
vote
1
answer
1k
views
GCC: Cross compilation on Angstrom (BeagleBone Black)
I am running Angstrom ( v2012.12) on my BeagleBone Black (Linux beaglebone 3.8.13 #1 SMP Thu Sep 12 10:27:06 CEST 2013 armv7l GNU/Linux). I am using the following gcc:
COLLECT_GCC=arm-angstrom-linux-...
1
vote
2
answers
767
views
linux, openssl: where is THIRTY_TWO_BIT defined?
I can't compile the openssl headers for c++ on Angstrom distribution, arm core. The file "bn.h" in openssl needs some extra definitions. One of them is THIRTY_TWO_BIT. I don't want to define it ...
2
votes
1
answer
976
views
g++ : command not found in angstrom on beagleboard
I am using angstrom on beagle board.. but when I try to run any command on the terminal I get this error:
Sh:g++:not found
I tried installing g++ Using opkg install g++ but no use!!
3
votes
3
answers
4k
views
Wait for connman to finish configuring the network in a sytemd system
Is there any way to configure a systemd service (e.g. serviceX) to wait for the connmand service to finish configuring network interfaces prior to serviceX running ? From what I understand of systemd, ...
0
votes
1
answer
2k
views
Start OpenSSH sshd automatically on the BeagleBone Black
Does anybody know how to start sshd automatically on the BeagleBone Black ? I've replaced dropbear with OpenSSH. The standard systemctl enable sshd doesn't work, but strangely systemctl start sshd ...
7
votes
3
answers
12k
views
Python PySerial with Auto RTS through Half-Duplex RS-485 breakout board using Beaglebone Black Angstrom
I'm trying to use a Beaglebone Black running Angstrom (3.8 kernel) to communicate with devices on a half-duplex RS-485 network at 9600-N-8-1.
I'm trying to use an RS-485 Breakout board similar to ...
1
vote
1
answer
1k
views
"Serial transmit complete"-Interrupt RS485 [BeagleBoneBlack - Angstrom]
I am developing an application on a BeagleBoneBlack. Embedded linux is quite new for me =/
The problem I am facing is that I want to implement a RS485 communication,
I wrote a piece of C++-Code by ...
0
votes
1
answer
1k
views
Error while trying to enter sleep mode in Beagle Bone Black
While trying to enter sleep mode on beaglebone black am getting an error
When i issue the command echo -n "mem" > /sys/power/state am getting
-sh: echo: write error: No such device
The kernel ...
0
votes
1
answer
727
views
Angstrom Linux on Beagleboard boots into sleep mode
I'm running GNOME on Angstrom Linux on a Beagleboard, and have an issue when the device boots, i'm running the 2013-06-20 image from http://beagleboard.org/latest-images.
Power on, and the screen ...
1
vote
0
answers
645
views
How to build Python 2.7 for Angstrom BeagleBoard XM
I would like to use OpenCV via the Python CV2 library on my BeagleBoardXM running Angstrom. I have Python 2.6 installed, but CV2 requires Python 2.7.
When compiling from source on the BB-XM, the ...
3
votes
2
answers
10k
views
GPIO/Analog programming for BeagleBone Black on Angstrom Linux, what compiler for cross development on Windows?
I'm working on a BeagleBone Black (BBB from now on) with its stock Angstrom Linux.
I'm able to do GPIO/Analog programming using JavaScript, but I want to do it in C/C++.
I know the sysfs thing and /...
0
votes
2
answers
1k
views
Qt on Beaglebone Black
I am using the following this (http://www.cloud-rocket.com/2013/07/...or-beaglebone/) link for cross compliing on beablebone black.
But while following this link I encountered with following error ...
2
votes
1
answer
7k
views
WiFi access-point in BeagleBone
I am trying to start WiFi access point on my Beaglebone Black.
There is no brige. I just want to connect to AP from my phone for setting up some custom configs.
I installed hostapd success, and edit ...