获取硬件参数。
dpu_tool -i board/board_device_parm/$type:
参数 |
参数说明 |
取值 |
---|---|---|
$type |
获取的参数类型。 |
|
项目 |
描述 |
---|---|
Type: xx CPU dominant frequency: xx |
CPU主频。 |
Type: xx CPU core quantity: xx |
CPU核数。 |
Type: xx DDR dominant frequency: xx |
DDR主频。 |
Type: xx CPU Architecture:XX |
CPU架构。 |
Type: xx DDR Capacity Specifications:XX |
板卡内存容量规格(单位GiB)。 |
Type: xx DISK Capacity Specifications |
磁盘存储容量规格(单位GiB)。 |
Type: xx UUID |
UUID |
Type: xx BIOS Version |
BIOS版本号。 |
仅SP923H-VL卡支持。
获取硬件参数。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | dpu_tool -i board/board_device_parm/1: CPU Dominant Frequency: 2.000000 GHz dpu_tool -i board/board_device_parm/2: CPU Core Quantity: 24 dpu_tool -i board/board_device_parm/3: DDR Dominant Frequency: 2400MHz dpu_tool -i board/board_device_parm/4: CPU Architecture: aarch64 dpu_tool -i board/board_device_parm/5: DDR Capacity Specifications: 32 GiB dpu_tool -i board/board_device_parm/6: DISK Capacity Specifications: 128 GiB dpu_tool -i board/board_device_parm/7: UUID: 785634123412785690ab240515152124 dpu_tool -i board/board_device_parm/8: BIOS Version: B061 |