mstregdump Utility

NVIDIA Firmware Tools (MFT) Documentation v4.26.1 LTS

The mstdump utility dumps device internal configuration registers. The dump file is used by NVIDIA Support for hardware troubleshooting purposes. It can be applied on all NVIDIA devices.

To run mstregdump:

Copy
Copied!
            

mstregdump [-full] <device> [i2c-slave] [-v[ersion] [-h[elp]]]

where

-full

Dump an expanded list of addresses.

Note: Use this flag carefully. Non-safe addresses might be read.

<device>

The device name

-v | --version

Display version info

-h | --help

Print this help message

i2c_slave

I2C slave [0-127]

Example:

Copy
Copied!
            

[root@mymach]# mstregdump 41:00.0 > mt4099.dmp

This dumps the internal configuration data of the device into the mt4099.dmp file.

© Copyright 2023, NVIDIA. Last updated on Mar 21, 2024.