Compiled the SDK but missing modules.dep
I'm trying to compile Lyra SDK (Luckfox_Lyra_SDK_250815) for Lyra Plus SPI NAND buildroot target.
The build process finished, but I there's no "modules.dep" in "/usr/lib/modules/<kernel_version>" directory.
Code: Select all
dev@ubuntu2204:/luckfox$ ls -1 output/buildroot/target/usr/lib/modules/6.1.99/
kernel
modules.builtin
modules.builtin.modinfo
modules.order
I've successfully flashed it to the Lyra Plus device, but ethernet and usb (adb) didn't work, since the modules couldn't be loaded because of missing "modules.dep".
Did I miss something? Thanks.