Nvidia MSTFLINT Documentation page 51

Hide thumbs Also See for MSTFLINT:
Table of Contents

Advertisement

Example:
# mstflint -d
41:00.0
ww
Writing a dword to Flash Without Sector Erase
To write one dword to Flash memory without sector erase , use the following command line:
# mstflint -d <device> wwne addr data
where:
device
addr
data
Example:
# mstflint -d
41:00.0
wwne
Note that the result may be dependent on the Flash type. Usually, bitwise and between
the specified word and the previous Flash contents will be written to the specified address.
Erasing a Sector
To erase a sector that contains a specified address, use the following command line:
# mstflint -d <device> e addr
where:
device
addr
Example:
# mstflint -d
41:00.0/mtusb-1
Querying Flash Parameters
To query flash parameters use the following command line:
# mstflint -d <device> [-ocr] hw query
where:
device
Example:
# mstflint -d
41:00.0
hw query
0x10008 0x5a445a44
The device the dword is written to..
The address of the word to write.
The value of the word.
0x10008 0x5a445a44
The device the dword is erased from.
The address of a word in the sector that you want to erase.
e
0x1000
The device to query.
51

Advertisement

Table of Contents
loading

Table of Contents