I am following http://www.codeproject.com/Articles/103 ... aspberryPi for building a small GPIO controlling driver for RPi 2 B+ model. I have build the kernel image again to add all header files and also updated the Pi kernel (sudo raspi-update). /lib/modules/4.4.15-v7+ has the required build folder and all directories.
When I try to load the module this error is thrown
.insmod: ERROR: could not insert module raspy_io.ko: No such device
I tried checking
Code: Select all
dmesg.w1_master_driver w1_bus_master1: Family 0 for 00.400000000000.46 is not registered
I know, something important is missing on here. Can someone please help?