I have the .cpp and .h files for the Ft5206 Touchpad I2C controller . I want to interface it with the TX2. I have tried compiling it as a kernel module but i get missing header files. Please guide on installing a kernel module / drivers for FT5206 Touchpad controller.
sounds like you’re not able to compile the kernel source.
are you able to compile original kernel source already?
could you please paste the failure message, which header file you were missing?
thanks
hello kaycc ,
I was able to compile the kernel module edt-ft5x06 and command lsmod lists the module is loaded.
I dont get any response from the touchpad though. I am having issues with the device tree. I dont know the Interrupt to be used with TX2. Where do I place the dtsi file ? How do I include it with the base DTB ?
Thanks.