[maemo-developers] how to load custom kernel module at bootup?
From: Graham Cobb g+770 at cobb.uk.netDate: Tue Jun 30 14:29:09 EEST 2009
- Previous message: how to load custom kernel module at bootup?
- Next message: how to load custom kernel module at bootup?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tuesday 30 June 2009 10:19:35 Mandeep Sandhu wrote: > Now I want it to load this module at boot time. The kernel and the initial set of modules are loaded from a separate area of the Flash memory -- not from the "root" filesystem which you see and modify once the system is booted. You can see that separate filesystem as /mnt/initfs (e.g. look in /mnt/initfs/lib/modules/). Unfortunately, that filesystem is read-only and, in practice, you cannot modify that set of modules (you can, but only by rewriting parts of the system flash -- not something that can be done on a user's device when installing some software). The workround for loading custom kernel mdoules is to create an initialisation script which includes the insmod commands. Of course, this does not allow you to replace any modules that are already in use. Graham
- Previous message: how to load custom kernel module at bootup?
- Next message: how to load custom kernel module at bootup?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]