SysVinit hang on boot

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

SysVinit hang on boot

跳至解决方案
950 次查看
peterbärtsch
Contributor III

Hi

I have a problem with init application. When the device reboot (not after power up) sometimes the init hang.

Console output:

Kernel image @ 0x82000000 [ 0x000000 - 0x3dc1f0 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8df21000, end 8df2c0af ... OK

Starting kernel ...

[ 1.219227] snvs-secvio 20cc000.caam-snvs: can't get snvs clock
[ 1.228998] cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)
INIT: version 2.88 booting   <--Now it hangs

When press some keys then it continues boot. I also try to remove all init scripts in rcS folder but the application hangs before it starts the scripts.

I use the imx6sx hw with actual linux-fslc-imx_4.1-1.0.x kernel.

Thx for help

Peter

标签 (3)
0 项奖励
1 解答
793 次查看
peterbärtsch
Contributor III

Hi igor

I compared the kernel config with the standard linux-imx kernel config and found some differences.

Now it works :smileyhappy:

Thx for help

在原帖中查看解决方案

0 项奖励
2 回复数
793 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Peter

the reason may be that WDOG_B pin not connected to external PMIC,

as done in Sabre SD board schematic spf-27392 p.21

Schematics (1)
i.MX6_SABRE_SDP_DESIGNFILES
http://www.nxp.com/products/software-and-tools/hardware-development-tools/sabre-development-system/s...


For example , in LDO-bypass if just before reboot  it is under lowest cpu freq stepoint , but that voltage can not
make system boot up at default 800MHZ , so there is need use WDOG_B to reset PMIC.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
794 次查看
peterbärtsch
Contributor III

Hi igor

I compared the kernel config with the standard linux-imx kernel config and found some differences.

Now it works :smileyhappy:

Thx for help

0 项奖励