[Buildroot] Auto loading out of the tree device driver using UDEV

Lionel Orry lionel.orry at gmail.com
Tue May 26 11:30:34 UTC 2015


Hi Tal,

On Tue, May 26, 2015 at 1:06 PM, Tal Lubko <tallubko at yahoo.com> wrote:
> Hi
>
> I'm trying to get an out of the tree device driver to be auto loaded when
> system starts using UDEV.
> I've managed to do so if I run depmod on target but I don't know how to do
> that on the host when building the file system.
> I'm not even sure that depmod is the correct way to do that.

maybe you could simply use 'insmod' instead of 'modprobe' to load the
module? You can give the whole path to your module file to insmod.
I'm not sure to properly answer your question though...
>
> I appreciate your help,
> Tal
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

Regards,
Lionel


More information about the buildroot mailing list