Hello Guys,

I have just started to the PTX environment for embedded linux, I have some problems about the kernel driver probing. I fallowed the ptx kernel driver user guide. According to this guide

Code: Select all

ptxdist newpackage src-linux-driver 
is creating rule files , make and source file for developers. Then I enabling it with ptxdist menuconfig. But when I compile the image the module is not included to the kernel. I could not find any solution and any written examples. Could you help me about that problem? Thank you.