Updating Firmware Using an UPMF

Updating the firmware is done by simply executing the UPMF. Most of the command line options of the mlxfwmanager tool apply also for the UPMF.

For further detail, please refer to mlxfwreset - Loading Firmware on 5th Generation Devices Tool.

Some of the most commonly used command line options are:

--force

Force firmware update even if the firmware in the UPMF is not newer than the one on the device.

--yes

Non-interactive mode - assume 'yes' to all questions.

In addition to the mlxfwmanager tool command line options, the UPMF has 2 additional options:

Additional UPMF self extractor options:

--sfx-extract-dir <dir>

Use <dir> for temporary files during execution

--sfx-no-pause

Do not wait for user keypress after completion.
Note: This flag is used in Windows OSs.

Extraction Example

Copy
Copied!
            

# mlxfwmanager-20130717-1 --sfx-extract-dir ./mydir --sfx-extract-only Extracting to mydir/mlxfwmanager-20130717-1 ... Done

Run the firmware update command:

Copy
Copied!
            

# ./mydir/mlxfwmanager-20130717-1/mlxfwmanager -u

© Copyright 2023, NVIDIA. Last updated on May 23, 2023.