LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   embedded kernel for geode LX.. (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/embedded-kernel-for-geode-lx-632946/)

webquinty 04-04-2008 05:39 AM

embedded kernel for geode LX..
 
Hello,

I am trying to develop a embedded system with a geode LX (x86).
I will install a distro with a minimal configuration, for example slackware.

My problem is I want to compile a new kernel for embedded system but I only can do it in host system. When I compile new kernel and copy it in embedded system, kernel show my a lot of error due dependens (/lib/modules/modules.dep)

Can somebody help/reply me how can I fix it??
Just copy modules???

best regards.

webquinty 04-07-2008 11:36 AM

well, after some days surfing in the net, I find the solution.

make -> create bzImage
make modules -> generate modules
make modules_install INSTALL_MOD_PATH=/..... -> create modules folder with all dependens that new kernel need.

Best regards.


All times are GMT -5. The time now is 06:58 PM.