Hi:
I want a function of FTDI driver for externel FTDI chip, so i built it and it was successful. But after i make module_install to my targetNFS and then boot up my target device, I couldn't "probemod" ftdi_sio.ko, what step did i miss??I have some questions:
(1)Does it matter I use "arm-linux-gnueabi-gcc" or "arm-linux-gnueabihf-gcc" to compile module?
(2)how to install single module?? because if i use "make module_install", I found no module would run on the target filesystem after I give "lsmod" command.