de10-nano
de10-nano copied to clipboard
No Module Drivers Found
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
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?