I try to build kernel from psp 3.21 but when I try to load it, I see these errors:
FATAL: Module cmemk not found. FATAL: Module irqk not found. FATAL: Module edmak not found. FATAL: Module dm365mmap not found.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I try to build kernel from psp 3.21 but when I try to load it, I see these errors:
FATAL: Module cmemk not found. FATAL: Module irqk not found. FATAL: Module edmak not found. FATAL: Module dm365mmap not found.
check your etc directory of filesystem. There will be some scripts which is loading all these modules, I am not sur about version you are using, but most probably it is loadmodule-rc file.
Also check whether all the modules are built and available in correct path in your filesystem.
Well, now there's file cmemk.ko in my targetfs /lib/modules/2.6.37/kernel/drivers/dsp. I built it using this. It doesn't load though, I guess I used either wrong building parameters or wrong sources. And I still need to figure out how to build other modules. Couldn't find useful info about building these modules in user guide for PSP 03.21.00.04 to do this thing right.
Even though it is built, i may not be copied to the correct directory in your filesystem. To check on this just do insomd cmemk.ko with right parameters. If it works, check your make files, where exactry it is installing all these .ko's