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.
Hi,
When we use the prebuild image of Linux Kernel provided by TI, the system have the ability to automatically insmod the Linux Module.
When we use the source code (board-support\linux-4.19.94) provided by TI to compile the Linux kernel,
and then we replace prebuild Linux kernel (boot\Image) on the sd card with the Linux kernel (arch/arm64/boot/Image) compiled by ourselves.
When the original Linux kernel is replaced, the function of automatic insmod disappears.
What could be the problem?
Below is our defconfig of Linux kernel, can you help us check what is missing?
Hi,
I found the problem by myself.
If I need to insmod the module automatically, I need to execute the following command to generate the complete path.
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- INSTALL_MOD_PATH=/path/to/target modules_install
stackoverflow.com/.../make-modules-install-restarts-configuration-process-for-cross-compile