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.

DM365 kernel not booting.

Same problem. I have configured and cross compiled linux-2.6.18_pro500 for dm365. But when i boot i get the following prints on the teraterm screen and the board hangs. I am using the DM365 EVM.

Starting kernel ...

Uncompressing Linux..................................................................................................................................... done, booting the kernel.

 

My bootargs are as follows:

bootargs=console=ttyS0,115200n8 noinitrd rw ip=10.100.3.169 root=/dev/nfs nfsroot=10.100.3.45:/opt/dm365/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/target,nolock mem=80 video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 davinci_capture.device_type=4

 

Please help soon.

  • Hey problem solved. The kernel booted. The mistake was in the bootargs: (compare with the earlier one)

     

    setenv bootargs console=ttyS0,115200n8 noinitrd rw ip=10.100.3.169 root=/dev/nfs nfsroot=10.100.3.45:/opt/dm365/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/target,nolock mem=76M video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 davinci_capture.device_type=4

     

    How many hours can a change in some characters waste. :(