zangman / de10-nano

Absolute beginner's guide to the de10-nano
Apache License 2.0
182 stars 43 forks source link

No Module Drivers Found #21

Open ZiyiZhu opened 1 year ago

ZiyiZhu commented 1 year ago

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

zangman commented 1 year 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?