Mstflint: Flash Operations - Nvidia MSTFLINT Documentation

Hide thumbs Also See for MSTFLINT:
Table of Contents

Advertisement

-I- Secure Host was enabled successfully on the device.
2.
Disable HW access:
# mstflint -d
41:00.0
-I- Secure Host was enabled successfully on the device.
If the key was not provided in the command line, an interactive shell will ask for it,
and verifying it:
# mstflint -d
41:00.0
Enter Key : ********
Verify Key : ********
-I- Secure Host was enabled successfully on the device.
Or
1.
Disable the Secure Host (Enable HW access): 
# mstflint -d
41:00.0
-I- The Secure Host was disabled successfully on the device.
And the same as previous, providing the key can be done in interactive shell:
# mstflint -d
41:00.0
Enter Key : ********
-I- The Secure Host was disabled successfully on the device.

mstflint: Flash Operations

Reading a Word from Flash
To read one dword from Flash memory, use the following command line:
# mstflint -d <device> rw addr
where:
device
addr
Example:
# mstflint -d
41:00.0
rw
Writing a dword to Flash
To write one dword to Flash memory, use the following command line:
# mstflint -d <device> ww addr data
where:
device
addr
data
hw_access disable
18022018
set_key
hw_access enable
18022018
hw_access enable
The device the dword is read from.
The address of the word to read.
0x20
The device the dword is written to.
The address of the word to write.
The value of the word.
50

Advertisement

Table of Contents
loading

Table of Contents