1NVME-MICRON-SELECT(1)             NVMe Manual            NVME-MICRON-SELECT(1)
2
3
4

NAME

6       nvme-micron-selective-download - Performs selective firmware download
7       that allows user to select which firmware binary to update for 9200
8       devices. This requires power cycle once the update completes.
9

SYNOPSIS

11       nvme micron selective-download <device> [--fw=<FILE>, -f <FILE>] [--select=<flag>, -s <flag>]
12

DESCRIPTION

14       This command uses micron vendor specific nvme commands to download
15       given firmware image to the specified 9200 device to update selected or
16       all portions of firmware image.
17
18       The <device> parameter is mandatory and may be either the NVMe
19       character device (ex: /dev/nvme0), or a namespace block device (ex:
20       /dev/nvme0n1).
21
22       This will only work on Micron devices devices of model number 9200.
23       Support for new devices may be added subsequently. Results for any
24       other device are undefined.
25

OPTIONS

27       -f <FILE>, --fw=<FILE>
28           name of the firmware image file
29
30       -s <flag>, --select=<flag>
31           flag that has following values
32
33       OOB
34           This updates the OOB and main firmware\n"
35
36       EEP
37           This updates the eeprom and main firmware\n"
38
39       ALL
40           This updates the eeprom, OOB, and main firmware";
41

EXAMPLES

43       •   Update OOB and main firmware
44
45               # nvme micron selective-download /dev/nvme0 --fw=firmware_bin --select=OOB
46               # nvme micron selective-download /dev/nvme0 -f firmware_bin -s OOB
47
48       •   Update OOB and main firmware
49
50               # nvme micron selective-download /dev/nvme0 --fw=firmware_bin --select=EEP
51               # nvme micron selective-download /dev/nvme0 -f firmware_bin --s EEP
52
53       •   Update eeprom, OOB and main firmware
54
55               # nvme micron selective-download /dev/nvme0 --fw=firmware_bin --select=ALL
56               # nvme micron selective-download /dev/nvme0 -f firmware_bin --s ALL
57

NVME

59       Part of the nvme-user suite
60
61
62
63NVMe                              11/04/2022             NVME-MICRON-SELECT(1)
Impressum