-
Install Mellanox Firmware Tools (MFT)
- Download from NVIDIA Networking: Firmware Tools.
- Install the appropriate package for your operating system.
-
Identify the Card and Current Configuration
mst start mst status flint -d mt4117_pciconf0 query
- Note the following details:
- PSID: LNVxxxxx (Lenovo branded).
- Firmware Version: Current version.
- Card Identifier: mt4117_pciconf0.
- Note the following details:
To create a backup of the existing firmware:
flint -d mt4117_pciconf0 ri backup_firmware.bin
- This saves the current firmware as
backup_firmware.bin
.
- Visit Mellanox Firmware Downloads.
- Search for MT4117 and download the latest firmware
.bin
file matching the PSID for the non-Lenovo card (MTxxxxxx).
Use the following command to force flash the generic firmware:
flint -d mt4117_pciconf0 -i firmware_file.bin --allow_psid_change burn
- Replace
firmware_file.bin
with the name of the downloaded firmware file. - Confirm the override when prompted.
After the flash completes, verify the new firmware:
flint -d mt4117_pciconf0 query
- Confirm the new PSID (MTxxxxxx) and firmware version match the downloaded firmware.
If you encounter issues, restore the original firmware:
flint -d mt4117_pciconf0 -i backup_firmware.bin burn
- Reboot the system after restoration.
- Device: MT4117 (ConnectX-4)
- Original PSID: LNVxxxxx (Lenovo branded)
- Backup Created: Yes (
backup_firmware.bin
) - New Firmware PSID: MTxxxxxx (Generic Mellanox)
- Commands Used:
- Backup:
flint -d mt4117_pciconf0 ri backup_firmware.bin
- Flash:
flint -d mt4117_pciconf0 -i firmware_file.bin --allow_psid_change burn
- Backup: