Updating Firmware
DGX-2 System User Guide
58
# sudo docker run --privileged -v /:/hostfs <image-name> show_version
The output shows the onboard version, the version in the manifest, and whether the
firmware is up-to-date.
UPDATING THE FIRMWARE
You can either update all the down-level firmware components at one time, or update
just one or more components.
9.5.1 Command Syntax
sudo docker run --rm [-e auto=1] --privileged -ti -v /:/hostfs <image-
name> update_fw [-f] <target>
Where <target> specifies the hardware to update, and is either
all
to update all firmware components (SBIOS, BMC)
or one or more of the following:
SBIOS
to update the SBIOS
BMC
to update the BMC firmware
Note: Other components may be supported beyond those listed here. Query the
firmware manifest to see all the components supported by the container.
The command will scan the specified firmware components and update any that are
down-level.
See the section Additional Options for an explanation of the [-e auto=1] and [-f]
options.