PINE64
Adding a new kernel module - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85)
+--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88)
+--- Thread: Adding a new kernel module (/showthread.php?tid=7015)



Adding a new kernel module - a1w.ca - 01-02-2019

I needed the ds1307 real-time clock kernel module, and decided to write a set of instructions on how to do add it (or any other module).

Hopefully this can be helpful for others:

Kernel module compilation.md


RE: Adding a new kernel module - tllim - 01-07-2019

(01-02-2019, 04:52 AM)a1w.ca Wrote: I needed the ds1307 real-time clock kernel module, and decided to write a set of instructions on how to do add it (or any other module).

Hopefully this can be helpful for others:

Kernel module compilation.md

Thanks.