how to support depmod command on Legato 15.01

Hi champion,

I have made the Legato 15.01 distribution working on RA755x development kit, and when i try to run “depmod -a”, there are some hints as “-sh: depmod : not found”. Would you please give me some suggestion to solve this problem?

Topic moved to correct section.

Regards,
Moderator

Hi,

it seems you are looking for the yocto package ‘module-init-tools-depmod’.

If you want to build an image with that tool, you can edit

and append:

IMAGE_INSTALL += "module-init-tools-depmod"

That should do the trick.
After a build you should get an image that is flashable with fastboot with depmod available. :smiley: