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.
hi Mani,
On Tue, Jul 4, 2017 at 2:03 PM, Manivannan Sadhasivam manivannan.sadhasivam@linaro.org wrote:
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
I added similar content in the release notes for the June release. Can you please check what I did? If you think anything is missing , please rebase and resent.
nico
Hi Nico,
On 4 July 2017 at 20:49, Nicolas Dechesne nicolas.dechesne@linaro.org wrote:
hi Mani,
On Tue, Jul 4, 2017 at 2:03 PM, Manivannan Sadhasivam manivannan.sadhasivam@linaro.org wrote:
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
I added similar content in the release notes for the June release. Can you please check what I did? If you think anything is missing , please rebase and resent.
Oops. I didn't check the new release notes while sending the patch.
Your instructions looks good. Please ignore this patch.
Thanks, Mani
nico
dragonboard@lists.96boards.org