Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
3k views

How do I use ioctl() to manipulate my kernel module?

So I'm trying to write a kernel module that uses the linux/timer.h file. I got it to work inside just the module, and now I am trying to get it to work from a user program. Here is my kernel module: ...
1
vote
0answers
84 views

asm/ioctl.h is missing on my gumstix linux image

I am trying to include ioctl.h on my Gumstix Linux in order to use the on-board ADC. In turn, ioctl.h includes asm/ioctls.h which is missing on my machine. In fact, the entire /usr/asm directory is ...
1
vote
1answer
538 views

Compiling tesseract-ocr on ARM/Gumstix?

Is it possible to compile tesseract-ocr for the Intel PXA270 found in certain Gumstix boards? Has anyone done this successfully, and if so, how did you do so?
0
votes
1answer
431 views

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

Linux Bluetooth not finding Android Service with UUID

I am trying to write a program on an embedded system running GUMSTIX(Linux) to connect and talk to an Android 2.x device over bluetooth. The GUMSTIX is the client and the Android is the server. I am ...
0
votes
1answer
105 views

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 ...