Part Number: PROCESSOR-SDK-AM62X
Hi All,
I am working on watchdog timer(WDT) on AM62xx processor EVM board,
I am getting the below issue,
>> system is not rebooting after pressing the watchdog timer switch(SW3).
>> DTS chnages
------------------------------------------------------
watchdog: watchdog {
compatible = "linux,wdt-gpio";
gpios = <&main_gpio1 9 GPIO_ACTIVE_LOW>;
hw_algo = "toggle";
always-running;
hw_margin_ms = <119876>; //2-Minutes
status = "okay";
};
------------------------------------------------
>> found some info in below path after flashing the 5.10 kernel version.
root@am62xx-onecontrol-lrd:~# cat /sys/class/watchdog/watchdog0/power/runtime_suspended_time
0
root@am62xx-onecontrol-lrd:~# cat /sys/class/watchdog/watchdog0/power/runtime_status
unsupported
May i know the steps and parameters need to change in u-boot and kernel level to test the WDT.
Regards,
Padmalatha