This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: I would like to ask about the automatic loading of kernel modules ?

Part Number: TDA4VM

Hi,

I wants to shrink the rootfs (2GB) provided by TI.

Currently I try to add the required resources (libraries and modules) to the tiny rootfs in the yocto system provided by TI.

But now I have a problem.

I put Linux kernel (boot/Image) and kernel modules (lib/modules/4.19.73-g0cabba2b47) in the original 2GB file system into tiny rootfs.
I expect these modules to be automatically insmod by the Linux kernel.

However, the result is not as expected, and no module can be found using the command lsmod.

What is the problem, would you please give me some guidance?