Open ZiyiZhu opened 2 years ago
module.ko
files are external by design. They need to be copied over explicitly. When configuring the kernel options, I prefer to use *
instead of M
since that will just compile it into the kernel. No additional modules needed. Perhaps try with that?
Hi,
Thank you for the tutorial, and the Debian/Linux can boot successfully. However, logging into the root, I cannot find any drivers module.ko that I specified in the .conf in the linux-socfpga folder to be built in the Kernel. For USB drivers as an example. Could you help to further identify the issue?
Thanks