I used a board with my edison in yocto with ftdi drivers and works, but now i´m trying to used the same board in ubilinux and i haven´t the drivers.
I download drivers and try to make the make and have some errors, have anyone this drivers??
Can someone show me how can i make this drivers?
Error:
root@ubilinux:/home/edison/ftdi_sio# make
gcc -Wall -D__KERNEL__ -DMODULE -I/lib/modules/3.10.17-poky-edison-ww42+/build/include -I/usr/src/linux-3.10.17-poky-edison-ww42+/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
root@ubilinux:/home/edison/ftdi_sio#
When i change foulder in Rules.make for ./usr/src/kernel/include/ , and have a lot of errors, I don´t know how can i do.
Because in yocto works perfectly but openvibe dont works in it.
Sorry about my english.