Skip to content

Commit 1111d95

Browse files
[Mellanox] [nvidia-blufield] Update MFT version to 4.34.0-145 (#24564)
- Why I did it Update MFT version to 4.34.0-145. - How I did it Updated version in the makefile. - How to verify it Build an image, verify the version is correct when running the image on the switch. Run relevant sonic-mgmt tests. Signed-off-by: Volodymyr Samotiy <[email protected]>
1 parent b902d6c commit 1111d95

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

platform/mellanox/mft.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#
1818
# Mellanox SAI
1919

20-
MFT_VERSION = 4.32.0
21-
MFT_REVISION = 125
20+
MFT_VERSION = 4.34.0
21+
MFT_REVISION = 145
2222

2323
MLNX_MFT_INTERNAL_SOURCE_BASE_URL =
2424

platform/nvidia-bluefield/mft/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
SHELL = /bin/bash
1919
.SHELLFLAGS += -e
2020

21-
MFT_NAME = mft-$(MFT_VERSION)-$(MFT_REVISION)-arm64-deb
21+
MFT_ARCH = aarch64
22+
MFT_NAME = mft-$(MFT_VERSION)-$(MFT_REVISION)-$(MFT_ARCH)-deb
2223
MFT_TGZ = $(MFT_NAME).tgz
2324

2425
ifeq ($(MFT_FROM_INTERNAL),y)

platform/nvidia-bluefield/recipes/mft.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
MFT_VERSION = 4.32.0
18-
MFT_REVISION = 120
17+
MFT_VERSION = 4.34.0
18+
MFT_REVISION = 145
1919

2020
MFT_INTERNAL_SOURCE_BASE_URL =
2121

0 commit comments

Comments
 (0)