Kernel Module load error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Kernel Module load error

Jump to solution
2,990 Views
yashavanthashet
Contributor V

Hi,

I am using i.MX8M custom board with linux 4.9.51_ga release. I am using custom built kernel images.
Here below error prints are seen while booting.

**************************************
[  OK  ] Started Network Time Synchronization.
         Starting Load Kernel Modules...
[  OK  ] Reached target System Time Synchronized.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on dropbear.socket.
**************************************

If the content of the file '/etc/modules-load.d/galcore.conf' is commented in rootfs, then the issue gets solved.

Kindly let me know the reason for this error print.

Thanks in advance,

Best Regards,

Yashavantha

1 Solution
2,330 Views
yashavanthashet
Contributor V

Kernel .config file changes in Yocto build and standalone build. So if standalone built kernel images are used the above error will appear. Made kernel config file same as the one which is available in yocto build to solve the issue.

View solution in original post

6 Replies
2,330 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Yashavantha,

You are accessing graphics in your project, that´s you need galcore

Regards.

0 Kudos
2,330 Views
yashavanthashet
Contributor V

Hi Bio_TICFSL,

Thank you for reply.

But may I know,why EVK doesn't have this error? Our yocto building procedure is as same as EVK.

Regards,

Yashavantha

0 Kudos
2,330 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi,

Rebuild yocto againt. The EVK does not present this issue.

Regards

0 Kudos
2,330 Views
传策薛
Contributor V

Should rebuild, if you change the kernel, the md5 is changed, and gcore driver module can not be installed , which direct this problem~

0 Kudos
2,331 Views
yashavanthashet
Contributor V

Kernel .config file changes in Yocto build and standalone build. So if standalone built kernel images are used the above error will appear. Made kernel config file same as the one which is available in yocto build to solve the issue.

2,330 Views
vinay_surendran
Contributor III

Hi,

I am facing the same problem -> [FAILED] Failed to start Load Kernel Modules.

[Kernel version 4.9.88_2.0.0_ga]

I need to use the GALCORE driver since my application is a GPU application. Currently no drivers are being loaded. "lsmod" gives empty list.

I am building the kernel image using standalone approach.

Could you please let me know how this could be resolved?

Regards

Vinay

0 Kudos