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.

Boot Flow in WinEC7 for OMAP4430

Hi ,

I am porting the ti_evm_3530 BSP to OMAP4430 BSP in WinEC7.

So I am able to load-

Bootloader,OAL and Kernel Start, First thread(filesys.dll).

So after that I am able to see the messages from device manager indicating devmgr.dll is getting loaded.

But in registry its configured that shell.exe should be first entry but I am not getting any messages from shell but Device manager is loaded.

So just wanted to know whether shell will be coming after device manager or before the device manager.

as registry entry looks like

; @CESYSGEN IF CE_MODULES_SHELL
[HKEY_LOCAL_MACHINE\init]
        "Launch10"="shell.exe"
; @CESYSGEN ENDIF
; @CESYSGEN IF CE_MODULES_DEVICE
[HKEY_LOCAL_MACHINE\init]
        "Launch20"="device.dll"

; @CESYSGEN IF CE_MODULES_SHELL
[HKEY_LOCAL_MACHINE\init]
        "Depend20"=hex:0a,00
; @CESYSGEN ENDIF
; @CESYSGEN ENDIF