Hello, I have a UDOO Neo and I have added shield that has NXP's NFC P7150. I was able to make it work with yocto (so i know that the pin arrangement is correct). The situation here is that I compile the driver and then try to insmod it to the udoo neo board, and I get the following error: insmod init_module failed (exec format error) i'm not sure if it has to be with the toolchain i used to compile the driver or what could it be. Do you have any ideas for this???
@Carlos_Alvarez: you have to recompile it directly for UDOO NEO or crosscompile, you can't compile it for X86. It's not a UDOO X86 @Sergio Solis: which OS and distro?