Failed to start Load Kernel Modules

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

Failed to start Load Kernel Modules

Jump to solution
464 Views
won0020
Contributor III

Hello,
I use S32G-VNO-GLDBOX ver. 47800 REV D1, BSP 39.0 with linux release 5.15.129-rt available from nxp-auto-linux git.
Now I have a problem with loading kernel modules. I checked the Kenrel config file changes, but the only change from the previous one is gcc version:

won0020_0-1711704464070.png

Next, I tried creating a symbolic link in /lib/modules:

won0020_1-1711704851326.png

but nothing changed.

Detailed failure info:

won0020_2-1711705198308.png

So I would like to ask how can I solve this module loading problem for sja1110.

Thank you in advance for your reply.

Best regards
won0020

 

0 Kudos
Reply
1 Solution
438 Views
won0020
Contributor III
Porblem solved by using a yocto kernel instead of standalone.
For example, building the ipcf sample with:
make -C ./ipc-shm/sample KERNELDIR=$PWD/bin/fsl-auto-yocto-bsp/build_s32g274ardb2/tmp/work/s32g274ardb2-fsl-linux/linux-s32/5.15.129-r0/build modules PLATFORM_FLAVOR=s32g2

View solution in original post

0 Kudos
Reply
1 Reply
439 Views
won0020
Contributor III
Porblem solved by using a yocto kernel instead of standalone.
For example, building the ipcf sample with:
make -C ./ipc-shm/sample KERNELDIR=$PWD/bin/fsl-auto-yocto-bsp/build_s32g274ardb2/tmp/work/s32g274ardb2-fsl-linux/linux-s32/5.15.129-r0/build modules PLATFORM_FLAVOR=s32g2
0 Kudos
Reply