How can I stop enabling the i.MX6Q watchdog?

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

How can I stop enabling the i.MX6Q watchdog?

跳至解决方案
2,281 次查看
torus1000
Contributor V

Hi,

I understood there is no way to clear the Watchdog Enable (WDE) bit of the Watchdog Control Register (WCR) in software once it is set.
   https://community.nxp.com/thread/444082
   https://community.nxp.com/thread/450037

So I would like to keep WDE bit clear from the beginning to the end.

Fortunately ROM and uboot seems do nothing.

Is there any way to ignore the watchdog during linux configuration?

It is nice to switch with setenv kernel variable or dts binding description without rebuild images.

Can anyone help me?

标签 (1)
0 项奖励
回复
1 解答
2,170 次查看
igorpadykov
NXP Employee
NXP Employee

Hi torus1000

>Is there any way to ignore the watchdog during linux configuration?

one can check sect.2.11.7 Menu Configuration Options attached Linux Manual.

>It is nice to switch with setenv kernel variable or dts binding description without rebuild images.

in dts wdog can be configured with status = "okay"; or "disabled" :

linux/arch/arm/boot/dts/imx6qdl-sabresd.dtsi

imx6qdl-sabresd.dtsi\dts\boot\arm\arch - linux-imx - i.MX Linux kernel 

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

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,171 次查看
igorpadykov
NXP Employee
NXP Employee

Hi torus1000

>Is there any way to ignore the watchdog during linux configuration?

one can check sect.2.11.7 Menu Configuration Options attached Linux Manual.

>It is nice to switch with setenv kernel variable or dts binding description without rebuild images.

in dts wdog can be configured with status = "okay"; or "disabled" :

linux/arch/arm/boot/dts/imx6qdl-sabresd.dtsi

imx6qdl-sabresd.dtsi\dts\boot\arm\arch - linux-imx - i.MX Linux kernel 

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

0 项奖励
回复