Questions tagged [angstrom-linux]

Ångström is a versatile Linux distribution designed for embedded devices like handhelds, set top boxes and network-attached storage devices.

118 questions
0
votes
2 answers

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 just after board boot up(same time my app start…
MBajaria
  • 19
  • 1
  • 3
0
votes
1 answer

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" by: using gcc : arm :…
MBajaria
  • 19
  • 1
  • 3
0
votes
1 answer

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 displayed on the Cape. How can I take screenshot of the…
user7345878
  • 364
  • 2
  • 5
  • 19
0
votes
2 answers

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 available on the slot and gets hang there as I am…
user7345878
  • 364
  • 2
  • 5
  • 19
0
votes
0 answers

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 start automatically just after the booting. To…
Learner
  • 67
  • 6
0
votes
1 answer

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 output. I've written the script/service so that…
SCutler
  • 1
  • 1
0
votes
0 answers

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.
0
votes
1 answer

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 Running setup.py egg_info for package pyserial …
King Elisha
  • 55
  • 2
  • 8
0
votes
1 answer

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) root@socfpga_cyclone5:~# uname -a Linux…
jordan
  • 5
  • 6
0
votes
1 answer

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 toolchain,i get this error "404 Not Found". Does anyone…
user4504539
0
votes
2 answers

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-image Traceback (most recent call last): File…
jobenas
  • 3
  • 3
0
votes
1 answer

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 version and os version is as below root@beaglebone:~#…
ganeshredcobra
  • 1,271
  • 3
  • 24
  • 37
0
votes
1 answer

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 will display the Beagleboard logo, and continues to…
MLeFevre
  • 4,181
  • 2
  • 27
  • 41
0
votes
2 answers

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 after modifying the qmake.conf file 1) Modified…
0
votes
1 answer

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 the following config files: I am using Angstrom…