Gumstix is an American multinational company headquartered in Portola Valley, California that develops and manufactures small computers-on-module (COMs), compatible expansion boards and single-board computers.
Questions tagged [gumstix]
37 questions
1
vote
0 answers
Eclipse boost_system (arm-linux) linking error
I have repeatedly tried to include the boost_thread library in my eclipse project, but every time I compile the code I get this…

user2554193
- 65
- 2
- 9
1
vote
0 answers
Plugin "Tools for mobile linux runtime" on Eclipse
Currently working on Gumstix Boards, I am setting up my environment and I try to upload my code in Gumstix board.
I was following this wiki and I was told to install the plugin "Tools for mobile linux runtime". However, I cannot find this plugin…

Laila
- 1,421
- 3
- 13
- 27
0
votes
2 answers
jpcap compilation/installation failing on Gumstix
( A bit of background can be found in my previous question here, if it assists someone in helping me: JamVm not running an application (that uses jpcap) on Gumstix ).
I am trying to run a packet sniffing java application on a Gumstix overo board.…

user1269789
- 23
- 7
0
votes
1 answer
JamVm not running an application (that uses jpcap) on Gumstix
A newbie here so apologies in advance for asking anything silly/obvious. I am trying to run a java application on a Gumstix overo board (linux kernel 2.6.34). So far, I have installed JamVm (jvm), jikes compiler and classpath libraries (as per…

user1269789
- 23
- 7
0
votes
1 answer
JamVM NoClassDefFoundError when main is inside of a package
I am getting a NoClassDefFoundError, class file has wrong name, when I try to put HelloWorld in a package! I am using Jamvm v1.5.2. I am assuming my class paths are set correctly because I am able to run when HelloWorld is not in a package... How…

Lou Morda
- 5,078
- 2
- 44
- 49
0
votes
0 answers
Gumstix device tree and SPI
I am attempting to upgrade to a more recent kernel, so I've grabbed the yocto build from https://github.com/gumstix/yocto-manifest and built that. That image successfully boots my unit, so that is a good first step. I had to enable the SPIDEV driver…

Jon Mandrell
- 16
- 1
0
votes
1 answer
Setting up cross-compiler for existing codebase on new machine
I've done all my development work for an embedded linux device (gumstix) in a linux VM and I would like to move the code base to my host Linux computer. The cross-compiler was setup prior to me inheriting the codebase, so I'm not sure how the…
0
votes
1 answer
Gumstix Overo SSD1306 OLED
Hello everybody,
I have been working for some time on the implementation of tools for coding an application in Qt5 on a Gumstix Overo platform with a Yocto Rocko kernel.
After some effort I managed to set up the development tools:
- Create a…

falcon
- 51
- 8
0
votes
2 answers
Bitbake meta-toolchain-qt5: Error do_populate_sdk
Hello everybody,
I try to install the Yocto toolchain with Qt5 to cross-compile code for my Gumstix Overo board on my ubuntu 16.04 virtual machin.
I successfully passed the first step of build with bitbake core-image-sato there but now I need to…

falcon
- 51
- 8
0
votes
1 answer
Overo Yocto Qt5 deployment
I try, for a while now, to install on my Gumstix Overo a Yocto distribution with Qt5 (5.10.1). The goal is to programming a Qt5 application on my Ubuntu virtual machine then cross compile it with QtCreator, like this, for my Gumstix Overo and run…

falcon
- 51
- 8
0
votes
0 answers
Linux SPI process crashing in kernel driver
I have a SPI device (aka SPI slave) driver that I've used for several years on an Atmel AT91 processor. I'm currently porting the driver to a new set of boards and am moving to a Gumstix Duovero CPU. The old stuff was all running in Linux 3.8, the…

Maxwell Bottiger
- 411
- 1
- 4
- 18
0
votes
3 answers
Using bitbake to build a custom gumstix kernel
I've a gumstix Overo which I am configuring to work with a e-CAM camera. The documentation provided by camera manufacture asks me to patch a 2.6.34 kernel and compile in Video For Linux support. When I look at gumstix user documentation they say I…

speciousfool
- 2,620
- 5
- 28
- 33
0
votes
1 answer
Dronekit-Python over AeroCore
Teoretically, Dronekit-Python run over any hardware which supports MavLink. I tried to run dronekit over Gumstix AeroCore but I've only got reach the prompt MAV> and nothing more happens
Someone knows what's missing?
Thanks in advance
0
votes
2 answers
using rosserial_arduino on Gumstix overo
I am new to Gumstix and ROS.
And I would like to connect the Gumstix to Arduino (ATMega2560) using rosserial.
I have two paths between Gumstix and Arduino.
One(/dev/ttyO0 in Gumstix) is a connection in circuit board and the other(/dev/ttyACM3 in…

Youngmin Kim
- 325
- 4
- 12
0
votes
1 answer
Gumstix to Gumstix Communication
I am trying to get enable communication between two Gumstix via UART or even USB. I have had issues finding any useful online resources so I was hoping someone could point me in the right direction.
I have two of the gumstix overo series summit…

Hokie2014
- 35
- 1
- 8