Tool/software:
Good morning,
I need to test the watchdog in AM62P Arm-based starter kit, Sitara board.
Looking at this link: https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/latest/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Watchdog.html ,
I understand that the rti_wdt.ko module could be used for that purpose.
CONFIG_K3_RTI_WATCHDOG had been set in the config, the module is indeed present and correctly loaded.
The various dtsi soc are allined to the explanation at the link above, /dev/atchdog is present. (also /dev/watchdoX , with X from 0 to 4),
Nevertheless, echoing something ("1" or whatever else) to /dev/watchdog, it doesn't make the board to restart, even after waiting for more than 60 seconds (that should be the default hearthbate of the driver).
Even the simple program samples/watchdog/watchdog-simple.c doesn't work and doesn't restart the board.
When writing on /dev/watchdog (with echo or with an executable), I just get the message that the watchdog cannot be stooped (that's ok), but then the board doesn't restart.
What I could have missed?
Thanks and Regards
Lorenzo