>But won't this install kernel modules for my current working host machine
>instead of installing modules for TARGET?
>
>I am not sure how to get /lib/modules on TARGET board.
>
>Regards,
>Vipul.

I think your taget board may be holding a filesystem/inital ramdisk. In order 
to make the modules part of the filesystem, you need to:

1. Install the modules to the 'lib' directory under the 'directory tree' from 
which you have created the existing filesystem for the TARGET.
2. create a new filesystem image from the above directory tree.
3. Flash the filesystem to the target board to the same location where the 
existing filesystem resides OR tell the kernel to use the new filesystem if you 
are specifying te filesystem in other methods.

HTH,
Sudheer


Reply via email to