•
•
run the Dump command and save it in bin file:
# mstresourcedump dump --device 04:00.0 --segment 0x1200 --index1 0x404 --depth 0–binsegment_1200.bin
write to file: segment_1200.bin
mstresourceparse Utility
The mstresourceparse tool parses and prints data segments content. The parser's output is used by
NVIDIA representatives for debugging and troubleshooting.
mstresourceparse Usage
mstresourceparse --dump-file DUMP_FILE --adb-file ADB_FILE [-h] [--version] [--out OUT] [--raw] [-v]
where
--dump-file Location of the dump file used for parsing
--adb-file Location of the ADB file
-h, --help Shows this help message and exit
--version Shows the tool's version and exit
--out Location of the output file
--raw Prints the raw data in addition to the parsed data
-v Verbosity notice
Examples:
How to run basic parsing:
# mstresourceparse --dump-file notice.txt --adb-file fw-4119-rel-16_23_2008.adb
Parse 4 segments:
--------------------------------------------------------------------------------
Segment - segment_info (0xfffe)
segment_header.segment_type = 0xfffe
segment_header.length_dw = 0x4
dump_version = 0x0
The tool applicable inputs for parsing can be the mstresourcedump outputs (bin file or the
“human readable” format”), or the devlink json format output.
To parse the segments data in the most efficient way, the user must use the most suitable
adb file. For the adb file, please contact Mellanox Support.