Hi,
I compiled my own kernel doing:
then I followed this instructions:
http://builds.96boards.org/releases/dragonboard410c/linaro/debian/latest/
to make a boot.img from my kernel , So I downloaded initrd.img-4.4.38-linaro-lt-qcom and run mkbootimg as instructed. Then boot it:
sudo fastboot boot boot.imgbut then I found out there is no internet connection on the dragonboard and running:
root@linaro-developer:~# modprobe iwlwifi modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.9.1/modules.dep.bin'So it seems that modprobe search in /lib/modules/4.9.1/ but I have /lib/modules/4.4.23-linaro-lt-qcom/
So there seems to be inconsistency. How do I fix this? Is it possible to create a boot.img for kernel compiled from git.kernel.org ?
Also I see that working/qualcomm/kernel.git - Qualcomm Landing Team kernel has tags of type:
vX.X-rcX , does this correspond to tag vX.X.X in git.kernel.org ?