LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   USB device driver on ARM9 (https://www.linuxquestions.org/questions/linux-hardware-18/usb-device-driver-on-arm9-602937/)

ravi_chobey 11-28-2007 03:30 AM

USB device driver on ARM9
 
Hi,

I have written one USB to Serial device driver on platform.
IS it possible to use that device driver on ARM9(AT91RM9200).
I am having ARM toolchain for the same.
I am thinking of doing it by compiling using the toolchain(arm-linux-gcc)
and then making the .ko file and inserting that module into the linux kernel.

Am i going in right direction?

Ravi

ravi_chobey 11-29-2007 01:20 AM

Dear Friends,

i was right,i have got some resources on net.The compilation procedure is same,we have to give the path of linker and compiler in the Makefile of that driver.

Ravi


All times are GMT -5. The time now is 01:57 PM.