wdtkick

The watchdog timer for the i.MX8 boards

Syntax:

wdtkick [-p priority]
                [-t time_milliseconds]

Runs on:

QNX OS

Options:

Here are the options you can use with the wdtkick command:

-p
The priority of the watchdog timer. The default is 10 when this option isn't specified.
-t
The kick-time interval in milliseconds. The default is 5000 milliseconds when this option isn't specified.
Note:
To enable the Watchdog timer, ensure that your startup is run with the -W option. For example:
startup-imx8mp-dart -u arg -W
Note:
It is recommended that you run the Watchdog timer early when you boot your system. For this reason, run the Watchdog timer early in your buildfile.

Example:

 wdtkick -t 5000
Page updated: