When I am trying to load a pcie moule on board ls1012afrwy.
It reminds that "module format invalid"
The moudle is compiled with linux kernel 4.9.62 .
I want to ask that:
1.Which kind of .ko is matched for the board?
2.Would the board work If I change the BSP system on it to linux 4.9.62?
Hello YunFeng Yue,
Please generate Kernel image running on the target board and module (.ko) from the Linux Kernel source(building).
We provided LSDK to support ls1012afrwy, the latest LSDK 1812 provides Linux Kernel 4.9.140, you could run the command "flex-builder -c linux:linux:LSDK-18.12-V4.9 -a arm64" to get Linux Kernel source in the folder <install folder>/flexbuild_lsdk1812/packages/linux/linux, compilation folder in /home/yiping/flexbuild_lsdk1812/build/linux/linux/arm64/LS/output/LSDK-18.12-V4.9/.
You could compile Kernel module and Image against this version Linux Kernel.
Thanks,
Yiping