Writing A Dword To Flash Without Sector Erase; Erasing A Sector; Querying Flash Parameters - Nvidia MSTFLINT Manual

Burning and diagnostics tools
Hide thumbs Also See for MSTFLINT:
Table of Contents

Advertisement

# mstflint -d
41:00.0

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
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
ww
0x10008 0x5a445a44
The device the dword is written to..
The address of the word to write.
The value of the word.
wwne
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.
hw query
67

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mellanox mstflint

Table of Contents