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!!