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.

Problem in bootup process... It hangs @ certain point.

HI,

I am trying to bootup IPNC-8127 with IPNC_RDK_GA_Release3.0.0. (Using TFTP/NFS)

It hangs @ some point while booting.

I could C some errors on console much before it is going to hang.

Please find the below Error logs. What could be the reason for it? I verified my /dev/ contains fb0 .........................!!

Freeing init memory: 192K

INIT: version 2.86 booting
Error opening /dev/fb0: No such file or directory
Please wait: booting...
Starting udev
udevd (76): /proc/76/oom_adj is deprecated, please use /proc/76/oom_score_adj instead.
udev: starting version 141
udevd-event[79]: error changing netif name eth0 to eth7: Device or resource busy
Root filesystem already rw, not remounting

/*************************************************************************************************************************************/

after above error message booting process continues and again stuck @ some point.

Pls find the below few lines of log displayed on console before it is going to hang

[host]  Setting L3 bandwidth regulator for [HDVICP0 ] to [press=[0,0] BW=900, WM Cycles=2500]

 [host] Attached to slave procId 2.
 [c6xdsp ] Remote Debug Shared Memory @ 0xbff00000
 [m3video] Remote Debug Shared Memory @ 0xbff05020
 [m3vpss ] Remote Debug Shared Memory @ 0xbff0a040
 [host] Attached to slave procId 1.
 [host] Loaded file ./firmware/ipnc_rdk_fw_m3vpss.xem3 on slave procId 2.
 [host] Started slave procId 2.
 [host] After Ipc_loadcallback status [0x00000000]

Thanks in Advance ................ :)



  • I don't think that error  is going to cause system hang.
    Try disable the application automatic startup by modifying /etc/init.d/finish.sh(comment out calls to /opt/ipnc/init.sh and ipnc_rdk_mcfw.out), see if you can boot up to console login.

  • HI,

    The problem was with the permissions of my target / filesystem/

    I changed the permissions of it to user rwx. & mow it boots up. I am able to get the login prompt...!!

    Still I could see some error on the console related to OS(Linux-semaphore!!) and frame-buffer. Hope those errors/warning won't effect much in ma work.

    Will come back in that case........:)

    Thanks

    @ : Thank you for the support & quick response..:)