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.

SK-AM62: Watchdog daemon for linux

Part Number: SK-AM62

Follow up on the unresolved but closed thread: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1218078/sk-am62-could-you-please-tell-me-how-to-set-the-timeout-time-and-feeding-time-with-watchdog

Description of my system: sk-am62 running Linux am62xx-evm 6.1.33-g8f7f371be250809e9c4af879cfa31d5f1839257d (tag: cicd.kirkstone.202307161900, tag: cicd.kirkstone.202307132041, tag: 09.00.00.007, origin/ti-linux-6.1.y-wip, origin/ti-linux-6.1.y-cicd, origin/ti-linux-6.1.y)

On my other Linux based embedded systems I see a single /dev/watchdog device, and I can use this watchdog daemon (version 5.16).

I can use this line in the config file to select which watchdog devicec to interact with:

watchdog-device = /dev/watchdog0

Sadly, I cannot find a configuration that will work as expected, and I always get this error:

cannot set timeout 60 (errno = 95 = 'Operation not supported')

What is the recommended way of interacting with the watchdog on this system in Linux?