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
19 A 'nmemX' device name, or a dimm id number. The keyword 'all' can
20 be specified to carry out the operation on every dimm in the system,
21 optionally filtered by bus id (see --bus= option).
22
23 -b, --bus=
24 Enforce that the operation only be carried on devices that are
25 attached to the given bus. Where bus can be a provider name or a
26 bus id number.
27
28 -f, --firmware
29 firmware file used to perform the update
30
31 -v, --verbose
32 Emit debug messages for the namespace check process.
33
35 Copyright (c) 2016 - 2019, Intel Corporation. License GPLv2: GNU GPL
36 version 2 <http://gnu.org/licenses/gpl.html>. This is free software:
37 you are free to change and redistribute it. There is NO WARRANTY, to
38 the extent permitted by law.
39
40
41
42ndctl 2019-05-10 NDCTL-UPDATE-FIRMWARE(1)