配置看门狗信息

命令功能

配置看门狗信息。

命令格式

dpu_tool -s wdt/op/$type.$value:

入参说明

参数

参数说明

取值

$type.$value

看门狗信息。

  • 1:看门狗类型。对应$value取值:
    • 0:BIOS启动。
    • 1:OS启动。
    • 2:PXE启动。
    • 3:CE中断风暴抑制解除。
    • 4:OS运行阶段。
  • 2:看门狗开关。对应$value取值:
    • 0:关闭。
    • 1:启动。
  • 3:看门狗超时时间。对应$value取值:
    • 0:无效值。
    • other:看门狗超时时间。

出参说明

项目

描述

Configuring the Wdt type[XXX] value[XXX] successfully.

配置成功。

使用指南

使用实例

配置看门狗信息。
1
2
3
4
dpu_tool -s wdt/op/1.1:2.1:3.0:
Configuring the Wdt type[1] value[1] successfully.
Configuring the Wdt type[2] value[1] successfully.
Configuring the Wdt type[3] value[0] successfully.