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.

Why my OMAPL137 EVM use Davinc kernel?

When I tried to build the kernel, make ...defconfig, make ...menuconfig, I found the default CPU is Davinc, not  OMAP, and when I choose OMAP, the new kernel cannot boot from NFS.

Also, when I want to build the SDK, CMEM for example, the default configure file "Rules.make" is still Davinc, not OMAP. Why?

 

All the files like kernel, LSP , SDK are based on OMAP in addition.

 

Thank you!

  • liangzhu ma said:

    ...

    Also, when I want to build the SDK, CMEM for example, the default configure file "Rules.make" is still Davinc, not OMAP. Why?

    ...

    Thank you!

    Rules.make files from LinuxUtils (of which CMEM is a part) must be edited by the user, since the Linux kernel source code is not in any standard location (the LINUXKERNEL_INSTALL_DIR  points there).  Even if the default was OMAP, LINUXKERNEL_INSTALL_DIR still would be wrong for the user's particular location of Linux source code.

    Regards,

    - Rob