Hi, I have written a kernel module named hello.ko. The module is very simple and only has module_init and module_exit in it. The module source code (hello.c) is compiled and insmod and rmmod successfully on RPI (raspbian) / PC (ubuntu-14.04). On nanopi m1 (official ROM debian 3.4.39_20171102) the mo...