Instruction is only provided for installing modules in /tmp directory. It is difficult to provide the instructions for transferring modules to rootfs since it could be in eMMC.
Signed-off-by: Manivannan Sadhasivam manivannan.sadhasivam@linaro.org ---
Changes since v1: - Added INSTALL_MOD_STRIP=1 parameter to modules_install command for reducing the size of installed modules
debian/boards/dragonboard410c/README.textile.in | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/debian/boards/dragonboard410c/README.textile.in b/debian/boards/dragonboard410c/README.textile.in index a44d269..91abb81 100644 --- a/debian/boards/dragonboard410c/README.textile.in +++ b/debian/boards/dragonboard410c/README.textile.in @@ -106,6 +106,12 @@ Additionally, you might want or need to compile the kernel modules:
bc. make -j4 modules KERNELRELEASE=##KERNEL_VER##-linaro-lt-qcom
+Install the compiled modules to /tmp directory: + +bc. make INSTALL_MOD_PATH=/tmp modules_install INSTALL_MOD_STRIP=1 KERNELRELEASE=##KERNEL_VER##-linaro-lt-qcom + +Note: These compiled modules in (/tmp/lib) should be transferred to dragonboard rootfs later. + h5. Building a boot image
You now need to create a valid boot image with your own kernel build.