Thanks for the files. I also found the driver install file for FTDI since I am trying to use this cable now:
but when I do make I get the following error:
gcc -Wall -D__KERNEL__ -DMODULE -I/lib/modules/3.8.7-yocto-standard/build/include -I/usr/src/linux-3.8.7-yocto-standard/drivers/usb/serial/ -O -c -o ftdi_sio.o ftdi_sio.c
ftdi_sio.c:253:24: fatal error: linux/init.h: No such file or directory
compilation terminated.
make: *** [ftdi_sio.o] Error 1
I believe I need the linux kernel headers? Has anyone else seen this before?
Thanks