1NDCTL-UPDATE-FIRMWARE(1) ndctl Manual NDCTL-UPDATE-FIRMWARE(1)
2
3
4
6 ndctl-update-firmware - provides for updating the firmware on an NVDIMM
7
9 ndctl update-firmware <dimm> [<options>]
10
12 Provide a generic interface for updating NVDIMM firmware. The use of
13 this depends on support from the underlying libndctl, kernel, as well
14 as the platform itself.
15
17 <dimm>
18 A nmemX device name, or a dimm id number. Restrict the operation to
19 the specified dimm(s). The keyword all can be specified to indicate
20 the lack of any restriction, however this is the same as not
21 supplying a --dimm option at all.
22
23 -b, --bus=
24 A bus id number, or a provider string (e.g. "ACPI.NFIT"). Restrict
25 the operation to the specified bus(es). The keyword all can be
26 specified to indicate the lack of any restriction, however this is
27 the same as not supplying a --bus option at all.
28
29 -f, --firmware
30 firmware file used to perform the update
31
32 -v, --verbose
33 Emit debug messages for the namespace check process.
34
36 Copyright (c) 2016 - 2019, Intel Corporation. License GPLv2: GNU GPL
37 version 2 http://gnu.org/licenses/gpl.html. This is free software: you
38 are free to change and redistribute it. There is NO WARRANTY, to the
39 extent permitted by law.
40
41
42
43ndctl 2020-03-24 NDCTL-UPDATE-FIRMWARE(1)