配置BIOS日志打印等级

命令功能

配置BIOS日志打印等级。

命令格式

dpu_tool -s flash/n/$type:$level

入参说明

参数

参数说明

取值

$type

日志打印类型。

  • 1:内存初始化-MRC-打印等级。
  • 2:UEFI打印级别。

$level

日志打印级别。

  • 1:精简打印(default)。
  • 2:全打印。

出参说明

项目

描述

Succeeded in Setting the BIOS Log Print Level type[xxx] value[xxx].

BIOS日志打印等级配置成功。

使用指南

无。

使用实例

配置BIOS日志打印等级。
1
2
dpu_tool -s flash/n/1:1
Succeeded in Setting the BIOS Log Print Level type[1] value[1].