@@ -31,39 +31,45 @@ OPTIONS
3131-o <FILE>::
3232--output-file=<FILE>::
3333 Output file; defaults to device serial number followed by
34- "_internal_fw_log_<date>_<time>.bin" suffix
34+ "_internal_fw_log_<date>_<time>.bin" suffix.
3535
3636-s <SIZE>::
3737--transfer-size=<SIZE>::
38- Transfer size; defaults to 0x10000 (65536 decimal) bytes
38+ Transfer size; defaults to 0x10000 (65536 decimal) bytes.
3939
4040-d <DATA AREA>::
4141--data-area=<DATA AREA>::
42- DUI data area to retrieve. The DUI data areas from 1 to <DATA AREA> will
43- be retrieved. This parameter is currently only supported on the SN340,
44- SN640, SN730, and SN840 devices.
42+ Data area to retrieve. For capture with a --type value that includes
43+ telemetry (CONTROLLER or HOST), this specifies the NVMe telemetry data
44+ area to capture, containing data from areas 1 to <DATA AREA>. For
45+ capture without such a --type value, this specifies the amount of
46+ vendor defined debug data to capture, and this is only supported on the
47+ SN340, SN350, SN530, SN570, SN730, SN740, SN840, SN850X, SN5000,
48+ SN5100S, SN7000S, SN7100, and SN7150 devices.
4549
4650-f <FILE SIZE>::
4751--file-size=<FILE SIZE>::
4852 Specifies the desired size of the data file starting at the passed in
4953 offset. This allows the user to retrieve the data in several smaller
50- files of the passed in size. This parameter is currently only supported
51- on the SN340 device.
54+ files of the passed in size. This parameter is only supported on the
55+ devices mentioned in the documentation of the --data-area parameter,
56+ and only for capture with --type=NONE or --type not specified.
5257
5358-e <OFFSET>::
5459--offset=<OFFSET>::
5560 Specifies the data offset at which to start retrieving the data. This
5661 parameter is used in combination with the file size parameter to
57- retrieve the data in several smaller files. This parameter is currently
58- only supported on the SN340 device.
62+ retrieve the data in several smaller files. This parameter is only
63+ supported on the devices mentioned in the documentation of the
64+ --data-area parameter, and only for capture with --type=NONE or --type
65+ not specified.
5966
6067-t <TYPE>::
6168--type=<TYPE>::
6269 Specifies the telemetry type - NONE, HOST, or CONTROLLER. This parameter
63- is used to get either the host generated or controller initiated
64- telemetry log page. If not specified or none is specified, the command
65- will return the default E6 log data. This parameter is currently only
66- supported on the SN640 and SN840 devices.
70+ is used to get either the host-initiated or controller-initiated
71+ telemetry log page. If not specified or if <TYPE> is NONE, the command
72+ will return vendor defined debug data.
6773
6874-v <VERBOSE>::
6975--verbose=<VERBOSE>::
0 commit comments