1MSTMCRA(1)                  General Commands Manual                 MSTMCRA(1)
2
3
4

NAME

6       mstmcra
7

SYNOPSIS:

9              Mellanox Configuration Registers Access tool
10
11              mstmcra [-s <i2c-slave>] [-a <adb dump>] [-v] [-h] <device>
12                   <addr[.<bit offset>:<bit size>]|[,<bytes number>]> [data]
13
14                  If data is given, operation is write. Otherwise it is read.
15                  If a bit range is given in the address (E.G.: 0xf0014.16:8):
16                        For read  - Only the requested bits are printed.
17                        For write - Read-Modify-Write. Only the requested bits
18              are changed.
19                  If  'bytes  number'  is  given   in   the   address   (E.G.:
20              0xf0014,16):
21                        For  read   - Will read a block (its size is the given
22              bytes number).
23                        For write - User need to give list of dwrods to write,
24                                    number of dwords  should  be  (bytes  num‐
25              ber/4).
26

OPTIONS:

28       -s <i2c-slave> : I2C slave address.
29
30       -a <dump file>  : adb dump file, used for access by path.
31
32       -h              : Print this help message.
33
34       -v              : Display version info
35

Environment Vairables:

37       ADB_DUMP               : Holds the path to adb dump, used for access by
38       path (can be overridden by "-a").
39
Impressum