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.

System Init failed while booting image on OMAP 35x board

Hi,

           I built the LInux Kernel image with system type as OMAP 3530 and flashed the image through tftp and NFs drive.

when the image is booted, System init is aborted and it fails with the following message...

 Mounting /proc             : [SUCCESS]
    Mounting /sys              : [SUCCESS]
    Mounting /dev              : [SUCCESS]
    Mounting /dev/pts          : [SUCCESS]
    Enabling hot-plug          : [SUCCESS]
    Populating /dev            : [SUCCESS]
    Disabling Power mgmt       : /etc/init.d/rcS: line 83: cannot
create /sys/power/cpuidle_deepest_state: nonexistent directory
   [FAILED]
   ... System init aborted.

   Please press Enter to activate this console.
   starting pid 385, tty '': '/bin/sh'

       Setting shell environment ...
       - Path
       - Aliases
       - Touchscreen

       Done!

The steps that I followed to boot the image are...

1. Setenv serverip

2. Setenv ipaddr

3. Setenv gatewayip

4. setenv bootargs with nfs server and root path

5. saveenv

6. tftpbooth uImage

7. bootm 80000000

Can anyone pls. help me to resolve this issue ?

Thanks,

Krupa