i have built kernel for odroid-xu by the help of instruction given HERE
kernel source:- https://github.com/hardkernel/linux/tre ... android-jb i have used below commands to build the zImage:-
- Configure Kernel: make odroidxu_android_defconfig
- Build Kernel and Modules: make -j8
to build kernel image, modules.
when i tried to load my module i gets below errors
255|shell@android:/sdcard/Drivers/20141014 $ su insmod usbnet.ko
Unknown id: insmod
Help me to find out the solution of this. Am i doing something wrong in zImage building.