From 6293a091a8bc8c6f1c6b363f8afc69e3ad8a298a Mon Sep 17 00:00:00 2001 From: Dror Prital <76714716+dprital@users.noreply.github.com> Date: Mon, 14 Feb 2022 10:39:47 +0200 Subject: [PATCH] [Mellanox] Upgrade ASIC FW tool to 4.18.1-16 (#9981) - Why I did it Update MFT to version 4.18.1-16 for bugs fixes and new SN2201 support - How I did it Advance to MFT tool version to 4.18.1-16 - How to verify it Manually tested on all Mellanox platforms (ASIC FW Upgrade, link debug tools, CPLD upgrade, etc.) --- platform/mellanox/mft.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mellanox/mft.mk b/platform/mellanox/mft.mk index 41c1301f0a..d683602015 100644 --- a/platform/mellanox/mft.mk +++ b/platform/mellanox/mft.mk @@ -1,7 +1,7 @@ # Mellanox SAI -MFT_VERSION = 4.17.2 -MFT_REVISION = 12 +MFT_VERSION = 4.18.1 +MFT_REVISION = 16 export MFT_VERSION MFT_REVISION