Dump Debug Log
Dumps encoded firmware debug logs from specified persistent memory modules and optionally decodes to human readable text.
Targets
-destination (file_prefix)
: The command will create files that use the given filename as a prefix and append the DIMM UID, DIMM handle, debug log source, and the appropriate file type (.bin for encoded logs, .txt for decoded logs) onto the end.file_prefix_Uid_Handle_logsource.[bin,txt]
-dict (path)
: Optional file path to the dictionary file. If supplied, the command will create both the binary debug log and a text file with decoded log data with the file prefix specified by destination.-dimm (DimmIDs)
: Dumps the debug logs from the specified modules.
Examples
Dump and decode the debug log from persistent memory modules 0x0001 and 0x0011 using the dictionary file.
Sample Output
Last updated
Was this helpful?