获取硬件参数

命令功能

获取硬件参数。

命令格式

dpu_tool -i board/device_parm/$type:

入参说明

参数

参数说明

取值

$type

获取的参数类型。

  • 1:CPU主频
  • 2:CPU核数
  • 3:DDR主频
  • 4:内存margin测试

出参说明

项目

描述

Type: xx

CPU dominant frequency: xx

CPU主频。

Type: xx

CPU core quantity: xx

CPU核数。

Type: xx

DDR dominant frequency: xx

DDR主频。

Type: xx

Don't start the memory margin test / start the memory margin test / Get Value failure

内存margin测试状态。

使用指南

SP923H-VL卡不支持该命令。

使用实例

获取硬件参数。

1
2
3
4
5
6
7
8
9
dpu_tool -i board/device_parm/1:2:3:4:
Type: 1
CPU dominant frequency: Auto
Type: 2
CPU core quantity: Auto
Type: 3
DDR dominant frequency: Auto
Type: 4
Don't start the memory margin test