Linux driver for embedded Linux
NickName:JakobJ Ask DateTime:2013-04-10T04:25:51

Linux driver for embedded Linux

I'm looking to attach some USB devices to my embedded Linux board. It is an TI-ARM processor running embedded Linux, but I guess it could be any embedded Linux board.

If I purchase an USB device which has Linux support/driver, can this driver (generally) be re-compiled to work with the ARM architecture? (Instead of Windows ect.).

Copyright Notice:Content Author:「JakobJ」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/15911807/linux-driver-for-embedded-linux

More about “Linux driver for embedded Linux” related questions

Linux driver for embedded Linux

I'm looking to attach some USB devices to my embedded Linux board. It is an TI-ARM processor running embedded Linux, but I guess it could be any embedded Linux board. If I purchase an USB device w...

Show Detail

questions about embedded linux device driver by linux newbie

I have been studying linux driver recently, as those articles I read said, the device driver modules are likely to be automatically loaded on demand by kernel, I am therefore wondering about the r...

Show Detail

Add a driver module to embedded linux

I have a task that consists in implementing a driver for an RF module. The RF module communicate with the blackFin609 microcontroller using UART. In a first step i created a uClinux image and dow...

Show Detail

Embedded linux driver load-up

I'm developing a device driver for embedded linux(ARM). How can I compile the KO file generated as a part of the kernel, in a way that the module will be loaded in boot ? this is the first time I ...

Show Detail

Tracing Kernel Driver code in embedded linux development

I am doing some embedded Linux development and am trying to implement a new instance of an EMIF interface. The Linux kernel already has an EMIF driver installed in it and uses it to read and write ...

Show Detail

Cross compile FTDI VCP Driver for embedded linux arm

I'm trying to cross compile the FTDI VCP Driver for my embedded arch linux arm machine. I downloaded the source files from http://www.ftdichip.com/Drivers/VCP.htm onto my host machine which is runn...

Show Detail

Embedded Linux and device driver development

I plan to learn embedded linux and writing linux device drivers. I need a dev board where I can, Build and boot it with a linux distribution. Write drivers for peripherals in the board. (In future)

Show Detail

USB driver tests on embedded linux device

I am looking for and open source test suite to test the USB drivers on an embedded linux device. Any suggestions are welcome ? I am reading through this link : http://www.linux-usb.org/usbtest/ If...

Show Detail

How to debug graphics driver in linux?

I am new to linux kernel debugging. I have a radeon graphics card and I am doing some graphics driver development for my embedded system. Before making a custom driver for another radeon card, I wa...

Show Detail

Understanding linux joydev driver

I am trying to understand the joydev driver (http://lxr.linux.no/linux+v2.6.36/drivers/input/joydev.c) Where can I found informaion about that dirver? Why there is joydev_client struct? why his f...

Show Detail