Questions tagged [gumstix]

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.

37 questions
0
votes
1 answer

Image Library (IMGLIB) on Gumstix?

I need to run AprilTags C++ algorithm on gumstix using DSP image library. Without DSP, Algorithm is eating up 85% cpu with 4fps. I am trying to get TI Image Library IMGLIB on Gumstix with Yocto Project. I could not find any resources or hints how…
Zafrullah Syed
  • 1,170
  • 2
  • 15
  • 38
0
votes
2 answers

Bitbake fails on do_package_qa error?

I am trying to write my own custom recipe. I am using Yocto Project with Bitbake. The following package when given bitbake apriltags commands does the following and throws error at do_package It successfully does the following…
Zafrullah Syed
  • 1,170
  • 2
  • 15
  • 38
0
votes
1 answer

OpenCV- C++ on armv71 gives unknown errors

I am trying to compile videocapture code using OpenCV on Gumstix Arm board. The following code works flawlessly on my Laptop and I am able to capture video, but when I compile the same on arm board, it gives unknown errors. My code: #include…
Zafrullah Syed
  • 1,170
  • 2
  • 15
  • 38
0
votes
3 answers

Gstreamer- failed to enumerate video formats and Inappropriate ioctl for device Error

I need to stream a video using gstreamer. After giving media-ctl commands correctly When I give this command LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so mplayer tv:// -tv driver=v4l2:device=/dev/video6 -vo png -fps 1 , it is successfully capturing…
Zafrullah Syed
  • 1,170
  • 2
  • 15
  • 38
0
votes
1 answer

Control Gumstix Overo GPIO

Any suggestions to work with Gumstix Overo Air GPIO pins by Java Library as PI4J I'm using Pinto-TH shield to interface with the board pins.
Mohamed Usama
  • 99
  • 2
  • 13
0
votes
1 answer

Lighthttpd - best way to update system network config file from web application

I have a Gumstix (runs linux) that im using for a project and would like to be able to configure the ethernet / wifi configuration through a web page running on the built in web server. Think of how routers and the such work - you can log into a…
Rosstified
  • 4,047
  • 2
  • 25
  • 33
0
votes
1 answer

Autoboot on gumtix

I am trying to get my gumstix computer to automatically login so that I can run a program that reboots it and the scps over a file. My problem is that I try to follow the instructions here: Autologin But when I try and compile it I get this error:…
Julien
  • 23
  • 3
1 2
3