Part Number: PROCESSOR-SDK-AM62X
Hi TI,
i have installed the loadable kernel modules using the command
sudo make ARCH=arm64 INSTALL_MOD_PATH=/media/murali/root/ modules_install.
As per my understanding, this will install the kernel modules in the PATH : /lib/modules/kernel_version.
But I can't able to see any .ko files inside this path after installation.
When i try to probe the .ko file using
modprobe .ko, i am getting error modprobe: FATAL: Module .ko not found in directory /lib/modules/5.10.153-g3eee621d16.
Kindly can anyone tell me,whether my understanding is right about kernel module installation and also guide me to solve the issue.
Murali Chikkanna
