Mstreg Utility; Mstreg Usage - Nvidia MSTFLINT Documentation

Hide thumbs Also See for MSTFLINT:
Table of Contents

Advertisement

mstreg Utility

The mstreg utility allows users to obtain information regarding supported access registers, such as
their fields and attributes. It also allows getting access to register data from firmware and setting
access register data on firmware.
Registers can be get/set in unknown (RAW) mode by providing register ID and length.
Unknown (RAW) mode is risky as no checks are performed, please consult with NVIDIA
support before using it.

mstreg Usage

mst driver must be started prior to running mstreg tool.
Some access registers depend on setup configuration such as link up/down. Invalid setup may cause
failures.
To run mstreg, use the following line:
mstreg [options]
where:
-h |--help
-v |--version 
-d |--device <device> 
-a |--adb_file <adb_file>
--reg_name <reg_name>  
--reg_id <reg_ID>  
--reg_len <reg_length>
-i |--indexes <idxs_vals> 
-g |--get 
-s |--set <reg_dataStr>
--show_reg <reg_name>
--show_regs 
--yes 
Examples:
Show all available access registers:
mstreg -d
41:00.0
--show_regs
Available Access Registers
========================================================================================================
CWTP
CWTPM
MCIA
MLCR
MPCNT
MPEIN
Displays help message.
Displays version info.
Performs operation for a specified mst device.
An external ADB file
Known access register name
Access register ID
Access register layout length (bytes)
Register indexes
Register access GET
Register access SET
Prints the fields of a given reg access (must have reg_name)
Prints all available access registers
Non-interactive mode, answer yes to all questions
70

Advertisement

Table of Contents
loading

Table of Contents