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(a)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.
--
2.7.4
On Wed, Jun 28, 2017 at 3:56 PM, Nicolas Dechesne
<nicolas.dechesne(a)linaro.org> wrote:
> On Wed, Jun 28, 2017 at 11:25 AM, Amit Kucheria
> <amit.kucheria(a)linaro.org> wrote:
>> Here are a couple of patches on top of the LT 4.9 kernel to fix the
>> issue. This sets up USER4 led on the DB410c to blink on a kernel
>> panic.
>
> In PATCH 2/2, could/should we use panic-indicator instead of default-trigger?
Yup, that is indeed better. Didn't know about that property. I'll send
a new patch.
On Mon, May 29, 2017 at 12:43 PM, Nicolas Dechesne
<nicolas.dechesne(a)linaro.org> wrote:
> On Fri, May 26, 2017 at 9:14 AM, Amit Kucheria <amit.kucheria(a)linaro.org>
wrote:
>> I misread the timestamp, it was merged in April last year in v4.6. So
>> it is just a matter of enabling it in a newer kernel when DB410c
>> upgrades to v4.9.
>
> we have upgraded to 4.9 already, can you send a patch to
> https://lists.96boards.org/mailman/listinfo/dragonboard?
> thanks!
Here are a couple of patches on top of the LT 4.9 kernel to fix the
issue. This sets up USER4 led on the DB410c to blink on a kernel
panic.
Pardon the attachments and not sending a pull request but 2-factor
authentication has messed up my git-send-email workflow somehow. :-/
Hello,
I would like to add support to a new platform DART-SD410.
Initial patch is attached.
Can you describe the process of doing it?
Thank you, Leonid.
Sorry for this dumb message... it's just that I've not seen any traffic
on this list since subscribing and I can't tell from the outside that
the [mailing list archives][1] are working without knowing that there is
something for them to archive!
Daniel.
[1]: http://lists.96boards.org/pipermail/dragonboard/