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.

dm368 kernel message:...No such file or directory

hello:

i modified the kernel-menuconfig of dm368-ipnc-evm to match with my new board, 1 of these is as below:

General Setup--->

                         (_IPNC_DM368_2.6.0)Local version - append to kernel release

to

General Setup--->

                         (<_my kernel version>)Local version - append to kernel release

and build my new kernel, then boot using this kernel on my new board, there are error messages as :

cannot open Nano-X graphics,Please run 'nano-X -p' first.
sh: /opt/boom/opt/microwin/src/bin/nano-X: No such file or directory
modprobe: FATAL: Could not load /lib/modules/2.6.18_pro500-davinci<_my kernel version>/modules.dep: No such file or directory.

it seems to relate to my modification as preceding....

i have checked directory path /lib/modules/ , there only "2.6.18_pro500-davinci_evm-arm_v5t_le" folder,

does someone know could i change the postfix of "2.6.18_pro500-davinci_xxxxxxxxxx"  in manual or the file name will change in compiling time ??

thank you very much!!

 

  • I'm not familar with this platform. Usually you have to make and install the modules onto the file system. Something like:

    make modules modules_install INSTALL_MOD_PATH=path_to_your_target_rootfs

    That should put a directory in /lib/modules that the kernel expects. You will have to add in ARCH and CROSS_COMPILE that you normally use on the make line.